Sfoglia il codice sorgente

森语-事故处理单-字段调整

jbb 2 anni fa
parent
commit
f1bbdaddfb
1 ha cambiato i file con 14 aggiunte e 4 eliminazioni
  1. 14 4
      src/views/oa/IncidentTicketList.vue

+ 14 - 4
src/views/oa/IncidentTicketList.vue

@@ -224,6 +224,13 @@ import moment from 'moment'
             dataIndex: 'accidentNumber',
             width:120
           },
+          {
+            title:'通知人',
+            align:"center",
+            dataIndex: 'noticerUser',
+            customRender: (t) => ellipsis(t,10),
+            width:150,  
+          },
           {
             title:'财务备注',
             align:"center",
@@ -240,10 +247,11 @@ import moment from 'moment'
 
            },
           {
-            title:'U8生成运费发票号',
+            title:'U8发票号',
             align:"center",
             dataIndex: 'u8Invoices',
-            width:149,
+            customRender: (t) => ellipsis(t,10),
+            width:100,
           },
           {
             title:'责任单位',
@@ -289,13 +297,15 @@ import moment from 'moment'
             title:'计划单号',
             align:"center",
             dataIndex: 'planNumber',
-            width:150
+            customRender: (t) => ellipsis(t,10),
+            width:100
           },
           {
             title:'款号',
             align:"center",
             dataIndex: 'styleNumber',
-            width:120
+            customRender: (t) => ellipsis(t,10),
+            width:100
           },
           {
             title:'总金额',