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

@ -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(),
}
}
}

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: {

View File

@ -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: ''
},

View File

@ -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: '申请金额',