liyg před 2 roky
rodič
revize
a37c5f1b06

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

@@ -309,7 +309,7 @@ export default {
         requestUrl: "/api/v1/uc/getUnloadingMesByLike?apiId=374",
         selectionType: "radio"
       },
-      sendStationId: 2,
+      sendStationId: 4,//发站id和到站id都写死了,并且赋了港口名,如果数据库id变化,要注意
       toTheStationId: 1,
       sendStation: "万州港",
       toTheStation: "老区轨道衡"

+ 7 - 3
src/views/TMS/components/importedMine/outBoundWagon.vue

@@ -12,7 +12,7 @@
       </el-button>
     </div>
     <el-tabs v-model="activeName" @tab-click="handleClick">
-      <dilTable v-bind.sync="option1" ref="table"> </dilTable>
+      <mergeRowTable v-bind.sync="option1" ref="table"> </mergeRowTable>
     </el-tabs>
   </div>
 </template>
@@ -27,7 +27,11 @@ export default {
       activeName: "first",
       option1: {
         // 表格请求数据的地址
-        requestUrl: "/api/v1/wmsh/getOutBoundResult?apiId=159"
+        requestUrl: "/api/v1/wmsh/getUnLockPortStock?apiId=494",
+        comparison:"resultNumber",
+        columnIndexs:[
+          0,1,2,3,4,5
+        ]
       }
     };
   },
@@ -36,7 +40,7 @@ export default {
     onclick() {
       if (this.activeName == "first") {
         this.option1.requestUrl =
-          "/api/v1/wmsh/getOutBoundResult?apiId=159&con=" + this.input;
+          "/api/v1/wmsh/getUnLockPortStock?apiId=494&con=" + this.input;
       }
     },
     insert() {