diff --git a/src/api/distribution/directMerchantSign.js b/src/api/distribution/directMerchantSign.js
new file mode 100644
index 00000000..cbe6c6ee
--- /dev/null
+++ b/src/api/distribution/directMerchantSign.js
@@ -0,0 +1,27 @@
+import request from '@/axios';
+
+/**
+ * 直发商家签收列表
+ * @param {*} data
+ * @returns
+ */
+export const postFindSignOrderPageList = data => {
+ return request({
+ url: '/api/logpm-trunkline/carsLoad/findSignOrderPageList',
+ method: 'post',
+ data,
+ });
+};
+
+/**
+ * 直发商家签收列表
+ * @param {*} data
+ * @returns
+ */
+export const postFindSignPhotoList = data => {
+ return request({
+ url: '/api/logpm-trunkline/carsLoad/findSignPhotoList',
+ method: 'post',
+ data,
+ });
+};
diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js
index ee0efc9e..59c45359 100644
--- a/src/option/distribution/TripartiteTransfer.js
+++ b/src/option/distribution/TripartiteTransfer.js
@@ -338,6 +338,16 @@ export const detailsColumnList = [
fixed: false,
sortable: true,
},
+ {
+ prop: 'destinationWarehouseName',
+ label: '运单目的仓',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
{
prop: 'scanStatusName',
label: '装卸状态',
diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js
index 34ad3cfb..1aa68d1d 100644
--- a/src/option/distribution/VehicleArrivalManagement.js
+++ b/src/option/distribution/VehicleArrivalManagement.js
@@ -99,16 +99,19 @@ export const columnList = [
// fixed: false,
// sortable: true,
// },
- // {
- // prop: 'endTime',
- // label: '直发商家',
- // type: 1,
- // values: '',
- // width: '130',
- // checkarr: [],
- // fixed: false,
- // sortable: true,
- // },
+ {
+ prop: 'isCustomerName',
+ label: '是否直发商家',
+ type: 6,
+ values: '',
+ width: '130',
+ checkarr: [
+ { label: '是', value: '1' },
+ { label: '否', value: '2' },
+ ],
+ fixed: false,
+ sortable: true,
+ },
// {
// prop: 'planVolume',
// label: '类型',
diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js
index dc850f17..9eac2c5b 100644
--- a/src/option/distribution/VehicleStowage.js
+++ b/src/option/distribution/VehicleStowage.js
@@ -99,19 +99,19 @@ export const columnList = [
// fixed: false,
// sortable: true,
// },
- // {
- // prop: 'isCustomerName',
- // label: '是否直发商家',
- // type: 6,
- // values: '',
- // width: '130',
- // checkarr: [
- // { label: '是', value: '1' },
- // { label: '否', value: '2' },
- // ],
- // fixed: false,
- // sortable: true,
- // },
+ {
+ prop: 'isCustomerName',
+ label: '是否直发商家',
+ type: 6,
+ values: '',
+ width: '130',
+ checkarr: [
+ { label: '是', value: '1' },
+ { label: '否', value: '2' },
+ ],
+ fixed: false,
+ sortable: true,
+ },
// {
// prop: 'planVolume',
// label: '类型',
diff --git a/src/option/distribution/directMerchantSign.js b/src/option/distribution/directMerchantSign.js
new file mode 100644
index 00000000..565f7c26
--- /dev/null
+++ b/src/option/distribution/directMerchantSign.js
@@ -0,0 +1,154 @@
+/** 签收列表 */
+export const columnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'carsNo',
+ label: '车次号',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'loadSignCode',
+ label: '签收号',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'belongToWarehouseName',
+ label: '归属仓库',
+ type: 2,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'mallName',
+ label: '商场名称',
+ type: 2,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'mallPerson',
+ label: '商场联系人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'mallMobile',
+ label: '商场电话',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'mallAddress',
+ label: '商场地址',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverName',
+ label: '司机名称',
+ type: 2,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'planNum',
+ label: '计划数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'loadingNum',
+ label: '装车数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'signNum',
+ label: '签收数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'signStatusName',
+ label: '签收状态',
+ type: 14,
+ values: '',
+ width: '130',
+ checkarr: [
+ { label: '未签收', value: '0' },
+ { label: '部分签收', value: '10' },
+ { label: '已签收', value: '20' },
+ ],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'createUserName',
+ label: '操作',
+ type: 6,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: 'right',
+ sortable: false,
+ },
+];
diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue
index 8756fd4a..4d98fe1e 100644
--- a/src/views/distribution/artery/AddVehicleStowage.vue
+++ b/src/views/distribution/artery/AddVehicleStowage.vue
@@ -27,7 +27,15 @@
-
+
{
details.pageInfo = data;
details.nodeInfoData = [
{
+ index: 1,
nodeName: data.startWarehouseInfo.warehouseName,
nodeId: data.startWarehouseInfo.warehouseId,
linkMan: data.startWarehouseInfo.linkMan,
@@ -1038,6 +1052,7 @@ const onLoad = async () => {
details.nodeInfoData = handleEditForbidden(
data.allCarsLineList.map((val, index) => {
const _node = {
+ index,
...val,
// 筛选
query: {},
@@ -1388,6 +1403,7 @@ const handleAddNode = async (index: number) => {
}
details.nodeInfoData.splice(index + 1, 0, {
+ index: index + 1,
// 筛选
query: {},
// 时间筛选
@@ -1877,6 +1893,8 @@ const nodeCostSubmit = async () => {
/** 提交 */
const handleSubmit = (formEl: FormInstance | undefined) => {
+ if (details.nodeInfoData.length <= 1) return ElMessage.warning('最少存在一个目的仓');
+
if (btnLoadingObj.submitBtn) return;
if (!formEl) return;
formEl.validate((valid, fields) => {
diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue
index ba25c705..f4b0e01a 100644
--- a/src/views/distribution/artery/TripartiteTransfer.vue
+++ b/src/views/distribution/artery/TripartiteTransfer.vue
@@ -202,6 +202,7 @@
{{ slotProps.scope.row.loadStatusName }}
+
+ {{ slotProps.scope.row.isCustomerName }}
+
+
编辑
-
+
更多
-
+
{
if (code !== 200) return;
details.data = data.records;
// 装车状态
- const codes = details.carsStatus.map(val => val.value);
- for (let item of details.data) {
- const _index = codes.indexOf(Number(item.loadStatus));
- item.loadStatusName = _index !== -1 ? details.carsStatus[_index].label : '未知';
- item.NumberOfPiecesInTheCar = item.realLoadingNumber - item.unloadNumber;
- }
+ // const codes = details.carsStatus.map(val => val.value);
+ // for (let item of details.data) {
+ // const _index = codes.indexOf(Number(item.loadStatus));
+ // item.loadStatusName = _index !== -1 ? details.carsStatus[_index].label : '未知';
+ // item.NumberOfPiecesInTheCar = item.realLoadingNumber - item.unloadNumber;
+ // }
+ handleTranslationDataSeclect(details.data, details.columnList);
details.page.total = data.total;
} catch (error) {
console.log('error :>> ', error);
@@ -1400,6 +1415,40 @@ const handleShowUnloadReport = async () => {
details.loadingObj.pageLoading = false;
}
};
+
+/** 节点费用 */
+const handleNodeCost = ({ row }) => {
+ $store.commit('DEL_ONCE_TAG', '/distribution/artery/AddVehicleStowage');
+
+ $router.push({
+ path: '/distribution/artery/AddVehicleStowage',
+ query: { name: '节点费用更改', type: 3, loadId: row.id },
+ });
+};
+
+/** 配置直发商家弹窗显示 */
+const handleDirectGoMarketVesited = ({ row }) => {
+ $router.push({
+ path: '/distribution/artery/directGoMarket',
+ query: {
+ loadId: row.id,
+ name: row.carsNo + '--' + '配置直发商家',
+ backPath: $route.fullPath,
+ },
+ });
+};
+
+/** 直发商家签收详情 */
+const handleDirectGoMarketDetails = ({ row }) => {
+ $router.push({
+ path: '/distribution/artery/directGoMarketDetails',
+ query: {
+ loadId: row.id,
+ name: row.carsNo + '--' + '签收详情',
+ backPath: $route.fullPath,
+ },
+ });
+};
diff --git a/src/views/distribution/artery/truckLoadingDetails.vue b/src/views/distribution/artery/truckLoadingDetails.vue
index 0ca9dad8..14db4b00 100644
--- a/src/views/distribution/artery/truckLoadingDetails.vue
+++ b/src/views/distribution/artery/truckLoadingDetails.vue
@@ -129,6 +129,9 @@
>
零担卸车
+
+
+ printOrderByZero(slotProps.scope)">零担二维码
@@ -246,6 +249,7 @@ import {
postLoadingDetailExport,
} from '@/api/distribution/truckLoadingDetails';
import { getShowAdvancePackgeCode } from '@/api/waybill/orderPackageListDetails';
+import { postShowOrderCode } from '@/api/distribution/distributionStockArticle';
/** 获取字典 */
import { getDictionaryBiz } from '@/api/system/dict';
import {
@@ -1152,20 +1156,46 @@ const printOrder = async ({ row }) => {
}
};
+/** 查看零担零担码 */
+const printOrderByZero = async ({ row }) => {
+ try {
+ details.loadingObj.pageLoading = true;
+
+ let ids = {
+ ids: row.id,
+ };
+
+ const res = await postShowOrderCode(ids);
+
+ if (res.data.code !== 200) return;
+ details.popUpShow.QRCodeVisible = true;
+ console.log(res.data);
+ details.html = '';
+ details.html = getHtmls(res.data.data.dataList, res.data.data.templateHtml);
+ } catch (error) {
+ console.log('error :>> ', error);
+ } finally {
+ details.loadingObj.pageLoading = false;
+ }
+};
+
/** 批量查看二维码 */
const handleBatchBarcode = async () => {
if (details.selectionList.length === 0)
return ElMessage.warning({ message: '请选择需要查看的数据' });
const _arr = [];
+ const _zeroArr = [];
+
for (const iterator of details.selectionList) {
if (Number(iterator.type) === 1) _arr.push(iterator);
+ else _zeroArr.push(iterator);
}
- tableNodeRef.value.handleClearSelect();
- tableNodeRef.value.handleCheckSelect(_arr);
+ // tableNodeRef.value.handleClearSelect();
+ // tableNodeRef.value.handleCheckSelect(_arr);
- if (_arr.length === 0) return ElMessage.warning('零担无法查看二维码');
+ // if (_arr.length === 0) return ElMessage.warning('零担无法查看二维码');
try {
details.loadingObj.pageLoading = true;
@@ -1174,13 +1204,19 @@ const handleBatchBarcode = async () => {
orderPackageCodes: _arr.map(val => val.scanCode).join(','),
};
- const res = await getShowAdvancePackgeCode(qr);
+ const [res, zeroRes] = await Promise.all([
+ getShowAdvancePackgeCode(qr),
+ postShowOrderCode({ ids: _zeroArr.map(val => val.id).join(',') }),
+ ]);
- if (res.data.code !== 200) return;
+ // const res = await getShowAdvancePackgeCode(qr);
+
+ if (res.data.code !== 200 || zeroRes.data.code !== 200) return;
details.popUpShow.QRCodeVisible = true;
console.log(res.data);
details.html = '';
details.html = getHtmls(res.data.data.dataList, res.data.data.templateHtml);
+ details.html += getHtmls(zeroRes.data.data.dataList, zeroRes.data.data.templateHtml);
} catch (error) {
console.log('error :>> ', error);
} finally {
diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue
index 0f1e308b..95f531fb 100644
--- a/src/views/distribution/inventory/BookingNote.vue
+++ b/src/views/distribution/inventory/BookingNote.vue
@@ -1840,7 +1840,7 @@ const handlePrint = async () => {
const res = await postPrintBatch({
ids: $route.query.id,
- tempId: 15,
+ tempId: 16,
});
const { code, data } = res.data;
diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue
index 7163c18c..79430a62 100644
--- a/src/views/distribution/inventory/CreateOrder.vue
+++ b/src/views/distribution/inventory/CreateOrder.vue
@@ -3561,7 +3561,7 @@ const handlePrint = async () => {
const res = await postPrintBatch({
ids: details.waybillId,
- tempId: 15,
+ tempId: 16,
});
const { code, data } = res.data;
diff --git a/src/views/waybill/CreateZeroOrder.vue b/src/views/waybill/CreateZeroOrder.vue
index cfd28df9..ad9254c0 100644
--- a/src/views/waybill/CreateZeroOrder.vue
+++ b/src/views/waybill/CreateZeroOrder.vue
@@ -3081,7 +3081,7 @@ const handlePrint = async () => {
const res = await postPrintBatch({
ids: details.waybillId,
- tempId: 15,
+ tempId: 16,
});
const { code, data } = res.data;
diff --git a/src/views/waybill/WaybillOrderList.vue b/src/views/waybill/WaybillOrderList.vue
index fe328ac9..bf2c90f7 100644
--- a/src/views/waybill/WaybillOrderList.vue
+++ b/src/views/waybill/WaybillOrderList.vue
@@ -655,7 +655,7 @@ const batchPrint = async () => {
const res = await postPrintBatch({
ids: details.selectionList.map(val => val.id).join(','),
- tempId: 15,
+ tempId: 16,
});
const { code, data } = res.data;
diff --git a/src/views/waybill/orderPackageList.vue b/src/views/waybill/orderPackageList.vue
index 87ea0e82..052968b4 100644
--- a/src/views/waybill/orderPackageList.vue
+++ b/src/views/waybill/orderPackageList.vue
@@ -833,12 +833,6 @@ const handleShowFlowNode = async ({ row }) => {
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 80394da6..6395f423 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -1,222 +1,1576 @@
-
-
-
-

-
发货操作
+
+
刷新
+
+
+
+
+
+
+
+

+
+
开单数据
+
+
+
+
+
+
+

+
+
总计
+
+
+
+ {{ details.openOrderDataInfo.totalNum || 0 }}
+ 单
+
+
+
+
+
+

+
+
当月
+
+
+
+ {{ details.openOrderDataInfo.monthNum || 0 }}
+ 单
+
+
+
+
+
+

+
+
当日
+
+
+
+ {{ details.openOrderDataInfo.dayNum || 0 }}
+
+ 单
+
+
+
-
-
-

-
提货
-
-
-

-
预开单
-
-
-

-
创建运单
-
-
-

-
补录运单
-
-
-

-
短驳发车
-
-
-

-
外部中转
-
-
-

-
库存管理
-
-
-

-
车辆配载
-
-

-

-

-

-

-

+
+
+
+
+
+

+
+
开单收入
+
+
+
+
+
+
+
+
+

+
+
总计
+
+
+
+ {{ details.openOrderIncomeInfo.totalFee || 0 }}
+ 元
+
+
+
+
+
+
+
+

+
+
当月
+
+
+
+ {{ details.openOrderIncomeInfo.monthFee || 0 }}
+ 元
+
+
+
+
+
+
+

+
+
当日
+
+
+
+ {{ details.openOrderIncomeInfo.dayFee || 0 }}
+ 元
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.monthTrunklineFee || 0
+ }}
+ 元
+
+
+
干线 - 月
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.monthWarehouseFee || 0
+ }}
+ 元
+
+
+
仓储 - 月
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.monthDistributionFee || 0
+ }}
+ 元
+
+
+
配送 - 月
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.monthBillladingFee || 0
+ }}
+ 元
+
+
+
提货 - 月
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.monthInstallFee || 0
+ }}
+ 元
+
+
+
安装 - 月
+
+
+
+
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.dayTrunklineFee || 0
+ }}
+ 元
+
+
+
干线 - 日
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.dayWarehouseFee || 0
+ }}
+ 元
+
+
+
仓储 - 日
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.dayDistributionFee || 0
+ }}
+ 元
+
+
+
配送 - 日
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.dayBillladingFee || 0
+ }}
+ 元
+
+
+
提货 - 日
+
+
+
+
+ {{
+ details.openOrderIncomeInfo.dayInstallFee || 0
+ }}
+ 元
+
+
+
安装 - 日
+
+
+
+
-
-

-
到货操作
-
-
-
-

-
到货操作
+
+
+
+
+
+
+
+

+
+
当前在库数据
+
+
+
+
+
+
+

+
总数
+
+
+ {{ details.handOrderDataInfo.totalNum || 0 }}
+ 件
+
+
+
+
+
+

+
零担
+
+
+ {{ details.handOrderDataInfo.zeroNum || 0 }}
+ 件
+
+
+
+
+
+

+
三方中转
+
+
+ {{ details.handOrderDataInfo.thirdTransferNum || 0 }}
+ 件
+
+
+
+
+
+

+
商配
+
+
+ {{ details.handOrderDataInfo.mallNum || 0 }}
+ 件
+
+
+
+
+
+

+
市配
+
+
+ {{ details.handOrderDataInfo.cityNum || 0 }}
+ 件
+
+
+
+
+
+

+
自提
+
+
+ {{ details.handOrderDataInfo.billNum || 0 }}
+ 件
+
+
+
+
+
+

+
已打托
+
+
+ {{ details.handOrderDataInfo.trayNum || 0 }}
+ 件
+
+
+
-
-
-

-
到站卸车
-
-
-

-
库存管理
-
-
-

-
短驳接收
-
-
-

-
外部中转
-
-
-

-
送货
-
-
-

-
中转签收
-
-
-

-
送货签收
-
-
-

-
自提签收
-
-

-

-

-

-

-

-

+
+
+
+
+
+

+
+
库位数据
+
+
+
+
+
+

+
总数
+
+
+ {{ details.allocationDataInfo.totalNum || 0 }}
+ 个
+
+
+
+
+
+

+
已上架
+
+
+ {{ details.allocationDataInfo.useNum || 0 }}
+ 个
+
+
+
+
+
+

+
空置
+
+
+ {{ details.allocationDataInfo.nullNum || 0 }}
+ 个
+
+
+
+
+
+

+
已上架
+
+
+ {{ details.allocationDataInfo.upshelfNum || 0 }}
+ 件
+
+
+
+
+
+

+
未上架
+
+
+ {{ details.allocationDataInfo.noUpshelfNum || 0 }}
+ 件
+
+
+
-
-
-

-
回单管理
+
+
+
+
+
+
+
+

+
+
干线待发运在库数据
+
+
+
+
+
+
+
{{ details.trunklineHandOrderDataInfo.waybillNum || 0 }}
+
单
+
+
+ 运单总数
+
+
+
+
+
+
{{ details.trunklineHandOrderDataInfo.handleNum || 0 }}
+
件
+
+
+ 在库总件数
+
+
+
+
+
+
+ {{ details.trunklineHandOrderDataInfo.handleWeight || 0 }}
+
+
kg
+
+
+ 在库总重量
+
+
+
+
+
+
+ {{ details.trunklineHandOrderDataInfo.handleVolume || 0 }}
+
+
m³
+
+
+ 在库总方数
+
+
+
+
+
+
+
+
+
+

+
+
干线车次统计
+
+
+
+
+
+
{{ details.trunklineCarsDataInfo.totalNum || 0 }}
+
车
+
+
+ 总车次
+
+
+
+
+
+
{{ details.trunklineCarsDataInfo.inTransitNum || 0 }}
+
车
+
+
+ 在途
+
+
+
+
+
+
{{ details.trunklineCarsDataInfo.workNum || 0 }}
+
车
+
+
+ 作业
+
+
+
+
+
+
{{ details.trunklineCarsDataInfo.unloadNum || 0 }}
+
车
+
+
+ 卸车完成
+
+
+
-
-
-

-
回单回收
-
-
-

-
回单寄出
-
-
-

-
回单接收
-
-
-

-
回单发放
-
-

-

-

+
+
+
+
+
+
+

+
+
异常数据
+
+
+
+
(abnormal_status = 'day')"
+ >
+ 当天
+
+
(abnormal_status = 'month')"
+ >
+ 当月
+
+
+
+
+
+
+
+

+
发起数
+
+
+ {{ abnormal_Info.sendNum }}
+ 单
+
+
+
+
+
+

+
待处理
+
+
+ {{ abnormal_Info.noDealNum }}
+ 单
+
+
+
+
+
+

+
异常率
+
+
+ {{ abnormal_Info.abnormalRate }}
+ %
+
+
+
-
-
公告栏
+
+
+
+
+
+
+
+
+

+
+
当前配送数据
+
+
+
+
+
+ 商配
+
+
+
+
+ 外协商配
+
+
+
+ 市配
+
+
+
+ 外协市配
+
+
+
+
+
+
+
+
+
{{ delivery_info.totalDeliveryNum || 0 }}
+
单
+
+
+ 配送计划总数
+
+
+
+
+
+
{{ delivery_info.totalNum || 0 }}
+
件
+
+
+ 总作业
+
+
+
+
+
+
{{ delivery_info.totalWeight || 0 }}
+
kg
+
+
+ 总重量
+
+
+
+
+
+
{{ delivery_info.totalVolume || 0 }}
+
m³
+
+
+ 总方数
+
+
+
+
+
+
{{ delivery_info.totalRoadNum || 0 }}
+
件
+
+
+ 在途件数
+
+
+
+
+
+
+
+
+
+
+

+
+
签收数据
+
+
+
+
(signforData_status = '1')"
+ >
+ 当天
+
+
(signforData_status = '2')"
+ >
+ 当月
+
+
+
+
+
+
+
+
{{ signforData.signNum || 0 }}
+
件
+
+
+ 已签收
+
+
+
+
+
+
{{ signforData.unSignNum || 0 }}
+
件
+
+
+ 未签收
+
+
+
+
+
+
+ {{
+ signforData.signScale
+ ? computeNumber(signforData.signScale, '*', 100).toFixed(2)
+ : 0
+ }}
+
+
%
+
+
+ 签收率
+
+
+
+
+
+
{{ signforData.clerkSignNum || 0 }}
+
件
+
+
+ 文员签收数
+
+
+
+
+
+
+ {{
+ signforData.clerkSignforScale
+ ? computeNumber(signforData.clerkSignforScale, '*', 100).toFixed(2)
+ : 0
+ }}
+
+
%
+
+
+ 文员签收率
+
+
+
+
+
+
{{ signforData.clerkOverTimeSignfoNum || 0 }}
+
件
+
+
+ 超时签收
+
+
+
+
+
+
+ {{
+ signforData.clerkOverTimeScale
+ ? Number(signforData.clerkOverTimeScale * 100).toFixed(2)
+ : 0
+ }}
+
+
%
+
+
+ 签收超时率
+
+
+
+
-
-
-
-

-
-
{{ name }}
-
您好!欢迎使用货无忧
-
成都数联物科信息技术有限公司
-
{{ currentTime }}
+
+
+
+
+
+
+
+
+

+
+
当前配送数据 -- 自提
+
+
+
+
+
+
+
+
{{ delivery_bill_info.totalDeliveryNum || 0 }}
+
单
+
+
+ 配送计划总数
+
+
+
+
+
+
{{ delivery_bill_info.totalNum || 0 }}
+
件
+
+
+ 总作业
+
+
+
+
+
+
{{ delivery_bill_info.totalWeight || 0 }}
+
kg
+
+
+ 总重量
+
+
+
+
+
+
{{ delivery_bill_info.totalVolume || 0 }}
+
m³
+
+
+ 总方数
+
+
+
+
+
+
{{ delivery_bill_info.totalRoadNum || 0 }}
+
件
+
+
+ 在途件数
+
+
+
+
+
+
+
+
+
+
+

+
+
签收数据 -- 自提
+
+
+
+
(billSignforData_status = '3')"
+ >
+ 当天
+
+
(billSignforData_status = '4')"
+ >
+ 当月
+
+
+
+
+
+
+
+
{{ billSignforData.signNum || 0 }}
+
件
+
+
+ 已签收
+
+
+
+
+
+
{{ billSignforData.unSignNum || 0 }}
+
件
+
+
+ 未签收
+
+
+
+
+
+
+ {{
+ billSignforData.signScale ? Number(billSignforData.signScale * 100).toFixed(2) : 0
+ }}
+
+
%
+
+
+ 签收率
+
+
+
+
+
+
{{ billSignforData.clerkSignNum || 0 }}
+
件
+
+
+ 文员签收数
+
+
+
+
+
+
+ {{
+ billSignforData.clerkSignforScale
+ ? Number(billSignforData.clerkSignforScale * 100).toFixed(2)
+ : 0
+ }}
+
+
%
+
+
+ 文员签收率
+
+
+
+
+
+
{{ billSignforData.clerkOverTimeSignfoNum || 0 }}
+
件
+
+
+ 超时签收
+
+
+
+
+
+
+ {{
+ billSignforData.clerkOverTimeScale
+ ? Number(billSignforData.clerkOverTimeScale * 100).toFixed(2)
+ : 0
+ }}
+
+
%
+
+
+ 签收超时率
+
+
+
-
-
-
diff --git a/src/views/wel/index1.vue b/src/views/wel/index1.vue
new file mode 100644
index 00000000..80394da6
--- /dev/null
+++ b/src/views/wel/index1.vue
@@ -0,0 +1,248 @@
+
+
+
+
+

+
发货操作
+
+
+
+

+
提货
+
+
+

+
预开单
+
+
+

+
创建运单
+
+
+

+
补录运单
+
+
+

+
短驳发车
+
+
+

+
外部中转
+
+
+

+
库存管理
+
+
+

+
车辆配载
+
+

+

+

+

+

+

+
+
+
+

+
到货操作
+
+
+
+

+
到货操作
+
+
+
+

+
到站卸车
+
+
+

+
库存管理
+
+
+

+
短驳接收
+
+
+

+
外部中转
+
+
+

+
送货
+
+
+

+
中转签收
+
+
+

+
送货签收
+
+
+

+
自提签收
+
+

+

+

+

+

+

+

+
+
+
+
+

+
回单管理
+
+
+
+

+
回单回收
+
+
+

+
回单寄出
+
+
+

+
回单接收
+
+
+

+
回单发放
+
+

+

+

+
+
+
+
+
+
+

+
+
{{ name }}
+
您好!欢迎使用货无忧
+
成都数联物科信息技术有限公司
+
{{ currentTime }}
+
+
+
+
+
+
+
+
diff --git a/src/views/wel/index2.vue b/src/views/wel/index2.vue
deleted file mode 100644
index 4f3ab717..00000000
--- a/src/views/wel/index2.vue
+++ /dev/null
@@ -1,1459 +0,0 @@
-
-
-
刷新
-
-
-
-
-
-
-
-

-
-
开单数据
-
-
-
-
-
-
-

-
-
总计
-
-
-
- {{ details.openOrderDataInfo.totalNum || 0 }}
- 单
-
-
-
-
-
-

-
-
当月
-
-
-
- {{ details.openOrderDataInfo.monthNum || 0 }}
- 单
-
-
-
-
-
-

-
-
当日
-
-
-
- {{ details.openOrderDataInfo.dayNum || 0 }}
-
- 单
-
-
-
-
-
-
-
-
-
-

-
-
开单收入
-
-
-
-
-
-
-
-
-

-
-
总计
-
-
-
- {{ details.openOrderIncomeInfo.totalFee || 0 }}
- 元
-
-
-
-
-
-
-
-

-
-
当月
-
-
-
- {{ details.openOrderIncomeInfo.monthFee || 0 }}
- 元
-
-
-
-
-
-
-

-
-
当日
-
-
-
- {{ details.openOrderIncomeInfo.dayFee || 0 }}
- 元
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- details.openOrderIncomeInfo.monthTrunklineFee || 0
- }}
- 元
-
-
-
干线 - 月
-
-
-
-
- {{
- details.openOrderIncomeInfo.monthWarehouseFee || 0
- }}
- 元
-
-
-
仓储 - 月
-
-
-
-
- {{
- details.openOrderIncomeInfo.monthDistributionFee || 0
- }}
- 元
-
-
-
配送 - 月
-
-
-
-
- {{
- details.openOrderIncomeInfo.monthBillladingFee || 0
- }}
- 元
-
-
-
提货 - 月
-
-
-
-
- {{
- details.openOrderIncomeInfo.monthInstallFee || 0
- }}
- 元
-
-
-
安装 - 月
-
-
-
-
-
-
-
-
- {{
- details.openOrderIncomeInfo.dayTrunklineFee || 0
- }}
- 元
-
-
-
干线 - 日
-
-
-
-
- {{
- details.openOrderIncomeInfo.dayWarehouseFee || 0
- }}
- 元
-
-
-
仓储 - 日
-
-
-
-
- {{
- details.openOrderIncomeInfo.dayDistributionFee || 0
- }}
- 元
-
-
-
配送 - 日
-
-
-
-
- {{
- details.openOrderIncomeInfo.dayBillladingFee || 0
- }}
- 元
-
-
-
提货 - 日
-
-
-
-
- {{
- details.openOrderIncomeInfo.dayInstallFee || 0
- }}
- 元
-
-
-
安装 - 日
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
当前在库数据
-
-
-
-
-
-
-

-
总数
-
-
- {{ details.handOrderDataInfo.totalNum || 0 }}
- 件
-
-
-
-
-
-

-
零担
-
-
- {{ details.handOrderDataInfo.zeroNum || 0 }}
- 件
-
-
-
-
-
-

-
三方中转
-
-
- {{ details.handOrderDataInfo.thirdTransferNum || 0 }}
- 件
-
-
-
-
-
-

-
商配
-
-
- {{ details.handOrderDataInfo.mallNum || 0 }}
- 件
-
-
-
-
-
-

-
市配
-
-
- {{ details.handOrderDataInfo.cityNum || 0 }}
- 件
-
-
-
-
-
-

-
自提
-
-
- {{ details.handOrderDataInfo.billNum || 0 }}
- 件
-
-
-
-
-
-

-
已打托
-
-
- {{ details.handOrderDataInfo.trayNum || 0 }}
- 件
-
-
-
-
-
-
-
-
-
-

-
-
库位数据
-
-
-
-
-
-

-
总数
-
-
- {{ details.allocationDataInfo.totalNum || 0 }}
- 个
-
-
-
-
-
-

-
已上架
-
-
- {{ details.allocationDataInfo.useNum || 0 }}
- 个
-
-
-
-
-
-

-
空置
-
-
- {{ details.allocationDataInfo.nullNum || 0 }}
- 个
-
-
-
-
-
-

-
已上架
-
-
- {{ details.allocationDataInfo.upshelfNum || 0 }}
- 件
-
-
-
-
-
-

-
未上架
-
-
- {{ details.allocationDataInfo.noUpshelfNum || 0 }}
- 件
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
干线待发运在库数据
-
-
-
-
-
-
-
{{ details.trunklineHandOrderDataInfo.waybillNum || 0 }}
-
单
-
-
- 运单总数
-
-
-
-
-
-
{{ details.trunklineHandOrderDataInfo.handleNum || 0 }}
-
件
-
-
- 在库总件数
-
-
-
-
-
-
- {{ details.trunklineHandOrderDataInfo.handleWeight || 0 }}
-
-
kg
-
-
- 在库总重量
-
-
-
-
-
-
- {{ details.trunklineHandOrderDataInfo.handleVolume || 0 }}
-
-
m³
-
-
- 在库总方数
-
-
-
-
-
-
-
-
-
-

-
-
干线车次统计
-
-
-
-
-
-
{{ details.trunklineCarsDataInfo.totalNum || 0 }}
-
车
-
-
- 总车次
-
-
-
-
-
-
{{ details.trunklineCarsDataInfo.inTransitNum || 0 }}
-
车
-
-
- 在途
-
-
-
-
-
-
{{ details.trunklineCarsDataInfo.workNum || 0 }}
-
车
-
-
- 作业
-
-
-
-
-
-
{{ details.trunklineCarsDataInfo.unloadNum || 0 }}
-
车
-
-
- 卸车完成
-
-
-
-
-
-
-
-
-
-
-

-
-
异常数据
-
-
-
-
(abnormal_status = 'day')"
- >
- 当天
-
-
(abnormal_status = 'month')"
- >
- 当月
-
-
-
-
-
-
-
-

-
发起数
-
-
- {{ abnormal_Info.sendNum }}
- 单
-
-
-
-
-
-

-
待处理
-
-
- {{ abnormal_Info.noDealNum }}
- 单
-
-
-
-
-
-

-
异常率
-
-
- {{ abnormal_Info.abnormalRate }}
- %
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
当前配送数据
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
签收数据
-
-
-
-
(abnormal_status = 'day')"
- >
- 当天
-
-
(abnormal_status = 'month')"
- >
- 当月
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
当前配送数据 -- 自提
-
-
-
-
-
-
-
-
-
-
{{ deliveryDataBill }}
-
件
-
-
- 总作业
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
签收数据 -- 自提
-
-
-
-
(abnormal_status = 'day')"
- >
- 当天
-
-
(abnormal_status = 'month')"
- >
- 当月
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-