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

所有都穿诊断

parent e32c0ef7
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
</div> </div>
<div style="margin: 20px 0px;">反馈原因</div> <div style="margin: 20px 0px;">反馈原因</div>
<div> <div>
<el-input type="textarea" :rows="3" placeholder="请输入内容" v-model="textarea"> <el-input type="textarea" :rows="3" placeholder="请输入内容" v-model="shiqianText">
</el-input> </el-input>
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
...@@ -569,6 +569,7 @@ export default { ...@@ -569,6 +569,7 @@ export default {
name: 'Outpatient', name: 'Outpatient',
data() { data() {
return { return {
shiqianText:'',
weiguiData:[], weiguiData:[],
ViolationShow: true, ViolationShow: true,
gz_name: false, gz_name: false,
...@@ -807,6 +808,7 @@ export default { ...@@ -807,6 +808,7 @@ export default {
}, },
}, },
methods: { methods: {
// 事前反馈
async Violationfunction() { async Violationfunction() {
await serviceInvoke({ await serviceInvoke({
warn_rslt_id:"", warn_rslt_id:"",
...@@ -2355,11 +2357,13 @@ export default { ...@@ -2355,11 +2357,13 @@ export default {
x: x, x: x,
y: y, 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) 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) { 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