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

医技审核取消

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