sunyize пре 2 година
родитељ
комит
ff19d9f6a0

BIN
public/static/lotExcel.xlsx


BIN
public/static/taskModel.xlsx


BIN
public/static/taskTruckModel.xlsx


+ 0 - 1
src/views/lotCheck/TaskUploadData.vue

@@ -1915,7 +1915,6 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
-            that.infoModel.customerName =result.customerName;
           }
         })
       }

+ 7 - 6
src/views/lotCheck/modules/TaskCheckList.vue

@@ -386,12 +386,13 @@ export default {
           align: "center",
           scopedSlots: {customRender: 'rowIndex'}
         },
-        {
-          title: '客户名称',
-          align: "left",
-          sorter: true,
-          dataIndex: 'customerName',
-        },
+        // {
+        //   title: '客户名称',
+        //   align: "left",
+        //   sorter: true,
+        //   dataIndex: 'customerName',
+        //   scopedSlots: {customRender: 'customerName'}
+        // },
         {
           title: '客户编号',
           align: "center",

+ 7 - 7
src/views/smscheck/modules/TaskCheckList.vue

@@ -380,13 +380,13 @@ export default {
           align:"center",
           scopedSlots: { customRender: 'rowIndex' }
         },
-        {
-          title:'客户名称',
-          align:"left",
-          sorter: true,
-          dataIndex: 'customerName',
-          // scopedSlots: { customRender: 'customerName' }
-        },
+        // {
+        //   title:'客户名称',
+        //   align:"left",
+        //   sorter: true,
+        //   dataIndex: 'customerName',
+        //   scopedSlots: { customRender: 'customerName' }
+        // },
         {
           title:'客户编号',
           align:"center",

+ 5 - 6
src/views/smscheck/modules/TaskImportTruck.vue

@@ -98,17 +98,16 @@ export default {
             return parseInt(index) + 1;
           }
         },
-        {
-          title: '客户名称',
-          align: "center",
-          dataIndex: 'customerName'
-        },
         {
           title: '客户编号',
           align: "center",
           dataIndex: 'customerNo'
         },
-
+        // {
+        //   title: '客户名称',
+        //   align: "center",
+        //   dataIndex: 'customerName'
+        // },
         // {
         //   title: '服务号码',
         //   align: "center",

+ 0 - 1
src/views/smscheck/modules/TaskUploadData.vue

@@ -3182,7 +3182,6 @@ export default {
             //用户发展员工
             that.infoModel.staffNo =result.staffNo;
             that.infoModel.customerNo =result.customerNo;
-            that.infoModel.customerName =result.customerName;
             that.infoModel.userNo =result.userNo;
             that.infoModel.networkAccessTime =result.networkAccessTime;
             that.infoModel.staffName =result.staffName;

+ 0 - 1
src/views/truckCheck/TaskUploadData.vue

@@ -3288,7 +3288,6 @@ export default {
             //用户发展员工
             that.infoModel.staffNo =result.staffNo;
             that.infoModel.customerNo =result.customerNo;
-            that.infoModel.customerName =result.customerName;
             that.infoModel.userNo =result.userNo;
             that.infoModel.networkAccessTime =result.networkAccessTime;
             that.infoModel.firstActivationDate =result.firstActivationDate;

+ 7 - 7
src/views/truckCheck/modules/TaskCheckList.vue

@@ -368,13 +368,13 @@ export default {
           align:"center",
           scopedSlots: { customRender: 'rowIndex' }
         },
-        {
-          title:'客户名称',
-          align:"left",
-          sorter: true,
-          dataIndex: 'customerName',
-          // scopedSlots: { customRender: 'customerName' }
-        },
+        // {
+        //   title:'客户名称',
+        //   align:"left",
+        //   sorter: true,
+        //   dataIndex: 'customerName',
+        //   scopedSlots: { customRender: 'customerName' }
+        // },
         {
           title:'客户编号',
           align:"center",