diff --git a/.env.production b/.env.production index 756278e5..1fe5208c 100644 --- a/.env.production +++ b/.env.production @@ -67,7 +67,7 @@ VUE_APP_BASE_API = 'http://192.168.0.127:9170/UDI_WMS_MC/' # 东山 # VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://151.122.122.146:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://151.122.122.146:9150/UDI_WMS_MC/' # 南靖 diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 2b31c674..8009c1e7 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -213,6 +213,8 @@ export default { getList() { this.loading = true; + debugger + this.filterQuery.invCode = this.invQueryData.invCode; //寄售 if (this.invQueryData.advanceType == 3) { getInvPreProductStock(this.filterQuery)