tangning 8 months ago
parent
commit
06ba1bb398

+ 24 - 0
src/views/account/details/data.ts

@@ -176,6 +176,30 @@ export const equityColumns: BasicColumn[] = [
     width: 100,
   },
   {
+    title: '合同所属公司',
+    dataIndex: 'companyName',
+    ellipsis: true,
+    width: 230,
+  },
+  {
+    title: '业务部门',
+    dataIndex: 'businessDept',
+    ellipsis: true,
+    width: 120,
+  },
+  {
+    title: '业务员',
+    dataIndex: 'businessName',
+    ellipsis: true,
+    width: 120,
+  },
+  {
+    title: '客户付款时间',
+    dataIndex: 'customerPayTime',
+    ellipsis: true,
+    width: 160,
+  },
+  {
     title: '客户名称',
     dataIndex: 'customerName',
     width: 100,

+ 1 - 1
src/views/account/overview/AddDownModal.vue

@@ -166,7 +166,7 @@
         try {
           const params = await validate();
           console.log('validate', params);
-          const res = await submitUrl({ userId: fileFlow.id, downType:fileFlow.type, ...params });
+          const res = await submitUrl({ userId: fileFlow.id, ...params }); //downType:fileFlow.type,
           overviewInfo.value.surDownNum = overviewInfo.value.surDownNum + params.count;
           console.log('res', res);
           otherInfo.updateOverviewInfo();

+ 7 - 1
src/views/empower/camera.vue

@@ -149,6 +149,12 @@
           width: 120,
         },
         {
+          title: '相机SN码',
+          ellipsis: true,
+          dataIndex: 'snCodes',
+          width: 120,
+        },
+        {
           title: '授权相机数量',
           ellipsis: true,
           dataIndex: 'cameraNum',
@@ -244,7 +250,7 @@
           },
           {
             field: 'snCodes',
-            label: '授权SN码',
+            label: '相机SN码',
             component: 'Input',
             colProps: {
               xl: 8,