Commit 8e9b4b25 authored by 高宇's avatar 高宇

修改再利用页面逻辑

parent 83634f44
...@@ -246,11 +246,11 @@ export default { ...@@ -246,11 +246,11 @@ export default {
value: '0' value: '0'
}, },
{ {
label: '2', label: '工序库',
value: '2' value: '2'
}, },
{ {
label: '3', label: '工序',
value: '3' value: '3'
} }
], ],
...@@ -361,7 +361,7 @@ export default { ...@@ -361,7 +361,7 @@ export default {
lot: undefined, lot: undefined,
plocation: undefined, plocation: undefined,
pstatus: 0, pstatus: 0,
ptype: 2, ptype: '0',
delFlag: 0 delFlag: 0
}, },
// 表单参数 // 表单参数
...@@ -584,7 +584,7 @@ export default { ...@@ -584,7 +584,7 @@ export default {
lot: undefined, lot: undefined,
plocation: undefined, plocation: undefined,
pstatus: 0, pstatus: 0,
ptype: 2, ptype: '0',
delFlag: 0 delFlag: 0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment