miaofuhao 11 kuukautta sitten
vanhempi
commit
f6b6f0cda4

BIN
CallCenterWeb.UI/RMYY/0325dist.zip


+ 7 - 5
CallCenterWeb.UI/RMYY/src/views/callScreen/components/RegList.vue

254
   },
254
   },
255
   methods: {
255
   methods: {
256
     submitForm() {
256
     submitForm() {
257
+      console.log(this.ruleForm)
257
       const params = this.ruleForm
258
       const params = this.ruleForm
258
       if(!this.ruleForm.patientName){
259
       if(!this.ruleForm.patientName){
259
         this.$message.error('请填入患者姓名')
260
         this.$message.error('请填入患者姓名')
300
       // this.ruleForm.pid  患者id
301
       // this.ruleForm.pid  患者id
301
       this.ruleForm.tel = this.callinNum // 患者电话
302
       this.ruleForm.tel = this.callinNum // 患者电话
302
       this.ruleForm.yydm = item.yydm // 院区代码
303
       this.ruleForm.yydm = item.yydm // 院区代码
304
+      console.log(this.ruleForm.yydm)
303
       this.getPatient()
305
       this.getPatient()
304
       // 患者部分
306
       // 患者部分
305
       // this.ruleForm.pid = decrypt(window.localStorage.getItem('huancardShow')
307
       // this.ruleForm.pid = decrypt(window.localStorage.getItem('huancardShow')
335
             this.ruleForm.pid = resultData.patid
337
             this.ruleForm.pid = resultData.patid
336
             this.ruleForm.identityCard = resultData.zjh
338
             this.ruleForm.identityCard = resultData.zjh
337
             this.ruleForm.patientName = resultData.hzxm
339
             this.ruleForm.patientName = resultData.hzxm
340
+            this.ruleForm.lxrxm = resultData.lxrxm
341
+            this.ruleForm.lxrdh = resultData.lxrdh
342
+            this.ruleForm.lxrdh = resultData.lxrdh
338
             this.changeIDcard()
343
             this.changeIDcard()
339
           }
344
           }
340
         })
345
         })
347
         this.ruleFormAge  = this.parseIDCard(this.ruleForm.identityCard).age
352
         this.ruleFormAge  = this.parseIDCard(this.ruleForm.identityCard).age
348
         this.ruleForm.birthday  = this.parseIDCard(this.ruleForm.identityCard).birthDate
353
         this.ruleForm.birthday  = this.parseIDCard(this.ruleForm.identityCard).birthDate
349
       }
354
       }
350
-      if (this.ruleFormAge <= 12) {
351
-        this.ruleForm.lxrxm = resultData.lxrxm
352
-        this.ruleForm.lxrdh = resultData.lxrdh
353
-        this.ruleForm.lxrdh = resultData.lxrdh
354
-      }
355
+      
355
     },
356
     },
356
     // 获取院区数据
357
     // 获取院区数据
357
     getHospital() {
358
     getHospital() {
374
       }
375
       }
375
       this.tableObj.hosName = this.findNameById(e, this.hosarr, 'yymc', 'yydm')
376
       this.tableObj.hosName = this.findNameById(e, this.hosarr, 'yymc', 'yydm')
376
       this.tableObj.yydm = e
377
       this.tableObj.yydm = e
378
+      console.log(this.tableObj)
377
       const params = {
379
       const params = {
378
         ksrq: this.searchData.searchTime,
380
         ksrq: this.searchData.searchTime,
379
         jsrq: this.searchData.searchTime,
381
         jsrq: this.searchData.searchTime,

+ 1 - 1
CallCenterWeb.UI/RMYY/static/config/serverConfig.json

1
 {
1
 {
2
   "NODE_ENV": "development",
2
   "NODE_ENV": "development",
3
-  "BASE_API": "http://192.168.1.37:8000/",
3
+  "BASE_API": "https://zyfb.zzrmyy.com/",
4
   "TTS_API": "http://39.164.159.192:8000/",
4
   "TTS_API": "http://39.164.159.192:8000/",
5
   "IVR_API":"http://172.16.10.21:9000/",
5
   "IVR_API":"http://172.16.10.21:9000/",
6
   "CORP_ID":"dingbb1314af9ad8e421f2c783f7214b6d69",
6
   "CORP_ID":"dingbb1314af9ad8e421f2c783f7214b6d69",