diff --git a/.env.production b/.env.production
index f6b8c4df..b4b4d009 100644
--- a/.env.production
+++ b/.env.production
@@ -6,12 +6,6 @@ VUE_APP_TITLE = UDI管理系统
ENV = 'production'
# VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/'
-
-#林纪裕cd
-# VUE_APP_BASE_API = 'http://www.linjiyu.lol:81/UDI_WMS_MC/'
-# VUE_APP_BASE_API = 'http://www.linjiyu.lol:83/UDI_WMS_MC/'
-
-
# 刘恩典
# VUE_APP_BASE_API = 'http://192.168.0.127:9170/UDI_WMS_MC/'
# 吴雨泽
@@ -76,6 +70,8 @@ VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/'
# 测试NIGINX
# VUE_APP_BASE_API = 'https://test.udims.com/UDI_WMS_MC/'
+# VUE_APP_BASE_API = 'http://192.168.0.45:9150/UDI_WMS_MC/'
+
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/'
diff --git a/src/views/basic/destiny/skProject.vue b/src/views/basic/destiny/skProject.vue
index 0cfe2b93..8278ebfa 100644
--- a/src/views/basic/destiny/skProject.vue
+++ b/src/views/basic/destiny/skProject.vue
@@ -31,6 +31,7 @@
+
diff --git a/src/views/thirdSys/invOrder/thrInvOrder.vue b/src/views/thirdSys/invOrder/thrInvOrder.vue
index d4cf088c..9f993416 100644
--- a/src/views/thirdSys/invOrder/thrInvOrder.vue
+++ b/src/views/thirdSys/invOrder/thrInvOrder.vue
@@ -166,6 +166,13 @@
+
{
if (response.code == 20000) {
this.detailList = response.data.list || [];
+ this.subTotal = response.data.total
} else {
this.$message.error(response.message);
}
@@ -336,7 +355,6 @@ export default {
.catch(() => {
this.loading = false;
});
-
},
generateBill(row) {
this.thisData = row;