diff --git a/.env.production b/.env.production index 51a50f6..0fe478f 100644 --- a/.env.production +++ b/.env.production @@ -7,15 +7,23 @@ ENV = 'production' #林纪裕 # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' -# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' # 平潭 # VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' -# 文明点 -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' +# 文明东 +# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' + +# 实施测试服务器 ljy +# VUE_APP_BASE_API = 'http://192.168.0.66:8504/UDI_SPMS_SERVER/' + +# 实施测试服务器 wqq +# VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_SPMS_SERVER/' + + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/views/inout/IoDeliverySearchOrder.vue b/src/views/inout/IoDeliverySearchOrder.vue index 309977f..19469ff 100644 --- a/src/views/inout/IoDeliverySearchOrder.vue +++ b/src/views/inout/IoDeliverySearchOrder.vue @@ -3,7 +3,7 @@ - + - - - - - - - - - - + + + + + + + + + + - - + - - + + + + + + + + + + --> - + - + - + + + + + + + + + + - + + + + + + + + + + - + - - - - + + + + diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue index e7ffcd9..d4907e6 100644 --- a/src/views/inventory/InvSupPreInProducts.vue +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -246,7 +246,7 @@ export default { getList() { this.loading = true; - this.filterQuery.supId = this.$store.getters.customerId; + // this.filterQuery.supId = this.$store.getters.customerId; getInvPreInProduct(this.filterQuery).then((res) => { this.loading = false; if (res.code === 20000) { @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 2, }; getInvListByUser(query) .then((response) => { diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue index 83f6298..65984a3 100644 --- a/src/views/inventory/InvSupPreProducts.vue +++ b/src/views/inventory/InvSupPreProducts.vue @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: 2, + advanceType: 3, //获取寄售库1:入账,2:预验收,3:寄售 }; getInvListByUser(query) .then((response) => { diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index eeb977d..6ad7fd8 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -19,8 +19,8 @@ - - + + @@ -200,8 +200,8 @@ - - + + diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index a0030e9..227b1b9 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -55,7 +55,13 @@ {{ enableMap[scope.row.supplementAll] }} - + + + + +