Ver código fonte

发运明细参照订单表格更改

jbb 2 anos atrás
pai
commit
36e1c4d421
1 arquivos alterados com 16 adições e 13 exclusões
  1. 16 13
      src/views/shipment-details/referOrderDataModal.vue

+ 16 - 13
src/views/shipment-details/referOrderDataModal.vue

@@ -250,12 +250,12 @@ export default {
           width: 100,
           className: 'replacecolor'
         },
-        {
-          title: '成衣件数',
-          dataIndex: 'garmentNmb',
-          width: 100,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '成衣件数',
+        //   dataIndex: 'garmentNmb',
+        //   width: 100,
+        //   className: 'replacecolor'
+        // },
         {
           title: '业务类型',
           dataIndex: 'businessTypeText',
@@ -384,13 +384,13 @@ export default {
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
-        {
-          title: '价格备注',
-          dataIndex: 'priceRemarks',
-          width: 280,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '价格备注',
+        //   dataIndex: 'priceRemarks',
+        //   width: 280,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
         {
           title: '订单变更说明',
           dataIndex: 'orderChangeDescription',
@@ -469,6 +469,9 @@ export default {
               res.result.records[i].id = randomUUID();
             }
             this.orderListData = res.result.records
+            this.orderListData.map(item =>{
+              item.boxNumber = Number(item.boxNumber).toFixed(0)
+            })
             this.pagination = {
               total: res.result.total,
               current: res.result.current,