This commit is contained in:
Taric Xin
2022-02-16 15:31:37 +08:00
parent af9a1c4bf4
commit a42498eb2b
17 changed files with 197 additions and 113 deletions

View File

@ -156,13 +156,14 @@ export class EditCollectionInvoiceComponent implements OnInit {
placeholder: '请输入'
}
},
order2S2n: {
cno: {
type: 'string',
title: '结算客户',
ui: {
widget: 'dict-select',
params: { dictKey: 'refund:apply:status' },
placeholder: '请选择'
widget: 'select',
placeholder: '请选择',
allowClear: true,
asyncData: () => this.service.getCloseAccount(),
}
},
createTime: {