From e85fce8971b12b96e7c708bdc723c1c31b996853 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 10 Dec 2024 09:34:45 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E9=80=81?= =?UTF-8?q?=E7=AD=BE=E6=94=B6=E7=8E=87=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/reportforms/DeliveryStatisticsReport.js | 2 +- src/views/reportforms/DeliveryStatisticsReport.vue | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/option/reportforms/DeliveryStatisticsReport.js b/src/option/reportforms/DeliveryStatisticsReport.js index 7c97fdb1..7a830e9f 100644 --- a/src/option/reportforms/DeliveryStatisticsReport.js +++ b/src/option/reportforms/DeliveryStatisticsReport.js @@ -157,7 +157,7 @@ export const columnList = [ }, { prop: 'reviewOnTimeRate', - label: '符合及时率', + label: '复核及时率', type: 6, values: '', width: '150', diff --git a/src/views/reportforms/DeliveryStatisticsReport.vue b/src/views/reportforms/DeliveryStatisticsReport.vue index 5c25e5a4..ebe52d6b 100644 --- a/src/views/reportforms/DeliveryStatisticsReport.vue +++ b/src/views/reportforms/DeliveryStatisticsReport.vue @@ -106,7 +106,7 @@ diff --git a/src/option/reportforms/SalesDepartmentIncomeReport.js b/src/option/reportforms/SalesDepartmentIncomeReport.js new file mode 100644 index 00000000..2e30d079 --- /dev/null +++ b/src/option/reportforms/SalesDepartmentIncomeReport.js @@ -0,0 +1,275 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'businessLine', + label: '事业线', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'departureWarehouseName', + label: '始发仓', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'destinationWarehouseName', + label: '目的仓', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'waybillNum', + label: '运单数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'num', + label: '件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'weight', + label: '重量', + type: 1, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'volume', + label: '体积', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'stockNum', + label: '到货件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'signNum', + label: '签收件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'pickupFee', + label: '提货费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'freightFee', + label: '运费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'deliveryFee', + label: '送货费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'warehouseManagementFee', + label: '仓库管理费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'storageFee', + label: '仓储费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'startWareOutTime', + label: '始发仓发货日期', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'timeStr', + label: '时间周期', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'handlingFee', + label: '仓储操作费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'sortingFee', + label: '仓储分拣费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'installFee', + label: '安装费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'otherFee', + label: '其他费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'totalFee', + label: '总费用', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, +]; diff --git a/src/views/desk/DataBoard.vue b/src/views/desk/DataBoard.vue index 1f37a14a..b1c27495 100644 --- a/src/views/desk/DataBoard.vue +++ b/src/views/desk/DataBoard.vue @@ -548,7 +548,7 @@ 已上架 - - -
- {{ details.allocationDataInfo.useNum || 0 }} -
@@ -576,7 +571,7 @@ 空闲库位 - - -
- {{ details.allocationDataInfo.nullNum || 0 }} -
@@ -604,7 +594,7 @@ 未上架 - - -
- {{ details.allocationDataInfo.noUpshelfNum || 0 }} -
@@ -718,9 +703,20 @@
-
+
-
{{ details.trunklineCarsDataInfo.totalNum || 0 }}
+
+ {{ details.trunklineCarsDataInfo.totalNum || 0 }} +
@@ -728,9 +724,20 @@
-
+
-
{{ details.trunklineCarsDataInfo.inTransitNum || 0 }}
+
+ {{ details.trunklineCarsDataInfo.inTransitNum || 0 }} +
@@ -738,9 +745,20 @@
-
+
-
{{ details.trunklineCarsDataInfo.workNum || 0 }}
+
+ {{ details.trunklineCarsDataInfo.workNum || 0 }} +
@@ -748,9 +766,20 @@
-
+
-
{{ details.trunklineCarsDataInfo.unloadNum || 0 }}
+
+ {{ details.trunklineCarsDataInfo.unloadNum || 0 }} +
@@ -1565,7 +1594,7 @@ import { postOpenOrderDataByWarehouseId, postAllocationDataByWarehouseId, postHandOrderDataByWarehouseId, - postTrunklineCarsDataByWarehouseId, + getCarsStattisNum, $_aftersalesData, } from '@/api/wel/index'; import { exportExcelByDom } from '@/utils/export'; @@ -1873,15 +1902,37 @@ const initTrunklineHandOrderData = async () => { /** 请求干线车次数据 */ const initTrunklineCarsData = async () => { + const _obj: any = {}; + const _keyArr = ['inTransitNum', 'totalNum', 'unloadNum', 'workNum']; + for (let i = 0; i < _keyArr.length; i++) { + const value = _keyArr[i]; + + _obj[value] = 0; + } + _obj.list = []; + try { details.loadingObj.trunklineCarsData = true; - const res = await postTrunklineCarsData({}); + const res = await getCarsStattisNum({}); const { code, data } = res.data; if (code !== 200) return; - details.trunklineCarsDataInfo = data || {}; + + for (let i = 0; i < data.length; i++) { + const value = data[i]; + + for (let i = 0; i < _keyArr.length; i++) { + const key = _keyArr[i]; + value[key] = isNumber(value[key]) ? Number(value[key]) : 0; + + _obj[key] = computeNumber(_obj[key], '+', value[key]).result; + } + + _obj.list.push(value); + } } catch (error) { console.log('error :>> ', error); } finally { + details.trunklineCarsDataInfo = _obj; details.loadingObj.trunklineCarsData = false; } }; @@ -2082,7 +2133,7 @@ const initDeliveryData = async () => { const initSignforData = async () => { const _keyArr = ['signNum', 'unSignNum', 'clerkSignNum', 'planNum', 'clerkOverTimeSignfoNum']; - const _obj = { + const _obj: any = { daySignData: { data: [] }, monthSignData: { data: [] }, dayBillLadingSignData: { data: [] }, @@ -2106,8 +2157,6 @@ const initSignforData = async () => { const item = _obj[key]; item[value] = 0; - - console.log('item :>> ', item); } } @@ -2154,8 +2203,6 @@ const initSignforData = async () => { _obj.monthSignData.unSignNum ).result; - console.log('_obj :>> ', _obj); - // 签收率 if ( !isNumber(_obj.monthBillLadingSignData.signNum) || @@ -2686,8 +2733,8 @@ const handleDetails = async (type, title, optionObj: OptionObjType) => { // 干线车次数据 case 'trunklineCarsDataColumn': - res = await postTrunklineCarsDataByWarehouseId({}); - break; + handleShowEcharts(details.trunklineCarsDataInfo.list, title, optionObj); + return; default: break; } @@ -2727,7 +2774,7 @@ const handleShowAbnormalData = ( title, type: 'dayData' | 'monthData', optionObj: any = {}, - chartType + chartType = 'pie' ) => { details.popUpShow.isShow = true; details.title = title; diff --git a/src/views/reportforms/SalesDepartmentIncomeReport.vue b/src/views/reportforms/SalesDepartmentIncomeReport.vue new file mode 100644 index 00000000..0fce5108 --- /dev/null +++ b/src/views/reportforms/SalesDepartmentIncomeReport.vue @@ -0,0 +1,522 @@ + + + + + diff --git a/src/views/waybill/orderPackageList.vue b/src/views/waybill/orderPackageList.vue index 7e2954ea..5fb7e237 100644 --- a/src/views/waybill/orderPackageList.vue +++ b/src/views/waybill/orderPackageList.vue @@ -120,24 +120,22 @@ - -
-
勾选数量: {{ selectionList.length }}
- - - -
-
+
+
勾选数量: {{ selectionList.length }}
+ + + +
From 41c790625796620a78990e04cb95a0fb49039abc Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 10 Dec 2024 18:24:55 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=B8=AD=E8=BD=AC=E6=9C=88=E5=BA=A6?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storagecost/index.js | 59 ++ .../storagecost/Transferwarehouseorders.js | 97 +-- .../Transferwarehousestatistics.js | 126 +++- src/router/views/index.js | 17 + .../OrderTotalCostDetail.vue | 3 - .../storagecost/Transferwarehouseorders.vue | 93 ++- .../Transferwarehousestatistics.vue | 624 ++++++++++++++---- 7 files changed, 776 insertions(+), 243 deletions(-) diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index e7324d98..577402f0 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -429,4 +429,63 @@ export const $_Warehouserentalmanagementremove = params => { params, }); }; +// 仓储成本中专月度作业统计 +export const $_Transferwarehousestatistics = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransitMonth/page', + method: 'get', + params, + }); +}; +// 仓储成本中专月度作业统计-详情 +export const $_Transferwarehousestatisticsdetail = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransitMonth/detail', + method: 'get', + params, + }); +}; + +// 仓储成本中专月度作业统计-保存 +export const $_Transferwarehousestatisticssave = data => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransitChange/save', + method: 'post', + data, + }); +}; +// 仓储成本中专月度作业统计-确认结算 +export const $_TransferwarehousestatisticsconfirmSettlement= data => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransitMonth/confirmSettlement', + method: 'post', + data, + }); +}; +// 仓储成本中专月度作业统计-明细 +export const $_Transferwarehouseorderspage= params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransit/page', + method: 'get', + params, + }); +}; +// 仓储成本中专月度作业统计-导出 +export const $_exportTransitMonth = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransitMonth/exportTransitMonth', + method: 'get', + params, + responseType: 'blob', + }); +}; +// 仓储成本中专月度作业统计-明细导出 +export const $_exportTransit = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseTransit/exportTransit', + method: 'get', + params, + responseType: 'blob', + }); +}; \ No newline at end of file diff --git a/src/option/storagecost/Transferwarehouseorders.js b/src/option/storagecost/Transferwarehouseorders.js index 7f24c5d8..a6246e46 100644 --- a/src/option/storagecost/Transferwarehouseorders.js +++ b/src/option/storagecost/Transferwarehouseorders.js @@ -15,41 +15,8 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'transitWarehouseName', label: '中转仓', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'a2', - label: '订单编号', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'a3', - label: '运单号', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'a4', - label: '到站仓', type: 1, values: '', width: '150', @@ -59,30 +26,8 @@ export const columnList = [ head: false, }, { - prop: 'a5', - label: '发站仓', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'a6', - label: '发货单位', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'a7', - label: '收货单位', + prop: 'destinationWarehouseName', + label: '目的仓', type: 1, values: '', width: '150', @@ -92,8 +37,8 @@ export const columnList = [ head: false, }, { - prop: 'a8', - label: '运单类型', + prop: 'workType', + label: '作业类型', type: 1, values: '', width: '150', @@ -103,8 +48,8 @@ export const columnList = [ head: false, }, { - prop: 'a9', - label: '服务类型', + prop: 'packageType', + label: '包件类型', type: 1, values: '', width: '150', @@ -114,8 +59,8 @@ export const columnList = [ head: false, }, { - prop: 'a11', - label: '总件数', + prop: 'packageCode', + label: '包条码', type: 1, values: '', width: '150', @@ -125,8 +70,8 @@ export const columnList = [ head: false, }, { - prop: 'a12', - label: '中转入库件数', + prop: 'orderCode', + label: '订单号', type: 1, values: '', width: '150', @@ -136,8 +81,8 @@ export const columnList = [ head: false, }, { - prop: 'a13', - label: '中转入库收入', + prop: 'waybillNumber', + label: '运单编号', type: 1, values: '', width: '150', @@ -147,8 +92,8 @@ export const columnList = [ head: false, }, { - prop: 'a14', - label: '中转出库件数', + prop: 'trainNumber', + label: '车次号', type: 1, values: '', width: '150', @@ -158,8 +103,8 @@ export const columnList = [ head: false, }, { - prop: 'a15', - label: '中转出库收入', + prop: 'num', + label: '件数', type: 1, values: '', width: '150', @@ -169,8 +114,8 @@ export const columnList = [ head: false, }, { - prop: 'a16', - label: '中转作业收入', + prop: 'taskTime', + label: '操作时间', type: 1, values: '', width: '150', @@ -180,8 +125,8 @@ export const columnList = [ head: false, }, { - prop: 'a17', - label: '中转作业结算时间', + prop: 'confirmAllocationTime', + label: '确认分摊时间', type: 1, values: '', width: '150', diff --git a/src/option/storagecost/Transferwarehousestatistics.js b/src/option/storagecost/Transferwarehousestatistics.js index 3df85bc0..113c5818 100644 --- a/src/option/storagecost/Transferwarehousestatistics.js +++ b/src/option/storagecost/Transferwarehousestatistics.js @@ -15,7 +15,7 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'transitWarehouseName', label: '中转仓', type: 1, values: '', @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'a2', + prop: 'destinationWarehouseName', label: '目的仓', type: 1, values: '', @@ -37,7 +37,7 @@ export const columnList = [ head: false, }, { - prop: 'a3', + prop: 'statisticalTime', label: '中转作业出账时间', type: 1, values: '', @@ -48,7 +48,7 @@ export const columnList = [ head: false, }, { - prop: 'a4', + prop: 'inNumber', label: '月中转入库件数', type: 1, values: '', @@ -57,9 +57,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a5', + prop: 'inCost', label: '月中转入库收入', type: 1, values: '', @@ -68,9 +69,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a6', + prop: 'outNumber', label: '月中转出库件数', type: 1, values: '', @@ -79,9 +81,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a7', + prop: 'outCost', label: '月中转出库收入', type: 1, values: '', @@ -90,9 +93,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a7', + prop: 'totalCost', label: '月中转作业收入', type: 1, values: '', @@ -101,20 +105,34 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a7', + prop: 'settlementStatus', label: '结算状态', - type: 1, + type: 3, values: '', width: '150', - checkarr: [], + checkarr: [ + { + label: '未结算', + value: '未结算', + }, + { + label: '已结算', + value: '已结算', + }, + { + label: '部分结算', + value: '部分结算', + }, + ], fixed: false, sortable: true, head: false, }, { - prop: 'a7', + prop: 'settledAmount', label: '已结算金额', type: 1, values: '', @@ -123,9 +141,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a7', + prop: 'pendingSettlementAmount', label: '待结算金额', type: 1, values: '', @@ -134,9 +153,10 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'a7', + prop: 'settlementUser', label: '结算人', type: 1, values: '', @@ -147,7 +167,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'settlementTime', label: '结算时间', type: 1, values: '', @@ -158,7 +178,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'changeAmount', label: '异常金额', type: 1, values: '', @@ -167,6 +187,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { prop: 'createUserName', @@ -179,3 +200,76 @@ export const columnList = [ sortable: false, }, ]; +export const columnListrecord = [ + { + prop: 'checkbox', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: 'xh', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'changeAmount', + label: '异常费用', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, + }, + { + prop: 'changeNote', + label: '异常备注', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changeImageList', + label: '异常图片', + type: 6, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changeOperator', + label: '操作人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changeTime', + label: '异常操作时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, +]; diff --git a/src/router/views/index.js b/src/router/views/index.js index 5b3bea46..d2c50dd2 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1882,4 +1882,21 @@ export default [ }, ], }, + + { + path: '/cost/storagecost/Transferwarehouseorders', + component: Layout, + redirect: '/cost/storagecost/Transferwarehouseorders', + children: [ + { + meta: { + i18n: 'dict', + keepAlive: true, + }, + path: '/cost/storagecost/Transferwarehouseorders', + name: '中转仓月度订单明细', + component: () => import('@/views/cost/storagecost/Transferwarehouseorders.vue'), + }, + ], + }, ]; diff --git a/src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue b/src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue index 61b2ce30..cb586acf 100644 --- a/src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue +++ b/src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue @@ -39,9 +39,6 @@ 导出 - 测试
diff --git a/src/views/cost/storagecost/Transferwarehouseorders.vue b/src/views/cost/storagecost/Transferwarehouseorders.vue index 72c216fb..91b0f7a1 100644 --- a/src/views/cost/storagecost/Transferwarehouseorders.vue +++ b/src/views/cost/storagecost/Transferwarehouseorders.vue @@ -6,7 +6,7 @@ -
+ 搜 索 @@ -79,10 +79,7 @@
- 导入 - 导出
@@ -110,11 +107,7 @@ @selection="selectionChange" > @@ -147,14 +140,17 @@ v-model="details.columnList" > - + From 1f8d69bc51a8daad26e54ebaa16afee4920ebd8a Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 10 Dec 2024 18:44:49 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cost/storagecost/OrderTotalTransferDetails.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/cost/storagecost/OrderTotalTransferDetails.vue b/src/views/cost/storagecost/OrderTotalTransferDetails.vue index 360f569b..543aec84 100644 --- a/src/views/cost/storagecost/OrderTotalTransferDetails.vue +++ b/src/views/cost/storagecost/OrderTotalTransferDetails.vue @@ -151,7 +151,6 @@ import { columnList } from '@/option/storagecost/OrderTotalTransferDetails.js'; import { getDictionaryBiz } from '@/api/system/dict'; //字典 import { $_getMyWarehouseList } from '@/api/storagecost/index.js'; import { processRowProperty, setNodeHeight } from '@/utils/util'; -import functions from '@/utils/functions.js'; import { ElMessageBox, ElMessage } from 'element-plus'; import { downloadXls } from '@/utils/util'; import { useStore } from 'vuex';