edit
This commit is contained in:
@ -108,16 +108,16 @@ export class PaymentOrderComponent implements OnInit {
|
||||
},
|
||||
default: null
|
||||
},
|
||||
orderS2n: {
|
||||
type: 'string',
|
||||
title: '付款状态',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
containsAllLable: true,
|
||||
params: { dictKey: 'refund:apply:status' },
|
||||
placeholder: '请选择'
|
||||
}
|
||||
},
|
||||
// orderS2n: {
|
||||
// type: 'string',
|
||||
// title: '付款状态',
|
||||
// ui: {
|
||||
// widget: 'dict-select',
|
||||
// containsAllLable: true,
|
||||
// params: { dictKey: 'refund:apply:status' },
|
||||
// placeholder: '请选择'
|
||||
// }
|
||||
// },
|
||||
paytype: {
|
||||
type: 'string',
|
||||
title: '付款类型',
|
||||
@ -126,9 +126,6 @@ export class PaymentOrderComponent implements OnInit {
|
||||
containsAllLable: true,
|
||||
params: { dictKey: 'pay:type' },
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
paymode: {
|
||||
@ -237,7 +234,7 @@ export class PaymentOrderComponent implements OnInit {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox', fixed: 'left', className: 'text-center' },
|
||||
{ title: '付款单号', index: 'payCode', type: 'link', width: 180 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 160 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 180 },
|
||||
{ title: '要求付款日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
|
||||
{
|
||||
title: '付款金额',
|
||||
@ -252,7 +249,7 @@ export class PaymentOrderComponent implements OnInit {
|
||||
{ title: '结算客户', index: 'cnoName', width: 160 },
|
||||
{ title: '收款人', index: 'hrToLabel', width: 150 },
|
||||
{ title: '应付已核销', index: 'ishrhxLabel', width: 150 },
|
||||
{ title: '确认日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
|
||||
{ title: '确认日期', index: 'payDate2', type: 'date', className: 'text-center', width: 150 },
|
||||
{ title: '创建时间', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
|
||||
{ title: '创建人', index: 'createUserIdLabel', width: 160 },
|
||||
{ title: '付款备注', index: 'payRemarks', width: 200 },
|
||||
|
||||
Reference in New Issue
Block a user