Redeem 1 年之前
父節點
當前提交
e226b7c0cf

+ 0 - 1
src/views/appoint/components/saleContract/addSaleOrderCoproductSendCarrier.vue

@@ -764,7 +764,6 @@ export default {
       //   return;
       // }
       if (true) {
-        debugger
         let state = false
         var beReady = 0
         this.selectionList.forEach(e => {

+ 12 - 3
src/views/appoint/components/saleContract/saleOrderCoproductCarrier.vue

@@ -130,9 +130,18 @@ export default {
     },
     onclick() {
       if (this.activeName == 'four') {
-        this.option4.requestUrl =
-          '/api/v1/ams/getSaleOrderListBySaleCompanyes?apiId=409&shipperId=1&con=' +
-          this.input
+        if (getCookie('orgCode') == 'chengyunshang') {
+          this.option4.requestUrl =
+            '/api/v1/ams/getSaleOrderListByCarrierSsoId?apiId=409&carrierSsoId=' +
+            getCookie('userId') +
+            '&con=' +
+            this.input
+        } else {
+          this.option4.requestUrl =
+            '/api/v1/ams/getSaleOrderListByCarrierSsoId?apiId=409' +
+            '&con=' +
+            this.input
+        }
       }
     },
     coproductSendClick(row) {

+ 4 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/saleChemicalCokeFormMonitor.vue

@@ -417,6 +417,10 @@ export default {
         {
           label: '车辆状态',
           value: 'transportStatus'
+        },
+        {
+          label: '销售订单号',
+          value: 'saleOrderNumber'
         }
       ],
       orderNumber: null,