txf há 3 anos atrás
pai
commit
c6843fb6e6

+ 1 - 1
src/views/TMS/components/importedFuel/transportReserveRanAdd.vue

@@ -6,7 +6,7 @@
       <span>燃料预约界面</span>
     </div>
     <div style="text-align: center; font-size:15px; margin-top:15px; color:red">
-      <span>温馨提示:卸货到达钢请选择一厂,达兴二焦化请选择二厂<br>如选错厂区将会影响车辆上计量!!!</span>
+      <span>温馨提示:卸货到达钢请选择一厂,达兴二焦化请选择二厂<br>如选错厂区将会影响车辆上计量!!!</span>
     </div>
     <div class="orderType from" style="margin-top:15px">
       <span class="text">卸货厂区:</span>

+ 2 - 2
src/views/TMS/components/purchaseChemicalMaterials/transportationReservationAdd.vue

@@ -6,7 +6,7 @@
       <span>设备材料预约界面</span>
     </div>
     <div style="text-align: center; font-size:15px; margin-top:15px; color:red">
-      <span>温馨提示:卸货到达钢请选择一厂,达兴二焦化、化工厂请选择二厂<br>如选错厂区将会影响车辆上计量!!!</span>
+      <span>温馨提示:卸货到达钢请选择一厂,达兴二焦化、化工厂请选择二厂<br>如选错厂区将会影响车辆上计量!!!</span>
     </div>
     <div class="orderType from" style="margin-top: 15px;">
       <span class="text">卸货厂区:</span>
@@ -483,7 +483,7 @@ export default {
       } else if (num == 5) {
         this.line.requestUrl ="/api/v1/rms/getAllLineDesk?apiId=249&lineType=3&i=" + new Date() + "&con=化工材料";
       }else if (num == 6) {
-        this.purchaseOrder.requestUrl = "/api/v1/ams/getPurchaseOrderList?apiId=81&i=" + new Date();
+        this.purchaseOrder.requestUrl =  "/api/v1/ams/getPurchaseOrderList?apiId=81&sendCompId="+this.supplierId+"&i="+new Date();
       }
       
     },