Browse Source

修复部分bug

dev-xx
qb 8 months ago
parent
commit
36bd5068d8
  1. 11
      src/api/distribution/directGoMarket.js
  2. 241
      src/option/distribution/VehicleArrivalManagement.js
  3. 241
      src/option/distribution/VehicleStowage.js
  4. 53
      src/option/distribution/abnormalList.js
  5. 10
      src/option/distribution/arteryDistrilbutionBillLadingList.js
  6. 4
      src/views/distribution/artery/VehicleStowage.vue
  7. 202
      src/views/distribution/artery/directGoMarketDetails.vue

11
src/api/distribution/directGoMarket.js

@ -109,3 +109,14 @@ export const postUploadSignPhoto = data => {
data, data,
}); });
}; };
/**
* 上传签收图片
*/
export const postSignOrderZeroSuppleList = data => {
return request({
url: '/api/logpm-trunkline/carsLoad/signOrderZeroSuppleList',
method: 'post',
data,
});
};

241
src/option/distribution/VehicleArrivalManagement.js

@ -386,244 +386,3 @@ export const columnList = [
sortable: false, sortable: false,
}, },
]; ];
/** 装车详情列表 */
export const detailsColumnList = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'orderCode',
label: '运单号',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderCode',
label: '合同号',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderPackageCode',
label: '包条码',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '计划目的地',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverPhone',
label: '目的地',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'warehouseName',
label: '装卸状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'lineNameTitle',
label: '订单来源',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'nodeNub',
label: '装车仓库',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'startTime',
label: '扫码时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'endTime',
label: '装卸仓库',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'planVolume',
label: '卸车时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'billladingStatus',
label: '装车类型',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'chargeType',
label: '是否补录',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalFee',
label: '是否齐套',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'remark',
label: '托盘码',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'carrierName',
label: '一级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'waybillCount',
label: '二级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalNum',
label: '三级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalWeight',
label: '物料名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalVolume',
label: '装车扫描人',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'createUserName',
label: '卸车人',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalWeight',
label: '同步状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
];

241
src/option/distribution/VehicleStowage.js

@ -398,247 +398,6 @@ export const columnList = [
}, },
]; ];
/** 装车详情列表 */
export const detailsColumnList = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'orderCode',
label: '运单号',
type: 13,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderCode',
label: '合同号',
type: 13,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderPackageCode',
label: '包条码',
type: 13,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '计划目的地',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverPhone',
label: '目的地',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'warehouseName',
label: '装卸状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'lineNameTitle',
label: '订单来源',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'nodeNub',
label: '装车仓库',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'startTime',
label: '扫码时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'endTime',
label: '装卸仓库',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'planVolume',
label: '卸车时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'billladingStatus',
label: '装车类型',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'chargeType',
label: '是否补录',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalFee',
label: '是否齐套',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'remark',
label: '托盘码',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'carrierName',
label: '一级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'waybillCount',
label: '二级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalNum',
label: '三级品类',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalWeight',
label: '物料名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalVolume',
label: '装车扫描人',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'createUserName',
label: '卸车人',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'totalWeight',
label: '同步状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
];
/** 对比报表 -- 仓库节点 */ /** 对比报表 -- 仓库节点 */
export const warehouseNodeColumnList = [ export const warehouseNodeColumnList = [
{ {

53
src/option/distribution/abnormalList.js

@ -104,28 +104,37 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
// { {
// prop: 'orderPackageCode', prop: 'isZeroName',
// label: '装车异常', label: '是否零担',
// type: 2, type: 1,
// values: '', values: '',
// width: '150', width: '150',
// checkarr: [], checkarr: [
// fixed: true, {
// sortable: true, label: '是',
// head: false, value: '1',
// }, },
// { {
// prop: 'orderPackageCode', label: '否',
// label: '卸车异常', value: '0',
// type: 2, },
// values: '', ],
// width: '150', fixed: false,
// checkarr: [], sortable: true,
// fixed: true, head: false,
// sortable: true, },
// head: false, {
// }, prop: 'num',
label: '数量',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{ {
prop: 'upUserName', prop: 'upUserName',
label: '上报人', label: '上报人',

10
src/option/distribution/arteryDistrilbutionBillLadingList.js

@ -423,6 +423,16 @@ export const columnDetailList = [
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
{
prop: 'trayName',
label: '托盘名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'trayCode', prop: 'trayCode',
label: '托盘码', label: '托盘码',

4
src/views/distribution/artery/VehicleStowage.vue

@ -241,7 +241,7 @@
零担补录 零担补录
</el-text> </el-text>
<el-text <!-- <el-text
v-if=" v-if="
slotProps.scope.row.isCustomer === '1' && slotProps.scope.row.isCustomer === '1' &&
permissionObj.VehicleStowage_zeroAdditionalRecording && permissionObj.VehicleStowage_zeroAdditionalRecording &&
@ -250,7 +250,7 @@
@click="handleShowzeroAdditionalRecording(slotProps.scope, true)" @click="handleShowzeroAdditionalRecording(slotProps.scope, true)"
> >
直发签收零担补录 直发签收零担补录
</el-text> </el-text> -->
<!-- 装车明细 --> <!-- 装车明细 -->
<el-text <el-text

202
src/views/distribution/artery/directGoMarketDetails.vue

@ -88,6 +88,7 @@
> >
<template #default="slotProps"> <template #default="slotProps">
<el-text @click="handleShowDetails(slotProps.scope)"> 详情 </el-text> <el-text @click="handleShowDetails(slotProps.scope)"> 详情 </el-text>
<el-text @click="handleShowZero(slotProps.scope)"> 零担补录 </el-text>
</template> </template>
</tablecmt> </tablecmt>
@ -135,13 +136,13 @@
</el-button> </el-button>
<div> <div>
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> <!-- <el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> -->
</div> </div>
</div> </div>
<!-- 列表模块 --> <!-- 列表模块 -->
<tablecmt <tablecmt
class="mt10 detailsTable" class="mt10"
style="height: 60vh" style="height: 60vh"
:columnList="details.detailsColumnList" :columnList="details.detailsColumnList"
:tableData="details.detailsInfo.data" :tableData="details.detailsInfo.data"
@ -168,6 +169,7 @@
> >
零担签收 零担签收
</el-text> </el-text>
<el-text <el-text
@click="handleOrderSigin(slotProps.scope)" @click="handleOrderSigin(slotProps.scope)"
v-if=" v-if="
@ -202,6 +204,74 @@
</el-row> </el-row>
</el-dialog> </el-dialog>
<!-- 直发零担补录 -->
<el-dialog
title="零担补录"
v-model="details.popUpShow.directGoMarketVisited"
width="80%"
append-to-body
class="truckLoadingDetailPopUp"
@close="onLoad"
align-center
>
<div class="flex-c-sb">
<div></div>
<div>
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>
</div>
</div>
<!-- 列表模块 -->
<tablecmt
class="mt10 zeroTable"
ref="zeroTableRef"
style="height: 60vh"
:columnList="details.zeroInfo.columnList"
:tableData="details.zeroInfo.data"
:loading="loadingObj.zeroLoading"
@inputTxt="
(value, col) => {
details.zeroInfo.query[col.prop] = value;
!value && delete details.zeroInfo.query[col.prop];
initZeroData();
}
"
@timeCheck="() => {}"
@selectCheck="() => {}"
@selection="list => selectionChange(list, 3)"
:isShowRefresh="false"
>
<template #default="slotProps"> </template>
</tablecmt>
<!-- 分页模块 -->
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ details.zeroInfo.selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="size => sizeChange(size, 3)"
@current-change="current => currentChange(current, 3)"
:current-page="details.zeroInfo.page.pageNum"
:page-sizes="[30, 50, 80, 120]"
:page-size="details.zeroInfo.page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="details.zeroInfo.page.total"
>
</el-pagination>
</div>
<div class="flex-c-sb mt20">
<div></div>
<div>
<el-button icon="CircleClose"> </el-button>
<el-button type="primary" icon="Position" @click="handleZeroSubmit"> </el-button>
</div>
</div>
</el-dialog>
<!-- 零担签收 --> <!-- 零担签收 -->
<el-dialog <el-dialog
title="零担签收" title="零担签收"
@ -340,7 +410,9 @@ import {
postSignPackage, postSignPackage,
postSignZero, postSignZero,
postUploadSignPhoto, postUploadSignPhoto,
postSignOrderZeroSuppleList,
} from '@/api/distribution/directGoMarket'; } from '@/api/distribution/directGoMarket';
import { postAddZeroSupple } from '@/api/distribution/zeroAdditionalRecording';
import { postFindSignPhotoList } from '@/api/distribution/directMerchantSign.js'; import { postFindSignPhotoList } from '@/api/distribution/directMerchantSign.js';
/** 获取字典 */ /** 获取字典 */
import { getDictionaryBiz } from '@/api/system/dict'; import { getDictionaryBiz } from '@/api/system/dict';
@ -353,6 +425,7 @@ import {
ChecksWhetherTheWarehouseIsSelected, ChecksWhetherTheWarehouseIsSelected,
} from '@/utils/util'; } from '@/utils/util';
import { columnList, detailsColumnList } from '@/option/distribution/directGoMarketDetails'; import { columnList, detailsColumnList } from '@/option/distribution/directGoMarketDetails';
import { oldColumnList } from '@/option/distribution/zeroAdditionalRecording';
import { useRouter, useRoute } from 'vue-router'; import { useRouter, useRoute } from 'vue-router';
import type { UploadProps } from 'element-plus'; import type { UploadProps } from 'element-plus';
import { getToken } from '@/utils/auth'; import { getToken } from '@/utils/auth';
@ -411,6 +484,7 @@ const details = reactive<any>({
loading: false, loading: false,
/** 更新归属仓库 */ /** 更新归属仓库 */
editWarehouseLoading: false, editWarehouseLoading: false,
zeroLoading: false,
}, },
/** 列表复选框选中的数据 */ /** 列表复选框选中的数据 */
selectionList: [], selectionList: [],
@ -434,6 +508,8 @@ const details = reactive<any>({
transferVisited: false, transferVisited: false,
/** 签收包件详情 */ /** 签收包件详情 */
SiginOrderDetailsVisited: false, SiginOrderDetailsVisited: false,
/** 直发商家零担补录 */
directGoMarketVisited: false,
/** 更新签收单归属仓库 */ /** 更新签收单归属仓库 */
editWarehouseVisited: false, editWarehouseVisited: false,
/** 上传签收图片 */ /** 上传签收图片 */
@ -510,6 +586,21 @@ const details = reactive<any>({
}, },
data: [], data: [],
}, },
/** 直发零担补录数据 */
zeroInfo: {
columnList: deepClone(oldColumnList),
/** 复选框被选中数据 */
selectionList: [],
/** 查询数据 */
query: {},
/** 分页参 */
page: {
pageNum: 1,
pageSize: 30,
total: 0,
},
data: [],
},
/** 预览图片地址 */ /** 预览图片地址 */
dialogImageUrl: '', dialogImageUrl: '',
/** 上传图片文件list */ /** 上传图片文件list */
@ -539,6 +630,8 @@ const $route = useRoute();
const tableNodeRef = ref(); const tableNodeRef = ref();
const zeroTableRef = ref();
// vuex // vuex
const $store = useStore(); const $store = useStore();
@ -734,8 +827,23 @@ const selectsc = (index, row) => {
}; };
/** 表格表头复选框选择 */ /** 表格表头复选框选择 */
const selectionChange = (list: any) => { const selectionChange = (list: any, type) => {
details.selectionList = list; switch (type) {
//
case 2:
details.detailsInfo.selectionList = list;
break;
//
case 3:
details.zeroInfo.selectionList = list;
break;
//
default:
details.selectionList = list;
break;
}
}; };
/** 每页数量改变执行的回调 */ /** 每页数量改变执行的回调 */
@ -747,6 +855,12 @@ const sizeChange = (pageSize: number, type) => {
onLoadDetails(); onLoadDetails();
break; break;
//
case 3:
details.zeroInfo.page.pageSize = pageSize;
initZeroData();
break;
// //
default: default:
details.page.pageSize = pageSize; details.page.pageSize = pageSize;
@ -764,6 +878,12 @@ const currentChange = (pageNum: number, type) => {
onLoadDetails(); onLoadDetails();
break; break;
//
case 3:
details.zeroInfo.page.pageNum = pageNum;
initZeroData();
break;
// //
default: default:
details.page.pageNum = pageNum; details.page.pageNum = pageNum;
@ -786,6 +906,80 @@ const handleShowDetails = ({ row }) => {
onLoadDetails(); onLoadDetails();
}; };
/** 零担补录数据 */
const initZeroData = async () => {
try {
details.loadingObj.zeroLoading = true;
const submitData = {
...details.zeroInfo.query,
...details.zeroInfo.page,
signOrderId: details.showDetailsSiginOrder.id,
};
const res = await postSignOrderZeroSuppleList(submitData);
const { code, data } = res.data;
console.log('data :>> ', data);
if (code !== 200) return;
details.zeroInfo.data = data.records || [];
details.zeroInfo.page.total = data.total;
} catch (error) {
console.log('error :>> ', error);
} finally {
details.loadingObj.zeroLoading = false;
}
};
/** 显示零担补录弹窗 */
const handleShowZero = async ({ row }) => {
details.showDetailsSiginOrder = row;
details.popUpShow.directGoMarketVisited = true;
initZeroData();
await nextTick();
setNodeHeight(zeroTableRef.value.$el, '60vh');
};
const handleZeroSubmit = async () => {
try {
details.loadingObj.zeroLoading = true;
if (details.zeroInfo.selectionList.length === 0) return ElMessage.warning('请选择补录数据');
const submitData = {
loadId: details.pageInfo.loadId,
zeroSuppleList: [],
};
for (const iterator of details.zeroInfo.selectionList) {
const _obj = {
orderCode: iterator.orderCode,
waybillNo: iterator.waybillNo,
enterNum: iterator.stockNum || 0,
finalNodeId: details.showDetailsSiginOrder.loadId,
signOrderId: details.showDetailsSiginOrder.id,
};
submitData.zeroSuppleList.push(_obj);
}
console.log('submitData :>> ', submitData);
const res = await postAddZeroSupple(submitData);
const { code } = res.data;
if (code !== 200) return ElMessage.error('提交失败');
ElMessage.success('提交成功');
initZeroData();
} catch (error) {
console.log('error :>> ', error);
} finally {
details.loadingObj.zeroLoading = false;
}
};
/** 签收 -- 订单 */ /** 签收 -- 订单 */
const handleOrderSigin = async ({ row }) => { const handleOrderSigin = async ({ row }) => {
if (!ChecksWhetherTheWarehouseIsSelected()) if (!ChecksWhetherTheWarehouseIsSelected())

Loading…
Cancel
Save