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

@ -150,7 +150,10 @@ export class ReceiptOrderComponent implements OnInit {
type: 'string',
title: '付款人',
ui: {
placeholder: '请输入',
widget: 'select',
placeholder: '请选择',
allowClear: true,
asyncData: () => this.service.getCRM(),
visibleIf: {
expand: (value: boolean) => value
}
@ -273,7 +276,7 @@ export class ReceiptOrderComponent implements OnInit {
{
text: '浏览',
click: item => this.router.navigate(['/financial-management/receipt-order/detail/' + item.id])
},
}
// {
// text: '核销'
// }