Commit 119a83c0 authored by 吴志坤's avatar 吴志坤

设备领用的ptype查一查二

parent b661d606
......@@ -637,7 +637,8 @@ export default {
pn: '',
phd: '',
prank: '',
pstatus: ''
pstatus: '',
ptype: '1'
}
// this.dateRange = []
this.handleQuery()
......
......@@ -427,7 +427,7 @@ export default {
pn: undefined,
lot: undefined,
plocation: undefined,
ptype: 2,
ptype: '2',
delFlag: 0
},
// 查询warehouse的参数
......@@ -437,7 +437,7 @@ export default {
pn: undefined,
lot: undefined,
plocation: undefined,
ptype: 2,
ptype: '2',
delFlag: 0
},
// 表单参数
......@@ -636,7 +636,8 @@ export default {
pn: '',
phd: '',
prank: '',
pstatus: ''
pstatus: '',
ptype: '2'
}
// this.dateRange = []
this.handleQuery()
......
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