miaofuhao 10 mesi fa
parent
commit
d413264073

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


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

@@ -178,7 +178,7 @@ export default {
178 178
       }
179 179
     })
180 180
     this.callinNum = this.telCallNum // 来电号码  $route.params.telInNumber
181
-    // this.callinNum = '15638114211' // 来电号码  $route.params.telInNumber
181
+    this.callinNum = '13598375819' // 来电号码  $route.params.telInNumber
182 182
     this.ldphone = this.$route.params.telInNumber
183 183
     if (this.$route.params.callid) {
184 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,9 +89,15 @@ export default {
89 89
   },
90 90
   methods: {
91 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 101
       this.clickbefore = 1
96 102
       // const params = {
97 103
       //   id:this.ruleForm.id