库存盘点功能修改

dev_ksck2.0
anthonywj 1 year ago
parent 29e487fc68
commit e19e52d3fd

@ -21,7 +21,7 @@ ENV = 'production'
# 平潭正式
# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/'
# 漳州中医院
# VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/'
@ -30,7 +30,7 @@ ENV = 'production'
# VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/'
# 平和县医院
VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/'
# VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/'

@ -667,6 +667,7 @@ export default {
invCode: this.formData.invStorageCode,
invSpaceCode: this.formData.invSpaceCode,
invNum: product.reCount,
supId: product.supId
};
this.countProductList.push(detailData);

Loading…
Cancel
Save