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

Merge branch 'func_eccs_2801' into test

parents 4785820b c54ee8e6
......@@ -283,7 +283,7 @@
/>
</a-form-model-item>
</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-checkbox
:checked="searchForm.hasBack == 'Y'"
......@@ -738,7 +738,8 @@ export default {
this.searchForm = {
billDate: [],
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