车辆对接
This commit is contained in:
@ -186,16 +186,16 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
or2derSn: {
|
||||
type: 'string',
|
||||
title: '订单号',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
// or2derSn: {
|
||||
// type: 'string',
|
||||
// title: '订单号',
|
||||
// ui: {
|
||||
// placeholder: '请输入',
|
||||
// visibleIf: {
|
||||
// expand: (value: boolean) => value
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
createTime: {
|
||||
title: '申请时间',
|
||||
type: 'string',
|
||||
@ -215,20 +215,20 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox' },
|
||||
{ title: '分票编号', render: 'no', width: 150 },
|
||||
{ title: '分票编号', render: 'vatinvcode', width: 150 },
|
||||
{ title: '申请编号', index: 'callNo', width: 120 },
|
||||
{ title: '申请时间', index: 'updatedAt', type: 'date', width: 150 },
|
||||
{ title: '网络货运人', index: 'callNo', width: 120 },
|
||||
{ title: '购买方', index: 'callNo', width: 90 },
|
||||
{ title: '订单数', index: 'callNo', width: 90 },
|
||||
{ title: '价税合计', index: 'callNo', width: 90 },
|
||||
{ title: '金额', index: 'callNo', width: 100 },
|
||||
{ title: '税率', index: 'callNo', width: 90 },
|
||||
{ title: '税额', index: 'callNo', width: 90 },
|
||||
{ title: '服务名称', index: 'callNo', width: 100 },
|
||||
{ title: '销货清单', index: 'callNo', width: 90 },
|
||||
{ title: '票面备注', render: 'description', width: 250 },
|
||||
{ title: '其他要求', index: 'callNo', width: 100 },
|
||||
{ title: '申请时间', index: 'createTime', type: 'date', width: 150 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 120 },
|
||||
{ title: '购买人', index: 'artoName', width: 90 },
|
||||
{ title: '订单数', index: 'ordlines', width: 90 },
|
||||
{ title: '价税合计', index: 'disvatmoney', width: 90 },
|
||||
{ title: '金额', index: 'vatnotax', width: 100 },
|
||||
{ title: '税率', index: 'billvatrate', width: 90 },
|
||||
{ title: '税额', index: 'disvattax', width: 90 },
|
||||
{ title: '服务名称', index: 'vatname', width: 100 },
|
||||
{ title: '销货清单', index: 'isdetail', width: 90 },
|
||||
{ title: '票面备注', render: 'vatremarks', width: 250 },
|
||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||
{
|
||||
title: '操作',
|
||||
width: 150,
|
||||
|
||||
Reference in New Issue
Block a user