Parcourir la source

森语-事故处理单-增加序列/账套号

jbb il y a 2 ans
Parent
commit
95bdde7d60
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      src/views/oa/IncidentTicketList.vue

+ 16 - 0
src/views/oa/IncidentTicketList.vue

@@ -209,6 +209,14 @@ import moment from 'moment'
         description: '森_工厂质量事故单-主表管理页面',
         // 表头
         columns: [
+        {
+             title:'序号',
+             align:"center",
+              ellipsis: true,
+             dataIndex: 'sort',
+             width:80
+
+        },
           {
             title:'日期',
             align:"center",
@@ -231,6 +239,14 @@ import moment from 'moment'
             customRender: (t) => ellipsis(t,15),
             width:250,  
           },
+            {
+             title:'账套号',
+             align:"center",
+             ellipsis: true,
+             dataIndex: 'acSetNo',
+             width:100
+
+           },
           {
             title:'U8生成运费发票号',
             align:"center",