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

设备领用的ptype查一查二

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