|
@@ -52,6 +52,7 @@
|
|
|
<el-table-column label="快递包材费" prop="deliveryMaterialsFeeSummary" align="center" width="100" />
|
|
|
<el-table-column label="包装人工费" prop="packingLaborSummary" align="center" width="100" />
|
|
|
<el-table-column label="管理费" prop="managementFeeSummary" align="center" width="90" />
|
|
|
+ <el-table-column label="打样费" prop="proofingFeeSummary" align="center" width="90" />
|
|
|
<el-table-column label="SKU单价" prop="unitPriceSKU" align="center" width="90" />
|
|
|
<el-table-column label="小计" align="center" width="120">
|
|
|
<template #default="{ row }">
|
|
@@ -262,6 +263,7 @@ const getList = async (req, status) => {
|
|
|
deliveryMaterialsFeeSummary: res.rows[i].skuSpecList[j].bomSpecList[y].deliveryMaterialsFeeSummary,
|
|
|
packingLaborSummary: res.rows[i].skuSpecList[j].bomSpecList[y].packingLaborSummary,
|
|
|
managementFeeSummary: res.rows[i].skuSpecList[j].bomSpecList[y].managementFeeSummary,
|
|
|
+ proofingFeeSummary: res.rows[i].skuSpecList[j].bomSpecList[y].proofingFeeSummary,
|
|
|
unitPriceSKU: res.rows[i].skuSpecList[j].unitPrice,
|
|
|
subtotal: res.rows[i].skuSpecList[j].subtotal,
|
|
|
outerBoxPackingFee: res.rows[i].outerBoxPackingFee,
|
|
@@ -331,7 +333,7 @@ const clickExcelFile = () => {
|
|
|
openFileList.value = true;
|
|
|
};
|
|
|
const objectSpanMethod = ({ rowIndex, columnIndex }) => {
|
|
|
- if ([0, 1, 2, 3, 4, 5, 6, 7, 8, 22, 23, 24, 25, 26].includes(columnIndex)) {
|
|
|
+ if ([0, 1, 2, 3, 4, 5, 6, 7, 8, 23, 24, 25, 26, 27].includes(columnIndex)) {
|
|
|
let spanName = [
|
|
|
"statementOfAccountTime",
|
|
|
"departmentName",
|