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
f0447fae
Commit
f0447fae
authored
Nov 30, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
datafiling
parent
d81f32a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
index.vue
pages/produce/execute/datafilling/index.vue
+6
-0
No files found.
pages/produce/execute/datafilling/index.vue
View file @
f0447fae
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
class=
"select-produt-name"
class=
"select-produt-name"
@
on-change=
"productonchange"
@
on-change=
"productonchange"
v-model=
"product_ID"
v-model=
"product_ID"
@
on-clear=
"clearOption"
clearable
>
>
<!--
<Option
value=
""
class=
"option_text"
>
请选择
</Option>
-->
<!--
<Option
value=
""
class=
"option_text"
>
请选择
</Option>
-->
<Option
<Option
...
@@ -461,6 +463,10 @@ if (checktypes.indexOf("1") > -1) {
...
@@ -461,6 +463,10 @@ if (checktypes.indexOf("1") > -1) {
this
.
loaddata
();
this
.
loaddata
();
});
});
},
},
clearOption
()
{
this
.
loadproduct
()
},
productonchange
(
v
)
{
productonchange
(
v
)
{
this
.
datasearch
.
productcode
=
v
;
this
.
datasearch
.
productcode
=
v
;
this
.
loaddata
();
this
.
loaddata
();
...
...
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