给商品查询增加仓位货架的查询参数

This commit is contained in:
季圣华
2023-05-22 21:04:24 +08:00
parent 9621ef6ecc
commit 5e901b642c

View File

@@ -60,6 +60,11 @@
</a-select> </a-select>
</a-form-item> </a-form-item>
</a-col> </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-col :md="6" :sm="24">
<a-form-item label="扩展信息" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form-item label="扩展信息" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input style="width: 100%" placeholder="请输入扩展信息查询" v-model="queryParam.materialOther"></a-input> <a-input style="width: 100%" placeholder="请输入扩展信息查询" v-model="queryParam.materialOther"></a-input>
@@ -221,6 +226,7 @@
enabled: '', enabled: '',
enableSerialNumber:'', enableSerialNumber:'',
enableBatchNumber:'', enableBatchNumber:'',
position: '',
remark:'', remark:'',
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
}, },