소스 검색

用户发展员工

sunyize 2 년 전
부모
커밋
6da736695b

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

@@ -42,6 +42,11 @@
             <a-input :disabled='true'  v-model="infoModel.staffNo" placeholder="用户发展员工"  ></a-input>
           </a-form-model-item>
         </a-col>
+        <a-col :span="6">
+          <a-form-model-item label="发展员工姓名" prop="staffNo" v-bind="labelCol4">
+            <a-input  v-model="infoModel.staffName" placeholder="发展员工姓名" :disabled='true'></a-input>
+          </a-form-model-item>
+        </a-col>
         <a-col :span="6">
           <a-form-model-item label="用户编号"  v-bind="labelCol4" >
             <a-input   v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>
@@ -1381,6 +1386,7 @@ export default {
       taskId:"",
       loading: false,
       infoModel: {
+        staffName:"",
         businessLicenseDateIs:"",
         contractDateIs:'',
         blockType: "",
@@ -1908,6 +1914,7 @@ export default {
             that.infoModel.firstActivationDate =result.firstActivationDate;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
+            that.infoModel.staffName =result.staffName;
           }
         })
       }

+ 8 - 0
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -16,6 +16,7 @@
         <a-descriptions-item v-if='infoModel.control==="controlN"' label="是否突破价格管控">否</a-descriptions-item>
         <a-descriptions-item label="客户编号">{{ infoModel.customerNo }}</a-descriptions-item>
         <a-descriptions-item label="用户发展员工">{{ infoModel.staffNo }}</a-descriptions-item>
+        <a-descriptions-item label="用户发展员工姓名">{{ infoModel.staffName }}</a-descriptions-item>
         <a-descriptions-item label="用户编号">{{ infoModel.userNo }}</a-descriptions-item>
         <a-descriptions-item label="用户状态">{{ infoModel.userState }}</a-descriptions-item>
         <a-descriptions-item label="入网时间">{{ infoModel.networkAccessTime }}</a-descriptions-item>
@@ -67,6 +68,11 @@
               <a-input :disabled='true'  v-model="infoModel.staffNo" placeholder="用户发展员工"  ></a-input>
             </a-form-model-item>
           </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="发展员工姓名" prop="staffNo" v-bind="labelCol4">
+              <a-input  v-model="infoModel.staffName" placeholder="发展员工姓名" :disabled='true'></a-input>
+            </a-form-model-item>
+          </a-col>
           <a-col :span="6">
             <a-form-model-item label="用户编号"  v-bind="labelCol4" >
               <a-input   v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>
@@ -1712,6 +1718,7 @@ export default {
       uploading:false,
       loading: false,
       infoModel: {
+        staffName:"",
         businessLicenseDateIs:'',
         contractDateIs:'',
         stepsNow:{},
@@ -2318,6 +2325,7 @@ export default {
             that.infoModel.firstActivationDate =result.firstActivationDate;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
+            that.infoModel.staffName =result.staffName;
           }
         })
       }

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

@@ -2366,7 +2366,7 @@ export default {
       noDataPng: noDataPng,
       url: {
         "getInfoDataById": "/smsCheck/customerInfo/queryById",
-        "getInfoDataByInfoId": "/smsCheck/customerData/queryByInfoId",
+        "getInfoDataByInfoId": "/smsCheck/customerData/queryDataLogByInfoId",
         // 上传文件
         "minioUpload": "/smsCheck/customerData/uploadMinio",
       },

+ 18 - 11
src/views/truckCheck/TaskUploadData.vue

@@ -50,6 +50,11 @@
                 <a-input :disabled='true'  v-model="infoModel.staffNo" placeholder="用户发展员工"  ></a-input>
               </a-form-model-item>
             </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="发展员工姓名" prop="staffNo" v-bind="labelCol4">
+                <a-input :disabled='true'  v-model="infoModel.staffName" placeholder="发展员工姓名"  ></a-input>
+              </a-form-model-item>
+            </a-col>
 <!--            <a-col :span="6">-->
 <!--              <a-form-model-item label="用户号码" prop="userCode" v-bind="labelCol4">-->
 <!--                <a-input :disabled='true'  v-model="infoModel.userCode" placeholder="用户号码"  ></a-input>-->
@@ -118,16 +123,7 @@
               </a-form-model-item>
             </a-col>
             <!--风险评估等级(非办公自用需提供)-->
-            <a-col :span="13">
-              <a-form-model-item label="风险评估等级(非办公自用需提供)" prop="riskGrade"   v-bind="labelCol4">
-                <a-radio-group  v-model="infoModel.riskGrade" button-style="solid"  >
-                  <a-radio-button value="0">较低风险</a-radio-button>
-                  <a-radio-button value="1">低风险</a-radio-button>
-                  <a-radio-button value="2">中风险</a-radio-button>
-                  <a-radio-button value="3">高风险</a-radio-button>
-                </a-radio-group>
-              </a-form-model-item>
-            </a-col>
+
             <a-col :span="7" v-if='infoModel.contractDateIs==="" || infoModel.contractDateIs===null || infoModel.contractDateIs==="1" '>
               <a-form-model-item label="合同到期时间是否长期" prop="contractDateIs" v-bind="labelCol5">
                 <a-radio-group  v-model="infoModel.contractDateIs" button-style="solid" >
@@ -170,6 +166,16 @@
                                    showTime valueFormat="YYYY-MM-DD"/>
               </a-form-model-item>
             </a-col>
+            <a-col :span="13">
+              <a-form-model-item label="风险评估等级(非办公自用需提供)" prop="riskGrade"   v-bind="labelCol4">
+                <a-radio-group  v-model="infoModel.riskGrade" button-style="solid"  >
+                  <a-radio-button value="0">较低风险</a-radio-button>
+                  <a-radio-button value="1">低风险</a-radio-button>
+                  <a-radio-button value="2">中风险</a-radio-button>
+                  <a-radio-button value="3">高风险</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
           </a-row>
 
         </a-card>
@@ -2963,7 +2969,7 @@ export default {
       },
       taskId:"",
       infoModel:{
-
+        staffName:"",
         dataId:"",
         logId:"",
         infoId:"",
@@ -3286,6 +3292,7 @@ export default {
             that.infoModel.firstActivationDate =result.firstActivationDate;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
+            that.infoModel.staffName =result.staffName;
           }
         })
       }

+ 9 - 1
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -14,7 +14,8 @@
         <a-descriptions-item v-if='infoModel.scene==="2"' label="使用场景">经营型呼叫中心</a-descriptions-item>
         <a-descriptions-item v-if='infoModel.scene==="3"' label="使用场景">经营型会议电话</a-descriptions-item>
         <a-descriptions-item label="客户编号">{{ infoModel.userNo }}</a-descriptions-item>
-        <a-descriptions-item label="用户发展员工">{{ infoModel.userState }}</a-descriptions-item>
+        <a-descriptions-item label="用户发展员工">{{ infoModel.staffName }}</a-descriptions-item>
+        <a-descriptions-item label="用户发展员工工号">{{ infoModel.staffNo }}</a-descriptions-item>
         <a-descriptions-item label="用户编号">{{ infoModel.customerNo }}</a-descriptions-item>
         <a-descriptions-item label="用户状态">{{ infoModel.userState }}</a-descriptions-item>
         <a-descriptions-item label="入网时间">{{ infoModel.networkAccessTime }}</a-descriptions-item>
@@ -77,6 +78,11 @@
               <a-input :disabled='true'  v-model="infoModel.staffNo" placeholder="用户发展员工"  ></a-input>
             </a-form-model-item>
           </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="发展员工姓名" prop="staffNo" v-bind="labelCol4">
+              <a-input :disabled='true'  v-model="infoModel.staffName" placeholder="发展员工姓名"  ></a-input>
+            </a-form-model-item>
+          </a-col>
           <!--            <a-col :span="6">-->
           <!--              <a-form-model-item label="用户号码" prop="userCode" v-bind="labelCol4">-->
           <!--                <a-input :disabled='true'  v-model="infoModel.userCode" placeholder="用户号码"  ></a-input>-->
@@ -3090,6 +3096,7 @@ export default {
       dataList:[],
       uploading:false,
       infoModel:{
+        staffName:"",
         applySignResult:"",
         applySignResultRemark:"",
           //三张现场照片 threePhotos
@@ -4190,6 +4197,7 @@ export default {
             that.infoModel.firstActivationDate =result.firstActivationDate;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
+            that.infoModel.staffName =result.staffName;
           }
         })
       }