diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index e69de29b..e6ec9306 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -0,0 +1,38 @@ +import request from '@/axios'; +// 月度仓储成本统计表接口 +export const $_Getlist = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseMonth/list', + method: 'get', + params, + }); +}; + +// 获取仓库 +export const $_getMyWarehouseList = params => { + return request({ + url: '/api/logpm-basicdata/warehouse/getMyWarehouseList', + method: 'get', + params, + }); +}; + +//月度仓储成本统计导出 +export const $_expenseWarehouseMonth = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseMonth/export-expenseWarehouseMonth', + method: 'get', + params, + responseType: 'blob' + }); + }; + +// 月度订单仓储成本明细列表 +export const $_Monthlyorderwarehousing = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list', + method: 'get', + params, + }); + }; + \ No newline at end of file diff --git a/src/option/signfor/asurcharge.js b/src/option/signfor/asurcharge.js new file mode 100644 index 00000000..7958e8f0 --- /dev/null +++ b/src/option/signfor/asurcharge.js @@ -0,0 +1,364 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '订单自编号', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'brandName', + label: '品牌', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'clientName', + label: '客户名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'materialName', + label: '货物名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'firsts', + label: '一级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'second', + label: '二级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'thirdProduct', + label: '三级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'quantity', + label: '数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'conditions', + label: '包条类型', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'sku', + label: 'sku', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'materialCode', + label: '物料编码', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'a', + label: '上楼层数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'aa', + label: '费用', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; + +export const columnListTC = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '订单自编号', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'brandName', + label: '品牌', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'clientName', + label: '客户名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'materialName', + label: '货物名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'firsts', + label: '一级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'second', + label: '二级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'thirdProduct', + label: '三级品', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'quantity', + label: '数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'conditions', + label: '包条类型', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'sku', + label: 'sku', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'materialCode', + label: '物料编码', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'a', + label: '上楼层数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'aa', + label: '费用', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, + ]; + \ No newline at end of file diff --git a/src/option/storagecost/Monthlyorderwarehousing.js b/src/option/storagecost/Monthlyorderwarehousing.js index 691dea08..95ad8bf4 100644 --- a/src/option/storagecost/Monthlyorderwarehousing.js +++ b/src/option/storagecost/Monthlyorderwarehousing.js @@ -15,7 +15,7 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'warehouseName', label: '目的仓', type: 2, values: '', @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'a2', + prop: 'orderCode', label: '订单编号 ', type: 2, values: '', @@ -37,7 +37,7 @@ export const columnList = [ head: false, }, { - prop: 'a3', + prop: 'shipmentNumber', label: '运单编号', type: 1, values: '', @@ -48,7 +48,7 @@ export const columnList = [ head: false, }, { - prop: 'a4', + prop: 'receivingUnit', label: '收货单位', type: 1, values: '', @@ -59,7 +59,7 @@ export const columnList = [ head: false, }, { - prop: 'a5', + prop: 'shippingUnit', label: '发货单位', type: 1, values: '', @@ -70,7 +70,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'shipmenttype', label: '运单类型', type: 3, values: '', @@ -90,7 +90,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'servicetype', label: '服务类型', type: 1, values: '', @@ -101,7 +101,7 @@ export const columnList = [ head: false, }, { - prop: 'a8', + prop: 'totalQuantity', label: '总件数', type: 1, values: '', @@ -112,7 +112,7 @@ export const columnList = [ head: false, }, { - prop: 'a9', + prop: 'totalQuantityReleased', label: '已出库总件数', type: 1, values: '', @@ -123,7 +123,7 @@ export const columnList = [ head: false, }, { - prop: 'a11', + prop: 'monthlyIssuedQuantity', label: '月出库件数', type: 1, values: '', @@ -134,7 +134,7 @@ export const columnList = [ head: false, }, { - prop: 'a12', + prop: 'originWarehouse', label: '发站仓', type: 1, values: '', @@ -145,7 +145,7 @@ export const columnList = [ head: false, }, { - prop: 'a13', + prop: 'monthConsignmentInQuantity', label: '月代入库仓件数', type: 1, values: '', @@ -156,7 +156,7 @@ export const columnList = [ head: false, }, { - prop: 'a14', + prop: 'monthConsignmentInTotalCost', label: '月代入库总成本', type: 1, values: '', @@ -167,7 +167,7 @@ export const columnList = [ head: false, }, { - prop: 'a15', + prop: 'monthConsignmentOutQuantity', label: '月代出库仓件数', type: 1, values: '', @@ -178,7 +178,7 @@ export const columnList = [ head: false, }, { - prop: 'a16', + prop: 'monthConsignmentOutTotalCost', label: '月代出库成本', type: 1, values: '', @@ -189,7 +189,7 @@ export const columnList = [ head: false, }, { - prop: 'a17', + prop: 'monthContractedOperaCost', label: '月代作业成本', type: 1, values: '', @@ -200,7 +200,7 @@ export const columnList = [ head: false, }, { - prop: 'a17', + prop: 'monthWarehouseRentalCost', label: '月仓租成本', type: 1, values: '', @@ -211,7 +211,7 @@ export const columnList = [ head: false, }, { - prop: 'a17', + prop: 'monthWarehousingCost', label: '月仓储成本', type: 1, values: '', @@ -222,7 +222,7 @@ export const columnList = [ head: false, }, { - prop: 'a18', + prop: 'costSettlementTime', label: '成本结算时间', type: 1, values: '', diff --git a/src/option/storagecost/WarehouseMonthly.js b/src/option/storagecost/WarehouseMonthly.js index 320d6011..b1c1ee59 100644 --- a/src/option/storagecost/WarehouseMonthly.js +++ b/src/option/storagecost/WarehouseMonthly.js @@ -1,13 +1,13 @@ export const columnList = [ { - prop: 'checkbox', + prop: '', label: '复选框', type: 0, width: 55, fixed: true, }, { - prop: 'xh', + prop: '', label: '序号', type: 12, values: '', @@ -15,7 +15,7 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'warehouseName', label: '目的仓', type: 2, values: '', @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'a2', + prop: 'costSettlementTime', label: '成本结算时间', type: 1, values: '', @@ -37,7 +37,7 @@ export const columnList = [ head: false, }, { - prop: 'a3', + prop: 'totalArea', label: '仓库总面积(㎡)', type: 1, values: '', @@ -48,7 +48,7 @@ export const columnList = [ head: false, }, { - prop: 'a4', + prop: 'monthlyRent', label: '仓库月租金', type: 1, values: '', @@ -59,7 +59,7 @@ export const columnList = [ head: false, }, { - prop: 'a5', + prop: 'totalQuantityIssued', label: '出库总件数', type: 1, values: '', @@ -70,7 +70,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'customerLeasedArea', label: '客户租用面积(㎡)', type: 1, values: '', @@ -81,7 +81,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'customerMonthlyRent', label: '客户月租金', type: 1, values: '', @@ -92,7 +92,7 @@ export const columnList = [ head: false, }, { - prop: 'a8', + prop: 'rentedItemsDispatchedQuantity', label: '租用出库件数', type: 1, values: '', @@ -103,7 +103,7 @@ export const columnList = [ head: false, }, { - prop: 'a9', + prop: 'customerRentedItemCostPerUnit', label: '客户租用单件成本', type: 1, values: '', @@ -114,7 +114,7 @@ export const columnList = [ head: false, }, { - prop: 'a11', + prop: 'customerTotalLeasingCost', label: '客户租用总成本', type: 1, values: '', @@ -125,7 +125,7 @@ export const columnList = [ head: false, }, { - prop: 'a12', + prop: 'temporaryTurnoverArea', label: '临时周转面积', type: 1, values: '', @@ -136,7 +136,7 @@ export const columnList = [ head: false, }, { - prop: 'a13', + prop: 'temporaryTurnoverQuantity', label: '临时周转件数', type: 1, values: '', @@ -147,7 +147,7 @@ export const columnList = [ head: false, }, { - prop: 'a14', + prop: 'temporaryTurnoverCostPerItem', label: '临时周转单件成本', type: 1, values: '', @@ -158,7 +158,7 @@ export const columnList = [ head: false, }, { - prop: 'a14', + prop: 'totalTemporaryTurnoverCost', label: '临时周转总成本', type: 1, values: '', @@ -169,7 +169,7 @@ export const columnList = [ head: false, }, { - prop: 'a15', + prop: 'drWareDisArea', label: '干仓配仓储面积(㎡)', type: 1, values: '', @@ -180,7 +180,7 @@ export const columnList = [ head: false, }, { - prop: 'a16', + prop: 'drWareDisNumber', label: '干仓配件数', type: 1, values: '', @@ -191,7 +191,7 @@ export const columnList = [ head: false, }, { - prop: 'a17', + prop: 'drWareDisCostPerUnit', label: '干仓配单件成本', type: 1, values: '', @@ -202,7 +202,7 @@ export const columnList = [ head: false, }, { - prop: 'a18', + prop: 'drWareDisTotalCost', label: '干仓配仓储总成本', type: 1, values: '', @@ -213,7 +213,7 @@ export const columnList = [ head: false, }, { - prop: 'a19', + prop: 'totalCostOfConsignmentStorage', label: '代入库总成本', type: 1, values: '', @@ -224,7 +224,7 @@ export const columnList = [ head: false, }, { - prop: 'a20', + prop: 'totalCostOfConsignmentWithdrawal', label: '代出库总成本', type: 1, values: '', @@ -235,7 +235,7 @@ export const columnList = [ head: false, }, { - prop: 'a21', + prop: 'totalCostOfAgencyOperations', label: '代作业总成本', type: 1, values: '', @@ -246,7 +246,7 @@ export const columnList = [ head: false, }, { - prop: 'a22', + prop: 'totalWarehouseCost', label: '仓储总成本', type: 1, values: '', @@ -256,14 +256,14 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'createUserName', - label: '操作', - type: 6, - values: '', - width: '200', - checkarr: [], - fixed: 'right', - sortable: false, - }, + // { + // prop: '', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, ]; diff --git a/src/router/views/index.js b/src/router/views/index.js index 213d441d..71a97626 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1715,6 +1715,23 @@ export default [ }, ], }, + + { + path: '/distribution/signfor/asurcharge', + component: Layout, + redirect: '/distribution/signfor/asurcharge', + children: [ + { + meta: { + i18n: 'dict', + keepAlive: true, + }, + path: '/distribution/signfor/asurcharge', + name: '附加费编辑', + component: () => import('@/views/distribution/signfor/asurcharge.vue'), + }, + ], + }, // 工单新增重构页面 // { @@ -1787,30 +1804,7 @@ export default [ // }, // ], // }, - // { - // path: '/distribution/signfor/devtmp', - // component: Layout, - // redirect: '/distribution/signfor/devtmp', - // children: [ - // { - // path: '/distribution/signfor/devtmp', - // name: '签收明细重构', - // component: () => import('@/views/distribution/signfor/devtmp.vue'), - // }, - // ], - // }, - // { - // path: 'basicdata/goodsShelf/basicdataGoodsShelfView', - // component: Layout, - // redirect: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', - // children: [ - // { - // path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', - // name: '', - // component: () => import(/* webpackChunkName: "views" */ '@/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue'), - // }, - // ], - // }, + // { // path: '/distribution/inventory/distributionPrints', // component: Layout, diff --git a/src/views/cost/storagecost/Monthlyorderwarehousing.vue b/src/views/cost/storagecost/Monthlyorderwarehousing.vue index 7927a465..db0612fb 100644 --- a/src/views/cost/storagecost/Monthlyorderwarehousing.vue +++ b/src/views/cost/storagecost/Monthlyorderwarehousing.vue @@ -1,303 +1,401 @@ - - - - - \ No newline at end of file +}; +// 获取仓库 +const MyWarehouseList = () => { + $_getMyWarehouseList().then(res => { + console.log(res, '仓库列表'); + res.data.data.forEach(item => { + warehouseList.value.push({ + value: item.name, + label: item.name, + }); + }); + }); +}; + +// 页面初始化方法 +const PageOnload = () => { + onLoad(); //获取列表参数 + MyWarehouseList(); //获取仓库 + monthFn(); //月份初始化 +}; + +//页面初始化方法 +PageOnload(); + + + diff --git a/src/views/cost/storagecost/WarehouseMonthly.vue b/src/views/cost/storagecost/WarehouseMonthly.vue index 0ca6fa76..70d00abd 100644 --- a/src/views/cost/storagecost/WarehouseMonthly.vue +++ b/src/views/cost/storagecost/WarehouseMonthly.vue @@ -1,303 +1,437 @@ - - - - - \ No newline at end of file +} + diff --git a/src/views/distribution/signfor/asurcharge.vue b/src/views/distribution/signfor/asurcharge.vue new file mode 100644 index 00000000..397e97b1 --- /dev/null +++ b/src/views/distribution/signfor/asurcharge.vue @@ -0,0 +1,686 @@ + + + + + diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index ccfa24a8..baa38d2b 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -176,6 +176,11 @@ @click="handleSign(slotProps.scope.row)" >复 核 + 附加费 @@ -1833,6 +1838,18 @@ export default { this.SignForPhotos.push(dataURL); } }, + // 附加费 + asurcharge(row){ + console.log(row,'附加费'); + this.$router.push({ + path: '/distribution/signfor/asurcharge', + query: { + name: '附加费编辑', + id: row.id, + reservationId: row.reservationId, + }, + }); + }, //签收 submitForm() { // this.isDis = true; diff --git a/src/views/distribution/stockup/distributionStockupDiscuss.vue b/src/views/distribution/stockup/distributionStockupDiscuss.vue index de779169..adf79fb3 100644 --- a/src/views/distribution/stockup/distributionStockupDiscuss.vue +++ b/src/views/distribution/stockup/distributionStockupDiscuss.vue @@ -28,6 +28,7 @@ start-placeholder="开始时间" end-placeholder="结束时间" :shortcuts="shortcuts" + :default-time="defaultTime2" /> @@ -571,6 +572,7 @@ export default { stockupStatus: [], stockAllocation: [], stockupDate: [], + defaultTime2: [new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)], // '12:00:00', '08:00:00' shortcuts: [ { text: '最近一周', diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index 89d5f58a..95d9c033 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -243,18 +243,18 @@ export default { }, ], }, - { - label: '子表模型', - prop: 'subModelId', - type: 'select', - dicUrl: '/blade-develop/model/select', - props: { - label: 'modelName', - value: 'id', - }, - display: false, - hide: true, - }, + // { + // label: '子表模型', + // prop: 'subModelId', + // type: 'select', + // dicUrl: '/blade-develop/model/select', + // props: { + // label: 'modelName', + // value: 'id', + // }, + // display: false, + // hide: true, + // }, { label: '子表外键', prop: 'subFkId', diff --git a/src/views/warehouse/warehousesignedorder/distributionStockArticle.vue b/src/views/warehouse/warehousesignedorder/distributionStockArticle.vue index 4ea761a1..9b7ede8b 100644 --- a/src/views/warehouse/warehousesignedorder/distributionStockArticle.vue +++ b/src/views/warehouse/warehousesignedorder/distributionStockArticle.vue @@ -12,11 +12,11 @@ type="datetimerange" start-placeholder="开始日期" end-placeholder="结束日期" - format="YYYY-MM-DD" - date-format="YYYY/MM/DD" - time-format="A" - @change="Toptiem" + :shortcuts="shortcuts" + :default-time="defaultTime2" /> + + @@ -25,10 +25,8 @@ type="datetimerange" start-placeholder="开始日期" end-placeholder="结束日期" - format="YYYY-MM-DD" - date-format="YYYY/MM/DD" - time-format="A" - @change="Toptiem" + :shortcuts="shortcuts" + :default-time="defaultTime2" /> @@ -154,6 +152,7 @@ const details = reactive({ /** 表格搜索条件 */ query: {}, /** 时间快捷选择设置 */ + defaultTime2: [new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)], // '12:00:00', '08:00:00' shortcuts: [ { text: '最近一周', @@ -234,6 +233,7 @@ const { data, loadingObj, selectionList, + defaultTime2, drawerShow, page, trickleLoadingPage,