Browse Source

面损列表-增加字段

jbb 1 year ago
parent
commit
f80fe4799d
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/views/cost-allocation-total/fabricLossesSummary.vue

+ 15 - 0
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -191,6 +191,21 @@ export default {
           ellipsis: true,
           className: 'replacecolor'
         },
+        {
+          title: '返单日期',
+          width: 120,
+          dataIndex: 'rejectDate',
+          customRender: text => {
+            if(text!==''&&text){
+              return moment(text).format('YYYY-MM-DD')
+            }else{
+              return ''
+            }
+            
+          },
+          ellipsis: true,
+          className: 'replacecolor'
+        },
         {
           title: '计划单号',
           width: 120,