Commit 4b9317f8 authored by 任鸿志's avatar 任鸿志

channel=4医技不走校验

parent 092edfb1
......@@ -768,6 +768,7 @@ export default {
visitDate: '',
jsroundData: {},
ismb: false,
channel:''
}
},
mounted() {
......@@ -777,6 +778,7 @@ export default {
// if (this.$route.query?.jobNumber) {
// localStorage.setItem('jobNumber', this.$route.query.jobNumber)
// }
this.channel= this.$route.query?.channel || ''
this.titleshow = this.$route.query?.layoutShow || ''
this.cardNo = this.$route.query?.cardNo || ''
this.cardType = this.$route.query?.cardType || ''
......@@ -1684,6 +1686,7 @@ export default {
var that = this
this.gz_name = false
var obj = {
channel:this.channel,
visit_no: this.visitNo,
visit_date: this.visitDate,
patient_id: this.patientData.patient_id, //this.cardNo,
......@@ -1720,7 +1723,7 @@ export default {
this.ismb = true
}
});
if ((!this.ismb && this.man_name == false) ) {
if ((!this.ismb && this.man_name == false) || this.channel=='4') {
if (this.orders.length > 0) {
this.ybjs()
} else {
......@@ -2016,6 +2019,7 @@ export default {
}, 1000)
this.sureshow = true
let y = {
channel:this.channel,
is_gz: this.gz_name,
family_type: this.familyType,
patient_id: this.patientData.patient_id,
......@@ -2810,6 +2814,7 @@ export default {
return false
}
let y = {
channel:this.channel,
patient_id: this.patientData.patient_id,
personal_pay: this.bxxxinfo.grzhzf,
family_pay: this.bxxxinfo.gjzhzf,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment