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

feat(eccs-2937): [商保系统]回款管理添加账单时默认显示有效的账单

parent 036976dd
...@@ -513,7 +513,8 @@ export default { ...@@ -513,7 +513,8 @@ export default {
billDate: [], billDate: [],
mrnNo: '', // 病历号 mrnNo: '', // 病历号
patientName: '', // 客户名字 patientName: '', // 客户名字
hasBack: 'N' hasBack: 'N',
rStatus: ''
}, },
savedStatus: false, //是否已保存 savedStatus: false, //是否已保存
relatedList: [], relatedList: [],
...@@ -781,13 +782,17 @@ export default { ...@@ -781,13 +782,17 @@ export default {
} }
}, },
watch: { watch: {
activeKey1() { activeKey1(val) {
console.log(val)
this.searchForm = { this.searchForm = {
billDate: [], billDate: [],
mrnNo: '', // 病历号 mrnNo: '', // 病历号
patientName: '', // 客户名字 patientName: '', // 客户名字
hasBack: 'N' hasBack: 'N'
} }
if (val == '1') {
this.searchForm.rStatus = 1
}
this.searchData('init') this.searchData('init')
}, },
selectedRows: { selectedRows: {
......
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