Browse Source

基础数据/客商管理-列表者增加修改人修改事假字段

jingbb 1 month ago
parent
commit
129d5ad3d7

+ 14 - 1
src/views/BasicData/productArchive.vue

@@ -131,7 +131,7 @@
         size="small"
         @change="handleTableChange"
         :pagination="pagination"
-        :scroll="{ x: 2500 }"
+        :scroll="{ x: 3000 }"
         :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
       >
         <template #bodyCell="{ column, record }">
@@ -270,6 +270,19 @@
         }
       },
     },
+    {
+      title: '修改人',
+      key: 'updateBy',
+      dataIndex: 'updateBy',
+      align: 'center',
+    },
+    {
+      title: '修改时间',
+      key: 'updateTime',
+      dataIndex: 'updateTime',
+      align: 'center',
+    },
+    
     {
       title: '操作(operation)',
       key: 'operation',

+ 15 - 1
src/views/BasicData/productCassification1.vue

@@ -84,7 +84,19 @@
         title: '序号(sort number)',
         dataIndex: 'sortNumber',
         key: 'sortNumber',
-      },
+    },
+    {
+      title: '修改人',
+      key: 'updateBy',
+      dataIndex: 'updateBy',
+      align: 'center',
+    },
+    {
+      title: '修改时间',
+      key: 'updateTime',
+      dataIndex: 'updateTime',
+      align: 'center',
+    },
   ];
   //表单搜索字段
   const searchFormSchema: FormSchema[] = [
@@ -119,6 +131,7 @@
       rowkey: 'id',
       actionColumn: {
         width: 120,
+        fixed:'right'
       },
       defSort: {
         column: '',
@@ -126,6 +139,7 @@
       },
       scroll: {
         y:'calc(100vh - 400px)',
+        x:1800
       },
       formConfig: {
         schemas: searchFormSchema,

+ 12 - 0
src/views/baseCode/ProjectArchive/BaseProjectArchive.data.ts

@@ -42,6 +42,18 @@ export const columns: BasicColumn[] = [
     align: 'center',
     dataIndex: 'createBy',
   },
+  {
+    title: '修改人',
+    key: 'updateBy',
+    dataIndex: 'updateBy',
+    align: 'center',
+  },
+  {
+    title: '修改时间',
+    key: 'updateTime',
+    dataIndex: 'updateTime',
+    align: 'center',
+  },
 ];
 //查询数据
 export const searchFormSchema: FormSchema[] = [

+ 4 - 0
src/views/baseCode/ProjectArchive/BaseProjectArchiveList.vue

@@ -74,6 +74,10 @@
                width: 200,
                fixed:'right'
             },
+            scroll: {
+              x: '2000px',
+              y:'calc(100vh - 400px)',
+            },
             beforeFetch: (params) => {
               return Object.assign(params, queryParam);
             },

+ 12 - 0
src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

@@ -38,6 +38,18 @@ export const columns: BasicColumn[] = [
     align: 'center',
     dataIndex: 'relateCustomer',
   },
+  {
+    title: '修改人',
+    key: 'updateBy',
+    dataIndex: 'updateBy',
+    align: 'center',
+  },
+  {
+    title: '修改时间',
+    key: 'updateTime',
+    dataIndex: 'updateTime',
+    align: 'center',
+  },
 ];
 //查询数据
 export const searchFormSchema: FormSchema[] = [

+ 4 - 0
src/views/baseCode/ShipArchive/BaseShipArchiveList.vue

@@ -87,6 +87,10 @@
                width: 200,
                fixed:'right'
             },
+            scroll: {
+                y:'calc(100vh - 400px)',
+                x:2000
+              },
             beforeFetch: (params) => {
               return Object.assign(params, queryParam);
             },

+ 12 - 0
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

@@ -132,6 +132,18 @@ export const columns: BasicColumn[] = [
       }
     },
   },
+  {
+    title: '修改人',
+    key: 'updateBy',
+    dataIndex: 'updateBy',
+    align: 'center',
+  },
+  {
+    title: '修改时间',
+    key: 'updateTime',
+    dataIndex: 'updateTime',
+    align: 'center',
+  },
 ];
 //查询数据
 export const searchFormSchema: FormSchema[] = [

+ 4 - 0
src/views/cuspCode/CustomerProfile/CuspCustomerProfileList.vue

@@ -71,6 +71,10 @@
                width: 200,
                fixed:'right'
            },
+           scroll: {
+            x: '3500px',
+            y:'calc(100vh - 400px)',
+          },
            beforeFetch: (params) => {
              return Object.assign(params, queryParam);
            },

+ 12 - 0
src/views/cuspCode/Intermediator/CuspIntermediator.data.ts

@@ -40,6 +40,18 @@ export const columns: BasicColumn[] = [
     align: "center",
     dataIndex: 'country'
   },
+  {
+    title: '修改人',
+    key: 'updateBy',
+    dataIndex: 'updateBy',
+    align: 'center',
+  },
+  {
+    title: '修改时间',
+    key: 'updateTime',
+    dataIndex: 'updateTime',
+    align: 'center',
+  },
 ];
 
 // 高级查询数据

+ 4 - 0
src/views/cuspCode/Intermediator/CuspIntermediatorList.vue

@@ -135,6 +135,10 @@
         width: 200,
         fixed: 'right',
       },
+      scroll: {
+        x: '2000px',
+        y:'calc(100vh - 400px)',
+      },
       beforeFetch: async (params) => {
         return Object.assign(params, queryParam);
       },

+ 12 - 0
src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

@@ -97,6 +97,18 @@ export const columns: BasicColumn[] = [
       }
     },
   },
+  {
+    title: '修改人',
+    key: 'updateBy',
+    dataIndex: 'updateBy',
+    align: 'center',
+  },
+  {
+    title: '修改时间',
+    key: 'updateTime',
+    dataIndex: 'updateTime',
+    align: 'center',
+  },
 ];
 //查询数据
 export const searchFormSchema: FormSchema[] = [

+ 4 - 0
src/views/cuspCode/SupplierProfile/CuspSupplierProfileList.vue

@@ -76,6 +76,10 @@
                width: 200,
                fixed:'right'
            },
+           scroll: {
+            x: '3500px',
+            y:'calc(100vh - 400px)',
+          },
            beforeFetch: (params) => {
              return Object.assign(params, queryParam);
            },