Commit c54ee8e6 authored by 朱彩云's avatar 朱彩云

fix(回款管理仅全部账单需要是否已回款字段): 表格显示问题修复

parent 966202ad
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :lg="6" :sm="12"> <a-col :lg="6" :sm="12" v-if="activeKey1 === '1'">
<a-form-model-item label="" class="mar_l40"> <a-form-model-item label="" class="mar_l40">
<a-checkbox <a-checkbox
:checked="searchForm.hasBack == 'Y'" :checked="searchForm.hasBack == 'Y'"
...@@ -738,7 +738,8 @@ export default { ...@@ -738,7 +738,8 @@ export default {
this.searchForm = { this.searchForm = {
billDate: [], billDate: [],
mrnNo: '', // 病历号 mrnNo: '', // 病历号
patientName: '' // 客户名字 patientName: '', // 客户名字
hasBack: 'N'
} }
} }
}, },
......
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