liyg 2 лет назад
Родитель
Сommit
cf82daa019

+ 1 - 1
build/utils.js

@@ -16,7 +16,7 @@ const devPathSrc = path.resolve(__dirname, "../../../src"); // node_modules应
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 
-let devModules = ['all'];
+let devModules = ['index','TMS'];
 
 // let devModules = ['index','appoint','sale','statisticalReport','RMS','TMS','WMS']
 // let devModules = ["index", "ADMINISTRATORS", "RMS"];

+ 2 - 2
config/index.js

@@ -65,8 +65,8 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://172.16.33.166:80",
-    // target: "http://localhost:8080",
+    //target: "http://172.16.33.166:80",
+     target: "http://localhost:8080",
     ws: true,
     pathRewrite: {
       "^/api/v1": "/api/v1"

+ 1 - 1
src/views/TMS/components/importedEmergency/editWagonLoadEmergency.vue

@@ -192,7 +192,7 @@ export default {
         tmstrainLoadingResult.resultLoadingDate == null ||
         tmstrainLoadingResult.batchId == null
       )
-        this.$message.error("必填项存在空值!2");
+        this.$message.error("必填项存在空值!");
       else
         this.axios
           .post(

+ 1 - 1
src/views/TMS/components/importedMine/editWagonLoad.vue

@@ -189,7 +189,7 @@ export default {
         tmstrainLoadingResult.arrivalStationId == null ||
         tmstrainLoadingResult.resultLoadingDate == null
       )
-        this.$message.error("必填项存在空值!1");
+        this.$message.error("必填项存在空值!");
       else
         this.axios
           .post(