Commit 7a59fe98 authored by 周毅's avatar 周毅

修改库存重检查询

parent 13a0a66a
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
queryParams: [ queryParams: [
[{ [{
label: '重检单号', label: '重检单号',
prop: 'code', prop: 'djid',
span: 5, span: 5,
type: 'input', type: 'input',
value: '' value: ''
......
...@@ -105,14 +105,14 @@ ...@@ -105,14 +105,14 @@
}, },
{ {
label: '物料批号', label: '物料批号',
prop: 'wlph', prop: 'wlphInfo',
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
}, },
{ {
label: '物料编码', label: '物料编码',
prop: 'wlcode', prop: 'wlxxInfo',
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
......
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