edit
This commit is contained in:
@ -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: '核销'
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user