diff --git a/.env.production b/.env.production index 4f345ecb..3c986bf6 100644 --- a/.env.production +++ b/.env.production @@ -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/' diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue index b834f681..800ad1c9 100644 --- a/src/views/inventory/count/InvCountOrderModify.vue +++ b/src/views/inventory/count/InvCountOrderModify.vue @@ -667,6 +667,7 @@ export default { invCode: this.formData.invStorageCode, invSpaceCode: this.formData.invSpaceCode, invNum: product.reCount, + supId: product.supId }; this.countProductList.push(detailData);