浏览代码

行短 中继线 物联网 稽核 客户名称导入

sunyize 2 年之前
父节点
当前提交
91c69e64ef

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

@@ -76,7 +76,7 @@
         </a-col>
         <a-col :span="6">
           <a-form-model-item label="客户经理" prop="manage" v-bind="labelCol4">
-            <a-input   v-model="infoModel.manage" placeholder="用户状态" ></a-input>
+            <a-input   v-model="infoModel.manage" placeholder="客户经理" ></a-input>
           </a-form-model-item>
         </a-col>
         <a-col :span="6">
@@ -1915,6 +1915,7 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
+            that.infoModel.customerName =result.customerName;
           }
         })
       }

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

@@ -386,13 +386,12 @@ export default {
           align: "center",
           scopedSlots: {customRender: 'rowIndex'}
         },
-        // {
-        //   title: '客户名称',
-        //   align: "left",
-        //   sorter: true,
-        //   dataIndex: 'customerName',
-        //   scopedSlots: {customRender: 'customerName'}
-        // },
+        {
+          title: '客户名称',
+          align: "left",
+          sorter: true,
+          dataIndex: '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 - 0
src/views/smscheck/modules/TaskImport.vue

@@ -98,6 +98,11 @@ export default {
             return parseInt(index) + 1;
           }
         },
+        {
+          title: '客户名称',
+          align: "center",
+          dataIndex: 'customerName'
+        },
         {
           title: '客户编号',
           align: "center",

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

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

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

@@ -3182,6 +3182,7 @@ 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;

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

@@ -3288,6 +3288,7 @@ 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",