删掉预付核销单中的客户查询条件
This commit is contained in:
@ -117,17 +117,17 @@ export class PayableOrderDetailComponent implements OnInit {
|
|||||||
placeholder: '请输入'
|
placeholder: '请输入'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cno: {
|
// cno: {
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
title: '结算客户',
|
// title: '结算客户',
|
||||||
ui: {
|
// ui: {
|
||||||
widget: 'select',
|
// widget: 'select',
|
||||||
placeholder: '请选择',
|
// placeholder: '请选择',
|
||||||
allowClear: true,
|
// allowClear: true,
|
||||||
asyncData: () => this.service.getCloseAccount()
|
// asyncData: () => this.service.getCloseAccount()
|
||||||
},
|
// },
|
||||||
default: ''
|
// default: ''
|
||||||
},
|
// },
|
||||||
feedate: {
|
feedate: {
|
||||||
title: '费用日期',
|
title: '费用日期',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user