1.查询货位列表添加状态字段,查询启用的货位

feature-order-fix
x_z 3 years ago
parent ad911c7f99
commit cb8286fbd1

@ -449,7 +449,8 @@ export default {
getInvSpaceList() {
let params = {
invStorageCode: this.formData.invStorageCode,
invWarehouseCode: this.formData.invWarehouseCode
invWarehouseCode: this.formData.invWarehouseCode,
status: true
};
getSpaceCodeList(params).then((res) => {
this.spaceList = res.data || [];

Loading…
Cancel
Save