diff --git a/src/api/bulletinboard/index.js b/src/api/bulletinboard/index.js new file mode 100644 index 00000000..cb93b44f --- /dev/null +++ b/src/api/bulletinboard/index.js @@ -0,0 +1,9 @@ +import request from '@/axios'; + +export const $_homeList = params => { + return request({ + url: '/api/logpm-basic/notice/homeList', + method: 'get', + params, + }); +}; diff --git a/src/api/distribution/VehicleArrivalManagement.js b/src/api/distribution/VehicleArrivalManagement.js index c476b8cb..25c59935 100644 --- a/src/api/distribution/VehicleArrivalManagement.js +++ b/src/api/distribution/VehicleArrivalManagement.js @@ -81,6 +81,39 @@ export const postFindLinePhoto = data => { }); }; +/** + * 编辑配载图片 -- 装车前 + */ +export const postUploadLoadingPhoto = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/uploadLoadingPhoto', + method: 'post', + data, + }); +}; + +/** + * 编辑配载图片 -- 发车前 + */ +export const postUploadStartPhoto = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/uploadStartPhoto', + method: 'post', + data, + }); +}; + +/** + * 编辑配载图片 -- 卸车前 + */ +export const postUploadUnloadPhoto = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/uploadUnloadPhoto', + method: 'post', + data, + }); +}; + /** * 到车数据导出 */ diff --git a/src/api/reportforms/ConsigneeReport.js b/src/api/reportforms/ConsigneeReport.js new file mode 100644 index 00000000..b0563337 --- /dev/null +++ b/src/api/reportforms/ConsigneeReport.js @@ -0,0 +1,28 @@ +import request from '@/axios'; +/** 报表列表 */ +export const postDeptIncomingPage = params => { + return request({ + url: '/api/logpm-report/reportIncoming/consigineeIncomingPage', + method: 'get', + params, + }); +}; + +/** 查询事业线 */ +export const postFindbusinessLine = () => { + return request({ + url: '/api/logpm-basicdata/warehouse/findBusunessLineList', + method: 'get', + params: {}, + }); +}; + +/** 报表导出 */ +export const postDeptIncomingExport = params => { + return request({ + url: '/api/logpm-report/reportIncoming/consigineeIncomingExport', + method: 'get', + params, + responseType: 'blob', + }); +}; diff --git a/src/option/distribution/OrderInTransit.js b/src/option/distribution/OrderInTransit.js index d598eabb..16aab4af 100644 --- a/src/option/distribution/OrderInTransit.js +++ b/src/option/distribution/OrderInTransit.js @@ -201,6 +201,25 @@ export const columnList = [ fixed: false, sortable: true, }, + { + prop: 'isTimeOutName', + label: '是否超时', + type: 3, + values: '', + width: '100', + checkarr: [ + { + value: '0', + label: '否', + }, + { + value: '1', + label: '是', + }, + ], + fixed: false, + sortable: true, + }, { prop: 'warehouse', label: '所在仓库', diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index 454b5175..4e4723c5 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -260,6 +260,25 @@ export const columnList = [ isColumnMerge: true, sortable: true, }, + { + prop: 'isTimeOutName', + label: '是否超时', + type: 3, + values: '', + width: '100', + checkarr: [ + { + value: 0, + label: '否', + }, + { + value: 1, + label: '是', + }, + ], + fixed: false, + sortable: true, + }, { prop: 'goodsName', label: '品类名称', diff --git a/src/option/reportforms/ConsigneeReport.js b/src/option/reportforms/ConsigneeReport.js new file mode 100644 index 00000000..041dd83d --- /dev/null +++ b/src/option/reportforms/ConsigneeReport.js @@ -0,0 +1,297 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'consignee', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + 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: 'nian', + label: '年', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'yue', + 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: '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: '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/option/reportforms/DeliveryStatisticsReport.js b/src/option/reportforms/DeliveryStatisticsReport.js index 7a830e9f..44feeda8 100644 --- a/src/option/reportforms/DeliveryStatisticsReport.js +++ b/src/option/reportforms/DeliveryStatisticsReport.js @@ -155,17 +155,6 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'reviewOnTimeRate', - label: '复核及时率', - type: 6, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, { prop: 'exceptionNum', @@ -225,6 +214,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'reviewOnTimeRate', + label: '复核及时率', + type: 6, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'createUserName', label: '操作', diff --git a/src/option/reportforms/SalesDepartmentIncomeReport.js b/src/option/reportforms/SalesDepartmentIncomeReport.js index 2e30d079..cfe3633f 100644 --- a/src/option/reportforms/SalesDepartmentIncomeReport.js +++ b/src/option/reportforms/SalesDepartmentIncomeReport.js @@ -58,6 +58,39 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'nian', + label: '年', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'yue', + 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: 'waybillNum', label: '运单数', @@ -190,28 +223,6 @@ export const columnList = [ 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: '仓储操作费', diff --git a/src/router/views/index.js b/src/router/views/index.js index d2c50dd2..87571050 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -12,6 +12,7 @@ export default [ name: '首页', meta: { i18n: 'dashboard', + keepAlive: true, }, component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'), }, diff --git a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue index 8e800c2d..604f0af6 100644 --- a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue +++ b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue @@ -513,6 +513,45 @@ + + + + + + + + + + + + + + + diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue index d50fb84d..e72b972a 100644 --- a/src/views/distribution/artery/VehicleStowage.vue +++ b/src/views/distribution/artery/VehicleStowage.vue @@ -1617,6 +1617,16 @@ const searchOrder = async () => { details.loadingObj.searchOrder = false; } }; + +const handleShowVehicleImgs = ({ row }) => { + $router.push({ + path: '/distribution/artery/VehicleNodeImgs', + query: { + name: `${row.carsNo} - 节点图片`, + loadId: row.id, + }, + }); +}; diff --git a/src/views/reportforms/SalesDepartmentIncomeReport.vue b/src/views/reportforms/SalesDepartmentIncomeReport.vue index 0fce5108..d4409464 100644 --- a/src/views/reportforms/SalesDepartmentIncomeReport.vue +++ b/src/views/reportforms/SalesDepartmentIncomeReport.vue @@ -55,7 +55,7 @@ /> - + +
+
+ 通知总数: {{ announcements.length }} +
+ 公告栏 +
+ +
+
+
+ +

标题:{{ item.title }}

+

时间:{{ item.releaseTime }}

+
+ + +
+
+
+ +

+ 时间: {{ currentAnnouncement.releaseTime }}
+ 分类:{{ currentAnnouncement.categoryName }} +

+
+ +
+ + + + diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index bb0ec2e7..56153314 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -1,5 +1,8 @@ - +