Browse Source

优化代码结构修复已知bug

dev-xx
马远东 7 months ago
parent
commit
93ecaf6bfb
  1. 2
      src/api/distribution/distributionStockArticle.js
  2. 38
      src/components/tablecmt/tablecmt.vue
  3. 255
      src/option/distribution/distributionDeliveryListdis.js
  4. 252
      src/option/distribution/distributionDeliveryListmar.js
  5. 972
      src/option/turndelivery/deliveryDiscuss.js
  6. 334
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  7. 643
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue
  8. 17
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  9. 1809
      src/views/distribution/turndelivery/deliveryDiscuss.vue

2
src/api/distribution/distributionStockArticle.js

@ -437,7 +437,7 @@ export const $_batchcreatetask = data => {
export const $_checkordercode = params => {
return request({
url: '/api/logpm-distribution/split-order-task/check-order-code',
method: 'post',
method: 'get',
params,
});
};

38
src/components/tablecmt/tablecmt.vue

@ -438,7 +438,6 @@ onMounted(() => {
/** 勾选 */
function handleCheckSelect(select: any[]) {
console.log('select :>> ', select);
console.log(props.isselectfun, 'props.isselectfun');
if (select.length !== 0) {
for (const item of select) {
if (props.isselectfun) {
@ -497,36 +496,6 @@ function handleNumberRange(column: TableColumnType, row: TableDataType) {
//
row[column.prop] = parseInt(row[column.prop]); //
}
// if (column.lessThanNum) {
// if (row[column.prop] > row[column.lessThanNum]) {
// row[column.prop] = row[column.lessThanNum];
// proxy.$message({
// type: 'error',
// message: '',
// });
// }
// }
//
if (row.residueNumber) {
if (row.enterNum > row.residueNumber) {
proxy.$message({
type: 'error',
message: '数量不能大于可上架总数,已调整为最大数量!',
});
row.enterNum = row.residueNumber;
}
}
//
if (row.num) {
if (row.enterNum > row.num) {
proxy.$message({
type: 'error',
message: '数量不能大于可下架总数,已调整为最大数量!',
});
row.enterNum = row.num;
}
}
}
function handleEdit(index: number, row: TableDataType) {}
function makeCargo(value, column: TableColumnType) {
@ -888,6 +857,7 @@ defineExpose({ handleCheckSelect, handleClearSelect });
}
.el-table .cell {
line-height: 22px !important;
text-align: center;
}
.el-table .el-input__inner {
font-size: 12px !important;
@ -945,8 +915,9 @@ defineExpose({ handleCheckSelect, handleClearSelect });
opacity: 0.8; //
height: 8px; //
border-radius: 4px; //
background-color: #909399; //
background-color: #d3d3d3; //
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); //
height: 8px
}
//
@ -958,8 +929,9 @@ defineExpose({ handleCheckSelect, handleClearSelect });
@extend .scorll;
}
}
.el-select__selected-item{
.el-select__selected-item {
font-weight: initial;
font-size: 12px;
}
</style>

255
src/option/distribution/distributionDeliveryListdis.js

@ -0,0 +1,255 @@
export const columnList = [
{
prop: 'serialNumber',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次号',
type: 13,
values: '',
width: '180',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'taskTime',
label: '配送日期',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'clineName',
label: '客户名称',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
hide: true,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
hide: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'typeName',
label: '配送类型',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '配送司机',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'distributionCompany',
label: '配送公司',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryStatus',
// label: '配送状态',
// type: 3,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// hide:true,
// },
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryListLoadingStatusName',
// label: '装车状态',
// type: 3,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'customersNumber',
label: '配送客户数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'price',
label: '配送价格',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'deliveryNumber',
label: '配送件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'inventoryNub',
label: '配送库存品件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'scannedNumber',
label: '装车件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'loadingTeamName',
label: '装卸班组',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: 'right',
sortable: false,
},
]

252
src/option/distribution/distributionDeliveryListmar.js

@ -0,0 +1,252 @@
export const columnList = [
{
prop: '',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次号',
type: 13,
values: '',
width: '180',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'taskTime',
label: '配送日期',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'mallName',
label: '商场名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'clineName',
label: '客户名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'typeName',
label: '配送类型',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '配送司机',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'distributionCompany',
label: '配送公司',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryListLoadingStatusName',
// label: '装车状态',
// type: 1,
// values: '',
// width: '140',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'customersNumber',
label: '配送客户数',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'price',
label: '配送费',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'deliveryNumber',
label: '配送件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'inventoryNub',
label: '配送库存品件数',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'scannedNumber',
label: '装车件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'loadingTeamName',
label: '装车班组',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: 'right',
sortable: false,
}
];

972
src/option/turndelivery/deliveryDiscuss.js

@ -0,0 +1,972 @@
export const columnList = [
{
prop: '',
label: '复选框',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 80,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 1,
values: '',
width: '230',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'isZeroName',
label: '是否零担',
type: 1,
values: '',
width: '100',
checkarr: [
{ label: '否', value: 0 },
{ label: '是', value: 1 },
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeUnit',
label: '运单收货单位',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalNumber',
label: '订单总件数',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'handQuantity',
label: '在库件数',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'reservationNum',
label: '计划数量',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'consigneePerson',
label: '运单收货人',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeMobile',
label: '运单收货人电话',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'mallCode',
label: '商场编号',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeCode',
label: '经销商编码',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeName',
label: '门店名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeId',
label: '门店编号',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderStatusName',
label: '订单状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'freezeStatusName',
label: '冻结状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'reservationStatusName',
label: '预约状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'descriptionGoods',
label: '货物名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouse',
label: '仓库',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseEntryTime',
label: '入库时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeTime',
label: '在库时间',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'completeSetName',
label: '是否齐套',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'brand',
label: '品牌',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'typeServerName',
label: '服务类型',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'mallName',
label: '商场名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerName',
label: '顾客名字',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerTelephone',
label: '顾客电话',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerAddress',
label: '顾客地址',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'allocation',
label: '库位信息',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'trays',
label: '托盘信息',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '250',
checkarr: [],
fixed: 'right',
sortable: true,
head: false,
},
];
export const newMenuData=[
{
prop: '',
label: '复选框',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 80,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 2,
values: '',
width: '200',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '230',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'isZeroName',
label: '是否零担',
type: 3,
values: '',
width: '100',
checkarr: [
{ label: '否', value: 0 },
{ label: '是', value: 1 },
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeUnit',
label: '运单收货单位',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalNumber',
label: '订单总件数',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'handQuantity',
label: '在库件数',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'reservationNum',
label: '计划数量',
type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //开启统计
isshowSummary: true,
},
{
prop: 'consigneePerson',
label: '运单收货人',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeMobile',
label: '运单收货人电话',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'mallId',
// label: '商场编号',
// type: 2,
// values: '',
// width: '260',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'mallCode',
label: '商场编号',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeCode',
label: '经销商编码',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeName',
label: '门店名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeId',
label: '门店编号',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderStatusName',
label: '订单状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'freezeStatusName',
label: '冻结状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'reservationStatusName',
label: '预约状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'descriptionGoods',
label: '货物名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouse',
label: '仓库',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseEntryTime',
label: '入库时间',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeTime',
label: '在库时间',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'completeSetName',
label: '是否齐套',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'brand',
label: '品牌',
type: 2,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'typeServerName',
label: '服务类型',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'mallName',
label: '商场名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerName',
label: '顾客名字',
type: 2,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerTelephone',
label: '顾客电话',
type: 2,
values: '',
width: '160',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerAddress',
label: '顾客地址',
type: 2,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'allocation',
label: '库位信息',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'trays',
label: '托盘信息',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
]
export const wrap = [
{
prop: '',
label: '复选框',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 100,
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageCode',
label: '包条码',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageStockupStatusName',
label: '备货状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageStatusName',
label: '签收状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageGroundingStatusName',
label: '上架状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageLoadingStatusName',
label: '装车状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageReservationStatusName',
label: '预约状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderPackageFreezeStatusName',
label: '冻结状态',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsAllocation',
label: '货位信息',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'pallet',
label: '所在托盘',
type: 1,
values: '',
width: '260',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouse',
label: '仓库',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'firsts',
label: '一级品',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'second',
label: '二级品',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'thirdProduct',
label: '三级品',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'materialName',
label: '物料',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'quantity',
label: '数量',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
isshowSummary: true,
head: false,
},
{
prop: 'trainNumber',
label: '客户车次号',
type: 1,
values: '',
width: '260',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
]

334
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -151,33 +151,45 @@
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<el-text size="small" @click="printOrder(slotProps.scope.row)"> </el-text>
<el-text size="small" @click="editsolt(slotProps.scope)"> </el-text>
<el-text size="small" @click="editmap(slotProps.scope)"> </el-text>
<el-text
size="small"
v-if="!slotProps.scope.row.signingNumber && !slotProps.scope.row.scannedNumber"
@click="CancelDelivery(slotProps.scope)"
>取消配送</el-text
>
<el-text
size="small"
v-if="
slotProps.scope.row.deliveryStatusName !== '已完成' ||
slotProps.scope.row.deliveryStatus !== '3'
"
@click="handleEdit(slotProps.scope)"
> </el-text
>
<el-text
size="small"
v-if="
slotProps.scope.row.deliveryStatusName !== '已完成' ||
slotProps.scope.row.deliveryStatus !== '3'
"
@click="handleEdit(slotProps.scope)"
> </el-text
>
<el-text
size="small"
v-if="!slotProps.scope.row.signingNumber && !slotProps.scope.row.scannedNumber"
@click="CancelDelivery(slotProps.scope)"
>取消配送</el-text
>
<el-dropdown>
<span class="el-dropdown-link">
更多<el-icon><arrow-down /></el-icon>
</span>
<template #dropdown>
<el-dropdown-menu class="el_list">
<el-dropdown-item @click="printOrder(slotProps.scope.row)"
> </el-dropdown-item
>
<el-dropdown-item @click="editmap(slotProps.scope)"> </el-dropdown-item>
<el-dropdown-item @click="editsolt(slotProps.scope)"> </el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
</template>
<template v-if="slotProps.scope.column.label === '车次号'">
<el-text class="el_textBtn" @click="editsolt(slotProps.scope)">
{{slotProps.scope.column.label === '车次号'? slotProps.scope.row.trainNumber: ''}}
</el-text>
<el-text class="el_textBtn" @click="editsolt(slotProps.scope)">
{{
slotProps.scope.column.label === '车次号' ? slotProps.scope.row.trainNumber : ''
}}
</el-text>
</template>
<!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
<!--<el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
</template>
</tablecmt>
</div>
@ -325,13 +337,13 @@ import {
$_cancelDelivery,
} from '@/api/distribution/distributionDeliveryList';
import option from '@/option/distribution/distributionDeliveryList';
import {columnList} from '@/option/distribution/distributionDeliveryListdis.js'
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { addIncrement } from '@/api/distribution/distributionStockArticle';
import { getVehicleList } from '@/api/basicdata/basicdataVehicle';
import { getDriverList } from '@/api/basicdata/basicdataDriverArtery';
import print from '@/utils/print';
import { getBillLadingExport } from '@/api/distribution/distrilbutionBillLading';
import { downloadXls, getObjType, handleClearTableQuery } from '@/utils/util';
import { ElMessage, ElMessageBox } from 'element-plus';
import * as XLSX from 'xlsx';
@ -405,262 +417,7 @@ export default {
},
},
],
columnList: [
{
prop: 'serialNumber',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次号',
type: 13,
values: '',
width: '180',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'taskTime',
label: '配送日期',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'clineName',
label: '客户名称',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
hide: true,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
hide: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'typeName',
label: '配送类型',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '配送司机',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'distributionCompany',
label: '配送公司',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryStatus',
// label: '',
// type: 3,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// hide:true,
// },
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryListLoadingStatusName',
// label: '',
// type: 3,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'customersNumber',
label: '配送客户数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'price',
label: '配送价格',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'deliveryNumber',
label: '配送件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'inventoryNub',
label: '配送库存品件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'scannedNumber',
label: '装车件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'loadingTeamName',
label: '装卸班组',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '250',
checkarr: [],
fixed: 'right',
sortable: false,
},
// ...
],
columnList:columnList,
//
option: option,
//
@ -1469,13 +1226,16 @@ export default {
align-items: flex-end;
justify-content: flex-end;
}
// :deep(.maboxhi) {
// height: 100% !important;
// }
// .el_tabBK {
// // height: 70%;
// }
.w100 {
width: 100% !important;
}
.el-dropdown-link {
color: #db832a;
}
.el_list {
:deep(.el-dropdown-menu__item:hover) {
color: #db832a !important;
}
}
</style>

643
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -136,57 +136,74 @@
<el-button icon="el-icon-search" @click="searchHide" circle></el-button>
</div>
</div>
<tablecmt
ref="tableNode"
:columnList="columnList"
:tableData="data"
:loading="loading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionsc"
>
<template #default="slotProps">
<el-text size="small" @click="printOrder(slotProps.scope.row)"> </el-text>
<el-text size="small" @click="editsolt(slotProps.scope)"> </el-text>
<el-text size="small" @click="editmap(slotProps.scope)"> </el-text>
<!-- <el-text size="small" v-if="slotProps.scope.row.deliveryStatusName !== '已完成' ||-->
<!-- slotProps.scope.row.deliveryStatus !== '3'-->
<el-text
size="small"
v-if="
slotProps.scope.row.deliveryStatusName !== '已完成' ||
slotProps.scope.row.deliveryStatus !== '3'
"
@click="handleEdit(slotProps.scope)"
>
</el-text>
<!-- " @click="handleEdit(slotProps.scope)"> </el-text>-->
<!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
</template>
</tablecmt>
<div class="el-fx-btn">
<div class="el_fontsize" style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
<div class="el_tableNode">
<tablecmt
ref="tableNode"
:columnList="columnList"
:tableData="data"
:loading="loading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionsc"
>
</el-pagination>
</div>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<el-text size="small" @click="editsolt(slotProps.scope)"> </el-text>
<el-text
size="small"
v-if="
slotProps.scope.row.deliveryStatusName !== '已完成' ||
slotProps.scope.row.deliveryStatus !== '3'
"
@click="handleEdit(slotProps.scope)"
>
</el-text>
<!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
<el-dropdown>
<span class="el-dropdown-link">
更多<el-icon><arrow-down /></el-icon>
</span>
<template #dropdown>
<el-dropdown-menu class="el_list">
<el-dropdown-item @click="printOrder(slotProps.scope.row)"
> </el-dropdown-item
>
<el-dropdown-item @click="editmap(slotProps.scope)"> </el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
</template>
<template v-if="slotProps.scope.column.label === '车次号'">
<el-text class="el_textBtn" @click="editsolt(slotProps.scope)">
{{
slotProps.scope.column.label === '车次号' ? slotProps.scope.row.trainNumber : ''
}}
</el-text>
</template>
</template>
</tablecmt>
<div class="el-fx-btn">
<div class="el_fontsize" style="font-size: 14px">
勾选数量: {{ selectionList.length }}
</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</div>
<!-- 打印模块 -->
<!-- <el-dialog title="二维码" :visible.sync="isShow" width="70%" v-model="isShow">
<div>
@ -230,9 +247,9 @@ import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { addIncrement } from '@/api/distribution/distributionStockArticle';
import { getVehicleList } from '@/api/basicdata/basicdataVehicle';
import { columnList } from '@/option/distribution/distributionDeliveryListmar.js';
import { getDriverList } from '@/api/basicdata/basicdataDriverArtery';
import print from '@/utils/print';
import { getBillLadingExport } from '@/api/distribution/distrilbutionBillLading';
import {
downloadXls,
getWinHeight,
@ -311,512 +328,8 @@ export default {
},
},
],
allColumnList: [
{
prop: '',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'taskTime',
label: '配送日期',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'mallName',
label: '商场名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'clineName',
label: '客户名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'typeName',
label: '配送类型',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '配送司机',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'distributionCompany',
label: '配送公司',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryListLoadingStatusName',
// label: '',
// type: 3,
// values: '',
// width: '140',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'customersNumber',
label: '配送客户数',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'price',
label: '配送费',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'deliveryNumber',
label: '配送件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'inventoryNub',
label: '配送库存品件数',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'scannedNumber',
label: '装车件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'loadingTeamName',
label: '装车班组',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: 'right',
sortable: false,
},
// ...
],
columnList: [
{
prop: '',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'taskTime',
label: '配送日期',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'mallName',
label: '商场名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'clineName',
label: '客户名称',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'typeName',
label: '配送类型',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'driverName',
label: '配送司机',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'distributionCompany',
label: '配送公司',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'deliveryStatusName',
// label: '',
// type: 3,
// values: '',
// width: '140',
// checkarr: [],
// fixed: false,
// sortable: true
// },
// {
// prop: 'deliveryListLoadingStatusName',
// label: '',
// type: 3,
// values: '',
// width: '140',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'customersNumber',
label: '配送客户数',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'price',
label: '配送费',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'deliveryNumber',
label: '配送件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'inventoryNub',
label: '配送库存品件数',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'scannedNumber',
label: '装车件数',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'signingNumber',
label: '签收件数',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{
prop: 'loadingTeamName',
label: '装车班组',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: 'right',
sortable: false,
},
// ...
],
columnList: columnList,
//
option: option,
//
@ -876,7 +389,6 @@ export default {
//tabs
handleClick(tab, event) {
console.log('tab------------------>', tab.props.name);
// this.query = {};
switch (tab.props.name) {
case 'first':
@ -895,9 +407,6 @@ export default {
break;
}
this.onLoad(this.page);
console.log('tab------------------>', tab);
console.log('event--------------->', event);
},
/**
* 导出
@ -1116,7 +625,7 @@ export default {
//
getDictionaryBiz('distribution_delivery_status').then(res => {
this.$functions.checkcColumnList('deliveryStatusName', this.allColumnList).checkarr =
this.$functions.checkcColumnList('deliveryStatusName', this.columnList).checkarr =
res.data.data.map(item => {
item.value = item.dictKey;
item.label = item.dictValue;
@ -1517,4 +1026,18 @@ export default {
.w100 {
width: 100% !important;
}
.el-dropdown-link {
color: #db832a;
}
.el_list {
:deep(.el-dropdown-menu__item:hover) {
color: #db832a !important;
}
}
.el_tableNode {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
</style>

17
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -157,7 +157,7 @@
<el-text @click="handleView(slotProps.scope)"> 查看 </el-text>
<el-text @click="handleCallDeliveryOwn(slotProps.scope)"> 修改客户信息 </el-text>
<el-text @click="handleGoLogs(slotProps.scope)"> 日志 </el-text>
<el-text v-if="slotProps.scope.row.isZero ==0" @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text>
<!-- <el-text v-if="slotProps.scope.row.isZero ==0" @click="Splittheorder(slotProps.scope.row)"> 拆单 </el-text> -->
</template>
</template>
</tablecmt>
@ -1247,6 +1247,17 @@ export default {
type: 'warning',
});
} else {
this.Splittheform.PackageList=[
{
stockArticleId: '', //ID
orderCode: '', //
mallName: '', //
taskNumber: '', //
customerName: '', //
customerTelephone: '', //
customerAddress: '', //
},
]
this.dialogSplitthe = true;
}
}
@ -1342,6 +1353,10 @@ export default {
console.log(res, '拆单成功');
if (res.data.code == 200) {
this.dialogSplitthe = false;
ElMessage({
message: res.data.msg,
type: 'success',
})
this.onLoad(this.page);
}
})

1809
src/views/distribution/turndelivery/deliveryDiscuss.vue

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save