diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index d356453e..d784664f 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -754,8 +754,19 @@ export const detailsColumnList = [ sortable: true, }, { - prop: 'orderLineCost', - label: '订单干线成本', + prop: 'costPiece', + label: '按件成本', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, + }, + { + prop: 'costZhang', + label: '按比例成本', type: 2, values: '', width: '130', @@ -974,30 +985,6 @@ export const detailsColumnList = [ isColumnMerge: true, sortable: true, }, - { - prop: 'totalFee', - label: '单件成本 (按件)', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - isshowSummary: true, - isColumnMerge: true, - sortable: true, - }, - { - prop: 'totalFee', - label: '单件成本 (按收入)', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - isshowSummary: true, - isColumnMerge: true, - sortable: true, - }, // { // prop: 'freight', // label: '作废运单号', diff --git a/src/option/waybill/WaybillOrderList.js b/src/option/waybill/WaybillOrderList.js index 04f4dada..79bf82d0 100644 --- a/src/option/waybill/WaybillOrderList.js +++ b/src/option/waybill/WaybillOrderList.js @@ -175,9 +175,9 @@ export const columnList = [ fixed: false, sortable: true, }, - /* { - prop: 'carrierName', - label: '单价', + { + prop: 'costPiece', + label: '按件分摊', type: 1, values: '', width: '130', @@ -186,15 +186,25 @@ export const columnList = [ sortable: true, }, { - prop: 'carrierName', - label: '件数', + prop: 'costZhang', + label: '按比例分摊', type: 1, values: '', width: '130', checkarr: [], fixed: false, sortable: true, - }, */ + }, + { + prop: 'costNum', + label: '成本分摊件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'totalCount', label: '总数', diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue index f9a4c4cb..68a48f39 100644 --- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue +++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue @@ -1,5 +1,5 @@