Browse Source

预装箱单更改表格字段

jbb 2 years ago
parent
commit
601c385c02
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/advance-packingList/adPaList-clothes.vue

+ 2 - 2
src/views/advance-packingList/adPaList-clothes.vue

@@ -263,7 +263,7 @@ export default {
         },
         },
         {
         {
           title: '客户(简称)',
           title: '客户(简称)',
-          dataIndex: 'customer',
+          dataIndex: 'customerAbbreviation',
           width: 100,
           width: 100,
           fixed: 'left',
           fixed: 'left',
           className: 'replacecolor'
           className: 'replacecolor'
@@ -271,7 +271,7 @@ export default {
 
 
         {
         {
           title: '预发货日期',
           title: '预发货日期',
-          dataIndex: 'scheduledShipDate',
+          dataIndex: 'preDeliveryDate',
           width: 120,
           width: 120,
           customRender: text => {
           customRender: text => {
             return moment(text).format('YYYY-MM-DD')
             return moment(text).format('YYYY-MM-DD')