瀏覽代碼

修改运力备注

zx 3 年之前
父節點
當前提交
12f657996f

+ 0 - 1
config/index.js

@@ -66,7 +66,6 @@ let proxyTable = {
   "/api/v1": {
       target: "http://172.16.33.166:8080",
      //target: "http://localhost:8080",
-
     ws: true,
     pathRewrite: {
       "^/api/v1": "/api/v1"

+ 1 - 0
src/views/RMS/components/editCapacity.vue

@@ -159,6 +159,7 @@ export default {
         map.userDep == null 
       )
         this.$message.error("不能存在空值");
+        else
       this.axios.post("/api/v1/rms/updateCapacity", map).then((res) => {
         if (res.data.code == "200") {
           this.$message.success("修改成功");

+ 2 - 2
src/views/inward/components/truckOrder/addPurInwardOrder.vue

@@ -250,7 +250,7 @@ export default {
       this.truck.requestUrl =
         "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=929059510763524096" +
         "&con=" +
-        "铁专线精煤";
+        "精煤";
       this.line.requestUrl =
         "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3" +
         "&con=" +
@@ -370,7 +370,7 @@ export default {
           this.truck.requestUrl =
             "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=929059510763524096" +
             "&con=" +
-            "铁专线精煤";
+            "精煤";
         } else {
           this.truck.requestUrl =
             "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +