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

2222

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