Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
dc0f595a
Commit
dc0f595a
authored
Apr 01, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量检验ok
parent
bcc0ae07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
expend.vue
pages/produce/components/expend.vue
+1
-1
ordermaterial.vue
pages/produce/ordermaterial.vue
+1
-2
index.vue
pages/qc/taskList/index.vue
+3
-2
index.vue
pages/qcimplement/index.vue
+1
-1
No files found.
pages/produce/components/expend.vue
View file @
dc0f595a
...
@@ -145,7 +145,7 @@ export default {
...
@@ -145,7 +145,7 @@ export default {
<
style
lang=
'less'
scoped
>
<
style
lang=
'less'
scoped
>
.material_row{
.material_row{
.material_label{
.material_label{
color: #2
49E91
color: #2
d8cf0
}
}
.material_line {
.material_line {
display: inline-block;
display: inline-block;
...
...
pages/produce/ordermaterial.vue
View file @
dc0f595a
...
@@ -360,8 +360,7 @@ export default {
...
@@ -360,8 +360,7 @@ export default {
},
},
// 分页查询数据列表
// 分页查询数据列表
laoedPage
()
{
laoedPage
()
{
let
params
=
this
.
orderSearchForm
let
params
=
this
.
orderSearchForm
params
.
SkipCount
=
params
.
SkipCount
||
0
params
.
SkipCount
=
params
.
SkipCount
||
0
params
.
MaxResultCount
=
params
.
MaxResultCount
||
10
params
.
MaxResultCount
=
params
.
MaxResultCount
||
10
...
...
pages/qc/taskList/index.vue
View file @
dc0f595a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
v-model=
"searchIterms"
placeholder=
"请输入查询条件"
v-model=
"searchIterms"
placeholder=
"请输入查询条件"
@
on-search=
"tableSearch"
></Input>
@
on-search=
"tableSearch"
></Input>
</div>
</div>
<Button
type=
"primary"
class=
"title_btn"
@
click=
'searchModel'
>
高级查询
</Button>
<Button
type=
"primary"
class=
"title_btn"
v-show=
"false"
@
click=
'searchModel'
>
高级查询
</Button>
</div>
</div>
<div
class=
"table"
>
<div
class=
"table"
>
<Table
<Table
...
@@ -333,6 +333,7 @@ export default {
...
@@ -333,6 +333,7 @@ export default {
searchlaode
(
parmes
){
searchlaode
(
parmes
){
let
url
=
`
${
PlanUrl
}
/ordercheck/waitexecuteorderlist`
;
let
url
=
`
${
PlanUrl
}
/ordercheck/waitexecuteorderlist`
;
service
.
post
(
`
${
url
}
`
,
parmes
).
then
(
res
=>
{
service
.
post
(
`
${
url
}
`
,
parmes
).
then
(
res
=>
{
console
.
warn
(
res
)
this
.
mDatas
=
res
.
result
.
items
this
.
mDatas
=
res
.
result
.
items
this
.
search
.
total
=
res
.
result
.
totalCount
this
.
search
.
total
=
res
.
result
.
totalCount
});
});
...
@@ -415,7 +416,7 @@ export default {
...
@@ -415,7 +416,7 @@ export default {
<
style
scoped
>
<
style
scoped
>
.table_title
{
.table_title
{
width
:
320px
;
width
:
320px
;
float
:
left
;
/* float: left; */
}
}
.table
{
.table
{
margin
:
10px
0
0
0
;
margin
:
10px
0
0
0
;
...
...
pages/qcimplement/index.vue
View file @
dc0f595a
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</div>
</div>
<div
class=
"transmit_content"
>
<div
class=
"transmit_content"
>
<div
class=
"wuliao_left"
>
<div
class=
"wuliao_left"
>
<div
class=
"card_title"
style=
"height:
32
px"
>
<div
class=
"card_title"
style=
"height:
46
px"
>
<a
href=
"#"
class=
"state"
@
click=
"showList"
>
<a
href=
"#"
class=
"state"
@
click=
"showList"
>
状态:
状态:
<Icon
type=
"ios-arrow-down"
v-if=
"iconModel"
/>
<Icon
type=
"ios-arrow-down"
v-if=
"iconModel"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment