调整预结算、正式结算
This commit is contained in:
@@ -52,6 +52,15 @@ export const detailColumns = [
|
||||
{ label: '备注', prop: 'remark', minWidth: 180 },
|
||||
];
|
||||
|
||||
export const summaryColumns = [
|
||||
{ label: '费用类型', prop: 'feeType', minWidth: 150 },
|
||||
{ label: '费用项', prop: 'feeItem', minWidth: 160 },
|
||||
{ label: '原金额', prop: 'originalAmount', minWidth: 130 },
|
||||
{ label: '调整金额', prop: 'adjustAmount', minWidth: 140 },
|
||||
{ label: '结算金额', prop: 'settlementAmount', minWidth: 140 },
|
||||
{ label: '备注', prop: 'remark', minWidth: 200 },
|
||||
];
|
||||
|
||||
export const candidateColumns = [
|
||||
{ label: '预结算单号', prop: 'preSettlementNo', minWidth: 170 },
|
||||
{ label: '项目名称', prop: 'projectName', minWidth: 140 },
|
||||
@@ -73,6 +82,8 @@ export const candidateDetailColumns = [
|
||||
{ label: '合同编号', prop: 'contractNo', minWidth: 150 },
|
||||
{ label: '合同名称', prop: 'contractName', minWidth: 170 },
|
||||
{ label: '来源', prop: 'sourceType', minWidth: 110 },
|
||||
{ label: '预结算单号', prop: 'preSettlementNo', minWidth: 160 },
|
||||
{ label: '正式结算单号', prop: 'formalSettlementNo', minWidth: 160 },
|
||||
{ label: '运单号', prop: 'waybillNo', minWidth: 150 },
|
||||
{ label: '车号', prop: 'vehicleNo', minWidth: 130 },
|
||||
{ label: '运输类型', prop: 'transportType', minWidth: 120 },
|
||||
|
||||
Reference in New Issue
Block a user