Commit 86fa61f7 authored by 任鸿志's avatar 任鸿志

1111

parent 82970c87
...@@ -2011,6 +2011,7 @@ export default { ...@@ -2011,6 +2011,7 @@ export default {
}, 1000) }, 1000)
this.sureshow = true this.sureshow = true
let y = { let y = {
dzqbzfje:this.bxxxinfo.dzqbzfje,
sy: this.is_sy, sy: this.is_sy,
channel: this.channel, channel: this.channel,
is_gz: this.gz_name, is_gz: this.gz_name,
......
...@@ -1522,6 +1522,7 @@ export default { ...@@ -1522,6 +1522,7 @@ export default {
patientId: this.patientData.patient_id, patientId: this.patientData.patient_id,
deptCode: this.dept, deptCode: this.dept,
}, },
dzqbzfje:this.bxxxinfo.dzqbzfje,
sy: this.is_sy, sy: this.is_sy,
is_gz: this.man_name == '3' ? true : false, is_gz: this.man_name == '3' ? true : false,
channel: this.channel, channel: this.channel,
......
...@@ -369,6 +369,12 @@ ...@@ -369,6 +369,12 @@
></el-input> ></el-input>
</div> </div>
</el-form-item> </el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF" style="color: #1a5bfd; font-weight: 600">电子钱包支付</el-tag>
<el-input v-model="bxxxinfo.dzqbzfje" type="number" disabled></el-input>
</div>
</el-form-item>
<el-form-item> <el-form-item>
<div class="form_item"> <div class="form_item">
<el-tag class="label" color="#E7EEFF">待缴费</el-tag> <el-tag class="label" color="#E7EEFF">待缴费</el-tag>
...@@ -1766,6 +1772,7 @@ export default { ...@@ -1766,6 +1772,7 @@ export default {
this.loadingapplyList = true this.loadingapplyList = true
this.sureshow = true this.sureshow = true
let y = { let y = {
dzqbzfje:this.bxxxinfo.dzqbzfje,
family_type: this.familyType, family_type: this.familyType,
self2yb: true, self2yb: true,
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_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