miaofuhao 10 months ago
parent
commit
d413264073

BIN
CallCenterWeb.UI/RMYY/0427-1dist.zip


+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/callScreen/components/callScreen.vue

178
       }
178
       }
179
     })
179
     })
180
     this.callinNum = this.telCallNum // 来电号码  $route.params.telInNumber
180
     this.callinNum = this.telCallNum // 来电号码  $route.params.telInNumber
181
-    // this.callinNum = '15638114211' // 来电号码  $route.params.telInNumber
181
+    this.callinNum = '13598375819' // 来电号码  $route.params.telInNumber
182
     this.ldphone = this.$route.params.telInNumber
182
     this.ldphone = this.$route.params.telInNumber
183
     if (this.$route.params.callid) {
183
     if (this.$route.params.callid) {
184
       this.callinCallid = this.$route.params.callid.toString() // 来电callid  $route.params.callid
184
       this.callinCallid = this.$route.params.callid.toString() // 来电callid  $route.params.callid

+ 9 - 3
CallCenterWeb.UI/RMYY/src/views/customerManagement/customerList/components/detail.vue

89
   },
89
   },
90
   methods: {
90
   methods: {
91
     clickEye() {
91
     clickEye() {
92
-      this.ruleForm.idcard = decrypt(this.ruleForm.F_IdCardShow)
93
-      this.ruleForm.telphone = decrypt(this.ruleForm.F_TelephoneShow)
94
-      this.ruleForm.adddress = decrypt(this.ruleForm.F_AddressShow)
92
+      if (this.ruleForm.F_IdCardShow)  {
93
+        this.ruleForm.idcard = decrypt(this.ruleForm.F_IdCardShow)
94
+      }
95
+      if (this.ruleForm.F_TelephoneShow) {
96
+        this.ruleForm.telphone = decrypt(this.ruleForm.F_TelephoneShow) 
97
+      }
98
+      if (this.ruleForm.F_AddressShow) {
99
+        this.ruleForm.adddress = decrypt(this.ruleForm.F_AddressShow)
100
+      }
95
       this.clickbefore = 1
101
       this.clickbefore = 1
96
       // const params = {
102
       // const params = {
97
       //   id:this.ruleForm.id
103
       //   id:this.ruleForm.id