Commit a1872782 authored by 任鸿志's avatar 任鸿志

所有都穿诊断

parent e32c0ef7
......@@ -538,7 +538,7 @@
</div>
<div style="margin: 20px 0px;">反馈原因</div>
<div>
<el-input type="textarea" :rows="3" placeholder="请输入内容" v-model="textarea">
<el-input type="textarea" :rows="3" placeholder="请输入内容" v-model="shiqianText">
</el-input>
</div>
<span slot="footer" class="dialog-footer">
......@@ -569,6 +569,7 @@ export default {
name: 'Outpatient',
data() {
return {
shiqianText:'',
weiguiData:[],
ViolationShow: true,
gz_name: false,
......@@ -807,6 +808,7 @@ export default {
},
},
methods: {
// 事前反馈
async Violationfunction() {
await serviceInvoke({
warn_rslt_id:"",
......@@ -2355,11 +2357,13 @@ export default {
x: x,
y: y,
}
} else if (data?.mzdbjbs_arr.length == 1 && this.selectTableArr[0]?.settle_type.is_mb) {
} else if (data?.mzdbjbs_arr.length == 1 ) {//&& this.selectTableArr[0]?.settle_type.is_mb
this.selectCardYiboPre(data, x, y, data?.mzdbjbs_arr[0].code)
} else {
this.selectCardYiboPre(data, x, y)
}
}
// 所有都穿诊断
// else {
// this.selectCardYiboPre(data, x, y)
// }
},
// 医保预结算
selectCardYiboPre(data, x, y, zhenduan) {
......
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