Commit 092edfb1 authored by 任鸿志's avatar 任鸿志

医技审核取消

parent c822fa60
......@@ -579,6 +579,7 @@ export default {
weiguiList:[],
shiqianText:'',
weiguiData:[],
yijiShow:false,
ViolationShow: false,
gz_name: false,
dataText: '',
......@@ -1719,9 +1720,8 @@ export default {
this.ismb = true
}
});
if (!this.ismb && this.man_name == false) {
if ((!this.ismb && this.man_name == false) ) {
if (this.orders.length > 0) {
console.log(this.orders, 'ppppppppppppppp')
this.ybjs()
} else {
this.$message.error('请勾选结算类型和待结算的费用清单')
......@@ -1738,7 +1738,6 @@ export default {
return false
} else {
if (this.orders.length > 0) {
console.log(this.orders, 'ppppppppppppppp')
this.ybjs()
} else {
this.$message.error('请勾选结算类型和待结算的费用清单')
......@@ -2208,7 +2207,6 @@ export default {
})
this.cost_id = cost_ids
console.log(orders, 'iiiiiiiiiiiiiiiiiii')
this.orders = orders
this.total = total.toFixed(2)
......@@ -2468,7 +2466,6 @@ export default {
})
.then(response => {
if (response.data.result.length>0) {
console.log(response.data.result,'999999999999999')
this.weiguiList=response.data.result
this.weiguiData=response.data.result
this.ViolationShow=true
......
......@@ -802,6 +802,7 @@ export default {
this.socketInit()
},
created() {
this.channel = this.$route.query?.channel || ''
this.titleshow = this.$route.query?.layoutShow || ''
this.cardNo = this.$route.query?.cardNo || ''
this.cardType = this.$route.query?.cardType || ''
......@@ -1615,7 +1616,7 @@ export default {
var that = this
this.gz_name = false
var obj = {
channel: '3',
channel: this.channel,
patient_id: this.patientData.patient_id,
}
pdxq(obj)
......@@ -1646,9 +1647,9 @@ export default {
this.ismb = true
}
});
if (!this.ismb) {
// 医技预约channel=4不走审核
if ((!this.ismb && this.man_name == false) || this.channel=='4' ) {
if (this.orders.length > 0) {
console.log(this.orders, 'ppppppppppppppp')
this.ybjs()
} else {
this.$message.error('请勾选结算类型和待结算的费用清单')
......@@ -1665,7 +1666,6 @@ export default {
return false
} else {
if (this.orders.length > 0) {
console.log(this.orders, 'ppppppppppppppp')
this.ybjs()
} else {
this.$message.error('请勾选结算类型和待结算的费用清单')
......@@ -1959,7 +1959,7 @@ export default {
this.sureshow = true
let y = {
is_gz: this.gz_name,
channel: '3',
channel: this.channel,
xj_amount: this.xj_amount,
source_pay_amount: this.source_pay_amount,
tradeNo: this.payData.tradeNo,
......@@ -2349,7 +2349,6 @@ export default {
})
.then(response => {
if (response.data.result.length>0) {
console.log(response.data.result,'999999999999999')
this.weiguiList=response.data.result
this.weiguiData=response.data.result
this.ViolationShow=true
......@@ -2590,7 +2589,7 @@ export default {
return false
}
let y = {
channel: '3',
channel: this.channel,
xj_amount: this.xj_amount,
source_pay_amount: this.source_pay_amount,
tradeNo: this.payData.tradeNo,
......
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