给商品查询增加仓位货架的查询参数
This commit is contained in:
parent
9621ef6ecc
commit
5e901b642c
@ -60,6 +60,11 @@
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="仓位货架" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input style="width: 100%" placeholder="请输入仓位货架查询" v-model="queryParam.position"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="扩展信息" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input style="width: 100%" placeholder="请输入扩展信息查询" v-model="queryParam.materialOther"></a-input>
|
||||
@ -221,6 +226,7 @@
|
||||
enabled: '',
|
||||
enableSerialNumber:'',
|
||||
enableBatchNumber:'',
|
||||
position: '',
|
||||
remark:'',
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user