Browse Source

计划单统计表-调整字段位置

jbb 1 year ago
parent
commit
3e303e3b4c
1 changed files with 11 additions and 10 deletions
  1. 11 10
      src/views/cost-allocation-total/inancialReconciliation.vue

+ 11 - 10
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -251,16 +251,7 @@ export default {
             return new Date(a.fsubmitDate) > new Date(b.fsubmitDate) ? 1 : -1;
           },
         },
-        {
-          title: '刷成衣结束日期',
-          width: 170,
-          dataIndex: 'readyEndDate',
-          scopedSlots: { customRender: 'readyEndDate' },
-          className: 'replacecolor',
-          sorter: (a, b) => {
-            return new Date(a.readyEndDate) > new Date(b.readyEndDate) ? 1 : -1;
-          },
-        },
+       
         {
           title: '返单日期',
           width: 120,
@@ -343,6 +334,16 @@ export default {
             return new Date(a.csubmitDate) > new Date(b.csubmitDate) ? 1 : -1;
           },
         },
+        {
+          title: '刷成衣结束日期',
+          width: 170,
+          dataIndex: 'readyEndDate',
+          scopedSlots: { customRender: 'readyEndDate' },
+          className: 'replacecolor',
+          sorter: (a, b) => {
+            return new Date(a.readyEndDate) > new Date(b.readyEndDate) ? 1 : -1;
+          },
+        },
         {
           title: '返单日期',
           width: 120,