edit
This commit is contained in:
@ -82,9 +82,10 @@ export class AddCostDetailComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '结算客户',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'refund:apply:status' },
|
||||
placeholder: '请选择'
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
asyncData: () => this.service.getCloseAccount(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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: {
|
||||
|
||||
@ -101,10 +101,11 @@ export class InputInvoiceDetailComponent implements OnInit {
|
||||
cno: {
|
||||
type: 'string',
|
||||
title: '结算客户',
|
||||
enum: [{ label: '全部', value: '' }],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择'
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
asyncData: () => this.service.getCloseAccount(),
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
|
||||
@ -356,8 +356,8 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox' },
|
||||
{ title: '申请编号', render: 'vatappcode', width: 180 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 120 },
|
||||
{ title: '购买方', index: 'arto', width: 90 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 150 },
|
||||
{ title: '购买方', index: 'artoName', width: 150 },
|
||||
{ title: '订单数', index: 'ordlines', width: 90 },
|
||||
{
|
||||
title: '申请金额',
|
||||
|
||||
Reference in New Issue
Block a user