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

2222

parent 86fa61f7
......@@ -455,7 +455,7 @@ export default {
.then(response => {
this.jiezhiLoading=false
this.dialogFormVisible = false
this.$emit('getyibaoinfo', response.data,'01',this.adminpingzhengma)
this.$emit('getyibaoinfo', response.data,'01',this.form.physicalCard)
this.form.physicalCard=''
})
.finally(() => {
......
......@@ -485,8 +485,8 @@ export default {
.then(response => {
// this.jiezhiLoading = false
// this.dialogFormVisible = false
this.$emit('getyibaoinfo', response.data, '01', this.adminpingzhengma)
this.form.physicalCard = ''
this.$emit('getyibaoinfo', response.data, '01', this.form.physicalCard)
// this.form.physicalCard = ''
})
.finally(() => {
// this.jiezhiLoading = false
......
......@@ -562,6 +562,7 @@ export default {
name: 'Outpatient',
data() {
return {
ewmData:'',
is_sy: false,
weiguiList: [],
shiqianText: '',
......@@ -2442,6 +2443,7 @@ export default {
})
},
selectCardYiboPreselect(data, x, y) {
this.ewmData=y
// 判断慢病
if (this.selectTableArr[0]?.settle_type.is_mb) {
// 判断多病种慢病
......@@ -2530,6 +2532,7 @@ export default {
}
// 验证违规
prescription({
ewm: this.ewmData,
patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
prescription_nos: this.cost_id,
......
......@@ -1819,6 +1819,7 @@ export default {
this.YBData.yfdxbzName = data.yfdxbz == '1' ? '优抚对象' : ''
// 验证违规
prescription({
ewm: y,
patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
prescription_nos: this.cost_id,
......
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