Ver código fonte

预托书字段调整

jbb 2 anos atrás
pai
commit
e702498cfa

+ 2 - 3
src/views/pre-book/detailsPreBookDrawer.vue

@@ -268,20 +268,19 @@ export default {
           title: '业务员',
           dataIndex: 'salesman',
           width: 120,
-
           className: 'replacecolor'
         },
 
         {
           title: '业务部门',
-          dataIndex: 'operatingDepartment',
+          dataIndex: 'salesDepartment',
           width: 120,
 
           className: 'replacecolor'
         },
         {
           title: '采购/委外订单号',
-          dataIndex: 'purchaseAboardOrderNum',
+          dataIndex: 'spurOrSubOrder',
           width: 160,
 
           className: 'replacecolor'

+ 24 - 24
src/views/pre-book/preBookList.vue

@@ -192,7 +192,7 @@ export default {
         //     return moment(text).format('YYYY-MM-DD')
         //   }
         // },
-        { title: '实际船期', dataIndex: 'theActualShippingDate', width: 120, className: 'replacecolor' },
+        // { title: '实际船期', dataIndex: 'theActualShippingDate', width: 120, className: 'replacecolor' },
         { title: '收汇方式', dataIndex: 'exchangeEarningsValue', width: 120, className: 'replacecolor' },
         {
           title: '收货人',
@@ -201,33 +201,33 @@ export default {
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
-        {
-          title: '提单或承运收据',
-          dataIndex: 'billOfLadingOrCarriageReceipt',
-          width: 140,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
-        {
-          title: '抬头人',
-          dataIndex: 'addressee',
-          width: 120,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '提单或承运收据',
+        //   dataIndex: 'billOfLadingOrCarriageReceipt',
+        //   width: 140,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
+        // {
+        //   title: '抬头人',
+        //   dataIndex: 'addressee',
+        //   width: 120,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
         { title: '贸易国别', dataIndex: 'tradeCountry', width: 100, className: 'replacecolor' },
         { title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor' },
         { title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor' },
-        {
-          title: '通知人',
-          dataIndex: 'notifier',
-          width: 100,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
-        { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
+        // {
+        //   title: '通知人',
+        //   dataIndex: 'notifier',
+        //   width: 100,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
+        // { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
         { title: '目的港', dataIndex: 'destinationPort', width: 100, className: 'replacecolor' },
-        { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
+        // { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
         {
           title: '单据状态',
           dataIndex: 'theDocumentsState',