diff --git a/public/sysConfig.json b/public/sysConfig.json index 5964923..956b438 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { - "apiurl": "http://192.168.0.188:9530", + "apiurl": "http://192.168.1.138:9527", "softName": "神豚体检管理系统", - "pacsApi": "http://192.168.0.188:9530", + "pacsApi": "http://192.168.1.138:9527", "dcmViewers": "https://app.mzaktj.com:4436", "pacsApiHttps": "https://app.mzaktj.com:8042", "dict":{ diff --git a/src/components/doctorCheck/PatientRegisterBase2.vue b/src/components/doctorCheck/PatientRegisterBase2.vue index c15c761..c93ae2c 100644 --- a/src/components/doctorCheck/PatientRegisterBase2.vue +++ b/src/components/doctorCheck/PatientRegisterBase2.vue @@ -108,8 +108,8 @@ - + @@ -124,7 +124,7 @@ import Question from "../../components/doctorCheck/Question.vue"; export default { components: { - PatientRegisterForChoose,Question + PatientRegisterForChoose, Question }, props: ["refParams"], data() { @@ -159,9 +159,9 @@ export default { PatientRegisterList: [], // 参数 userId: '', // 调查问卷参数 - questionParams:{ + questionParams: { idNo: '', // 身份证号 - refresh:0, // 刷新调查问卷 + refresh: 0, // 刷新调查问卷 } }; }, @@ -215,9 +215,9 @@ export default { this.$emit("triggerQuery", rd) }, - btnQuestion(){ - if(!this.prBase.idNo){ - this.$message.warning({showClose:true,message:'该人员无身份证号,无调查问卷!'}) + btnQuestion() { + if (!this.prBase.idNo) { + this.$message.warning({ showClose: true, message: '该人员无身份证号,无调查问卷!' }) return } this.dialogWin.question = true @@ -519,6 +519,9 @@ export default { console.log(`watch.refParams.resetTimes newVal: ${newVal} oldVal: ${oldVal}`); if (newVal && newVal != oldVal) { this.prBase = Object.assign({}, this.prBase, this.prBaseInit) + this.$nextTick(() => { + this.$refs['tmh'].focus(); //打开光标定位到条码栏里 + }); } } }, diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue index e38a756..f95fef4 100644 --- a/src/views/doctorCheck/sumDoctorCheck.vue +++ b/src/views/doctorCheck/sumDoctorCheck.vue @@ -762,7 +762,7 @@ export default { // this.rowDrop(); (综述取消拖拽) this.rowDropSuggestion(); - this.rowDropSuggestionEasy(); + //this.rowDropSuggestionEasy(); },