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
56c4e473
Commit
56c4e473
authored
Jun 12, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
caf8ca7b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
+18
-11
index.vue
pages/produce/execute/datafilling/index.vue
+18
-11
No files found.
pages/produce/execute/datafilling/index.vue
View file @
56c4e473
<
template
>
<
template
>
<div
class=
"data-filling"
>
<div
class=
"data-filling"
>
<div
class=
"data-title"
>
<div
class=
"data-title flex"
>
<div
class=
"fg"
>
<span
class=
"ml20"
>
产品号
</span>
<span
class=
"ml20"
>
产品号
</span>
<ProductNumberSelect
<ProductNumberSelect
v-model=
"product_ID"
v-model=
"product_ID"
:eid=
"row.orderId"
:eid=
"row.orderId"
ref=
"codes"
ref=
"codes"
@
on-change=
"change"
@
on-change=
"change"
:multiple=
"false"
class=
"select-produt-name"
class=
"select-produt-name"
/>
/>
</div>
<!--
<template
v-if=
"datasearch.isMain!=1"
>
<!--
<template
v-if=
"datasearch.isMain!=1"
>
<span
class=
"ml20"
>
汇报板次
</span>
<span
class=
"ml20"
>
汇报板次
</span>
<Select
@
on-change=
"boardonchange"
v-model=
"board_ID"
class=
"w200"
>
<Select
@
on-change=
"boardonchange"
v-model=
"board_ID"
class=
"w200"
>
...
@@ -20,6 +24,7 @@
...
@@ -20,6 +24,7 @@
>
{{
item
.
boardNumber
}}
</Option>
>
{{
item
.
boardNumber
}}
</Option>
</Select>
</Select>
</
template
>
-->
</
template
>
-->
<div
class=
"tr"
>
<Button
type=
"primary"
@
click=
"QcCardChecker(1)"
class=
"title_btn ml10"
>
自检
</Button>
<Button
type=
"primary"
@
click=
"QcCardChecker(1)"
class=
"title_btn ml10"
>
自检
</Button>
<Button
type=
"primary"
:disabled=
"ishavhj"
@
click=
"QcCardChecker(2)"
class=
"title_btn ml10"
>
互检
</Button>
<Button
type=
"primary"
:disabled=
"ishavhj"
@
click=
"QcCardChecker(2)"
class=
"title_btn ml10"
>
互检
</Button>
<Button
type=
"primary"
:disabled=
"ishavzj"
@
click=
"SendCheck()"
class=
"title_btn ml10"
>
送检
</Button>
<Button
type=
"primary"
:disabled=
"ishavzj"
@
click=
"SendCheck()"
class=
"title_btn ml10"
>
送检
</Button>
...
@@ -30,6 +35,8 @@
...
@@ -30,6 +35,8 @@
class=
"title_btn ml10"
class=
"title_btn ml10"
>
送检记录
</Button>
>
送检记录
</Button>
</div>
</div>
</div>
<div
class=
"table-i"
>
<div
class=
"table-i"
>
<Table
border
:columns=
"columns12"
:data=
"recorddata"
>
<Table
border
:columns=
"columns12"
:data=
"recorddata"
>
<!-- 自检 -->
<!-- 自检 -->
...
@@ -413,7 +420,7 @@ export default {
...
@@ -413,7 +420,7 @@ export default {
});
});
},
},
change
(
v
)
{
change
(
v
)
{
this
.
datasearch
.
productcode
=
v
.
join
(
","
)
;
this
.
datasearch
.
productcode
=
v
;
this
.
loaddata
();
this
.
loaddata
();
},
},
showrecordData
(
params
,
fill_in_user_type
,
isedit
)
{
showrecordData
(
params
,
fill_in_user_type
,
isedit
)
{
...
...
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