pengjun 2 months ago
parent
commit
ba67330169
  1. 4
      public/sysConfig.json
  2. 19
      src/components/doctorCheck/PatientRegisterBase2.vue
  3. 2
      src/views/doctorCheck/sumDoctorCheck.vue

4
public/sysConfig.json

@ -1,7 +1,7 @@
{ {
"apiurl": "http://192.168.0.188:9530",
"apiurl": "http://192.168.1.138:9527",
"softName": "神豚体检管理系统", "softName": "神豚体检管理系统",
"pacsApi": "http://192.168.0.188:9530",
"pacsApi": "http://192.168.1.138:9527",
"dcmViewers": "https://app.mzaktj.com:4436", "dcmViewers": "https://app.mzaktj.com:4436",
"pacsApiHttps": "https://app.mzaktj.com:8042", "pacsApiHttps": "https://app.mzaktj.com:8042",
"dict":{ "dict":{

19
src/components/doctorCheck/PatientRegisterBase2.vue

@ -108,8 +108,8 @@
<PatientRegisterForChoose :params="PatientRegisterList" @chooseBak="chooseBak" /> <PatientRegisterForChoose :params="PatientRegisterList" @chooseBak="chooseBak" />
</el-dialog> </el-dialog>
<el-dialog title="调查问卷" :visible.sync="dialogWin.question" width="800px"
:close-on-click-modal="false" :append-to-body="true">
<el-dialog title="调查问卷" :visible.sync="dialogWin.question" width="800px" :close-on-click-modal="false"
:append-to-body="true">
<Question :refParams="questionParams" /> <Question :refParams="questionParams" />
</el-dialog> </el-dialog>
</div> </div>
@ -124,7 +124,7 @@ import Question from "../../components/doctorCheck/Question.vue";
export default { export default {
components: { components: {
PatientRegisterForChoose,Question
PatientRegisterForChoose, Question
}, },
props: ["refParams"], props: ["refParams"],
data() { data() {
@ -159,9 +159,9 @@ export default {
PatientRegisterList: [], // PatientRegisterList: [], //
userId: '', userId: '',
// //
questionParams:{
questionParams: {
idNo: '', // idNo: '', //
refresh:0, //
refresh: 0, //
} }
}; };
}, },
@ -215,9 +215,9 @@ export default {
this.$emit("triggerQuery", rd) 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 return
} }
this.dialogWin.question = true this.dialogWin.question = true
@ -519,6 +519,9 @@ export default {
console.log(`watch.refParams.resetTimes newVal: ${newVal} oldVal: ${oldVal}`); console.log(`watch.refParams.resetTimes newVal: ${newVal} oldVal: ${oldVal}`);
if (newVal && newVal != oldVal) { if (newVal && newVal != oldVal) {
this.prBase = Object.assign({}, this.prBase, this.prBaseInit) this.prBase = Object.assign({}, this.prBase, this.prBaseInit)
this.$nextTick(() => {
this.$refs['tmh'].focus(); //
});
} }
} }
}, },

2
src/views/doctorCheck/sumDoctorCheck.vue

@ -762,7 +762,7 @@ export default {
// this.rowDrop(); // this.rowDrop();
this.rowDropSuggestion(); this.rowDropSuggestion();
this.rowDropSuggestionEasy();
//this.rowDropSuggestionEasy();
}, },

Loading…
Cancel
Save