Parcourir la source

历史版本查看-增加修改人修改时间字段

jingbb il y a 1 mois
Parent
commit
090c84c16b

+ 15 - 2
src/views/purchase/purchaseOrder/components/ViewHistoryVersionModal.vue

@@ -1,7 +1,7 @@
 <template>
   <a-modal
     title="历史版本查看(view historical version)"
-    width="55%"
+    width="75%"
     :visible="visible"
     :maskClosable="false"
     switchFullscreen
@@ -31,7 +31,7 @@
                 size="small"
                 @change="handleTableChange"
                 :pagination="pagination"
-                :scroll="{ x: 1000, y: 300 }"
+                :scroll="{ x: 1300, y: 300 }"
                 :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
             >
                 <template #bodyCell="{ column, record }">
@@ -76,6 +76,19 @@
           align:"createBy",
           width:200
       },
+      {
+          title: '修改时间(updateTime)',
+          dataIndex: 'updateTime',
+          key: 'updateTime',
+          align:"center"
+      },
+      {
+          title: '修改人(updateBy)',
+          dataIndex: 'updateBy',
+          key: 'updateBy',
+          align:"center"
+      },
+      
       {
             title: '操作(operation)',
             key: 'operation',

+ 14 - 2
src/views/saleCode/quotation/components/ViewHistoryVersionModal.vue

@@ -1,7 +1,7 @@
 <template>
   <a-modal
     title="历史版本查看(view historical version)"
-    width="55%"
+    width="75%"
     :visible="visible"
     :maskClosable="false"
     switchFullscreen
@@ -31,7 +31,7 @@
                 size="small"
                 @change="handleTableChange"
                 :pagination="pagination"
-                :scroll="{ x: 1000, y: 300 }"
+                :scroll="{ x: 1300, y: 300 }"
                 :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
             >
                 <template #bodyCell="{ column, record }">
@@ -78,6 +78,18 @@
           align:"createBy",
           width:200
       },
+      {
+          title: '修改时间(updateTime)',
+          dataIndex: 'updateTime',
+          key: 'updateTime',
+          align:"center"
+      },
+      {
+          title: '修改人(updateBy)',
+          dataIndex: 'updateBy',
+          key: 'updateBy',
+          align:"center"
+      },
       {
             title: '操作(operation)',
             key: 'operation',

+ 14 - 2
src/views/saleCode/saleContract/components/ViewHistoryVersionModal.vue

@@ -1,7 +1,7 @@
 <template>
   <a-modal
     title="历史版本查看(view historical version)"
-    width="55%"
+    width="75%"
     :visible="visible"
     :maskClosable="false"
     switchFullscreen
@@ -31,7 +31,7 @@
                 size="small"
                 @change="handleTableChange"
                 :pagination="pagination"
-                :scroll="{ x: 1000, y: 300 }"
+                :scroll="{ x: 1300, y: 300 }"
                 :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
             >
                 <template #bodyCell="{ column, record }">
@@ -77,6 +77,18 @@
           align:"createBy",
           width:200
       },
+      {
+          title: '修改时间(updateTime)',
+          dataIndex: 'updateTime',
+          key: 'updateTime',
+          align:"center"
+      },
+      {
+          title: '修改人(updateBy)',
+          dataIndex: 'updateBy',
+          key: 'updateBy',
+          align:"center"
+      },
       {
           title: '操作(operation)',
           key: 'operation',

+ 14 - 2
src/views/saleCode/salesOrder/components/ViewHistoryVersionModal.vue

@@ -1,7 +1,7 @@
 <template>
   <a-modal
     title="历史版本查看(view historical version)"
-    width="55%"
+    width="75%"
     :visible="visible"
     :maskClosable="false"
     switchFullscreen
@@ -31,7 +31,7 @@
                 size="small"
                 @change="handleTableChange"
                 :pagination="pagination"
-                :scroll="{ x: 1000, y: 300 }"
+                :scroll="{ x: 1300, y: 300 }"
                 :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
             >
                 <template #bodyCell="{ column, record }">
@@ -76,6 +76,18 @@
           align:"createBy",
           width:200
       },
+      {
+          title: '修改时间(updateTime)',
+          dataIndex: 'updateTime',
+          key: 'updateTime',
+          align:"center"
+      },
+      {
+          title: '修改人(updateBy)',
+          dataIndex: 'updateBy',
+          key: 'updateBy',
+          align:"center"
+      },
       {
             title: '操作(operation)',
             key: 'operation',