Browse Source

行短用户发展员工

sunyize 2 năm trước cách đây
mục cha
commit
2b3bd9eb12

+ 7 - 2
src/views/smscheck/modules/TaskUploadData.vue

@@ -46,7 +46,11 @@
                 <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工" :disabled='true'></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="码号" prop="codeNumber" v-bind="labelCol4">
                 <a-input   v-model="infoModel.codeNumber" placeholder="(接入开通码号95/96/10/11/12/106/400(不含拓展位长))"></a-input>
@@ -2378,6 +2382,7 @@ export default {
       },
       // 客户资料信息
       infoModel: {
+        staffName:"",
         customerNo :"",
         userNo:"",
         networkAccessTime:"",
@@ -3228,7 +3233,7 @@ export default {
             that.infoModel.customerNo =result.customerNo;
             that.infoModel.userNo =result.userNo;
             that.infoModel.networkAccessTime =result.networkAccessTime;
-
+            that.infoModel.staffName =result.staffName;
 
 
           }

+ 3 - 0
src/views/smscheck/modules/TaskUploadDataSelect.vue

@@ -16,6 +16,7 @@
         <a-descriptions-item label="码号">{{ infoModel.codeNumber }}</a-descriptions-item>
         <a-descriptions-item label="号码详细用途">{{ infoModel.numberUse }}</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.managePhone }}</a-descriptions-item>
         <a-descriptions-item label="单位联系人手机号">{{ infoModel.codeNumberContactPhone }}</a-descriptions-item>
 <!--        <a-descriptions-item label="码号使用单位联系人手机号">{{ infoModel.codeNumberContactPhone==='1'?'是':infoModel.codeNumberContactPhone===''?'':'否' }}</a-descriptions-item>-->
@@ -2561,6 +2562,7 @@ export default {
       dataList:[],
       // 客户资料信息
       infoModel: {
+        staffName:"",
         customerNo :"",
         userNo:"",
         networkAccessTime:"",
@@ -3305,6 +3307,7 @@ export default {
             that.infoModel.staffNo =result.staffNo;
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.networkAccessTime=result.networkAccessTime;
+            that.infoModel.staffName =result.staffName;
           }
 
         })

+ 7 - 1
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -46,7 +46,11 @@
                 <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工" :disabled='true'></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="码号" prop="codeNumber" v-bind="labelCol4">
                 <a-input  :disabled='isShow'  v-model="infoModel.codeNumber" placeholder="(接入开通码号95/96/10/11/12/106/400(不含拓展位长))"></a-input>
@@ -2904,6 +2908,7 @@ export default {
       isShow:false,
       // 客户资料信息
       infoModel: {
+        staffName:"",
         customerNo :"",
         userNo:"",
         networkAccessTime:"",
@@ -3743,6 +3748,7 @@ export default {
             that.infoModel.staffNo =result.staffNo;
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.networkAccessTime=result.networkAccessTime;
+            that.infoModel.staffName =result.staffName;
           }
 
         })