Browse Source

修复部分干线bug

dev-xx
qb 11 months ago
parent
commit
5da830cb0b
  1. 118
      src/option/waybill/ChangeOrder.js
  2. 175
      src/option/waybill/WarehousingByTrainNumber.js
  3. 34
      src/utils/util.js
  4. 57
      src/views/distribution/inventory/CreateOrder.vue
  5. 4
      src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue
  6. 33
      src/views/waybill/ChangeOrder.vue
  7. 29
      src/views/waybill/CreateZeroOrder.vue

118
src/option/waybill/ChangeOrder.js

@ -15,9 +15,9 @@ export const columnList = [
fixed: true,
},
{
prop: 'billladingCode',
prop: 'waybillNo',
label: '运单号',
type: 6,
type: 13,
values: '',
width: '150',
checkarr: [],
@ -26,7 +26,7 @@ export const columnList = [
head: false,
},
{
prop: 'carNumber',
prop: 'openWarehouseName',
label: '开单网点',
type: 1,
values: '',
@ -36,27 +36,49 @@ export const columnList = [
sortable: true,
},
{
prop: 'driverName',
prop: 'checkStatusName',
label: '状态',
type: 1,
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{
label: '待审核',
value: '0',
},
{
label: '已通过',
value: '1',
},
{
label: '未通过',
value: '2',
},
],
fixed: false,
sortable: true,
},
{
prop: 'driverPhone',
prop: 'waybillTypeName',
label: '开单类型',
type: 1,
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{
label: '有数据',
value: '1',
},
{
label: '无数据',
value: '2',
},
],
fixed: false,
sortable: true,
},
{
prop: 'warehouseName',
prop: 'agent',
label: '制单员',
type: 1,
values: '',
@ -66,7 +88,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'lineNameTitle',
prop: 'openTime',
label: '开单时间',
type: 1,
values: '',
@ -76,7 +98,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'nodeNub',
prop: 'applyTime',
label: '申请时间',
type: 1,
values: '',
@ -86,7 +108,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'startTime',
prop: 'applyWarehouseName',
label: '申请网点',
type: 1,
values: '',
@ -96,7 +118,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'endTime',
prop: 'createUserName',
label: '申请人',
type: 1,
values: '',
@ -106,7 +128,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'planVolume',
prop: 'refer',
label: '修改原因',
type: 1,
values: '',
@ -116,7 +138,7 @@ export const columnList = [
sortable: true,
},
{
prop: 'billladingStatus',
prop: 'operationRemark',
label: '修改内容',
type: 1,
values: '',
@ -125,18 +147,18 @@ export const columnList = [
fixed: false,
sortable: true,
},
// {
// prop: 'chargeType',
// 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',
prop: 'checkTime',
label: '审核时间',
type: 1,
values: '',
@ -145,28 +167,28 @@ export const columnList = [
fixed: false,
sortable: true,
},
// {
// prop: 'remark',
// label: '审核人',
// type: 1,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'carrierName',
// label: '审核意见',
// type: 1,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'remark',
label: '审核人',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'carrierName',
label: '审核意见',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'createUserName',
prop: '',
label: '操作',
type: 6,
values: '',

175
src/option/waybill/WarehousingByTrainNumber.js

@ -18,7 +18,7 @@ export const columnList = [
{
prop: 'orderCode',
label: '订单自编号',
type: 1,
type: 2,
values: '',
width: '150',
checkarr: [],
@ -27,9 +27,9 @@ export const columnList = [
head: false,
},
{
prop: 'carNumber',
prop: 'serviceNum',
label: '服务号',
type: 1,
type: 2,
values: '',
width: '150',
checkarr: [],
@ -37,19 +37,22 @@ export const columnList = [
sortable: true,
},
{
prop: 'driverName',
prop: 'isGcpName',
label: '是否干仓配',
type: 1,
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{ label: '是', value: '1' },
{ label: '否', value: '0' },
],
fixed: false,
sortable: true,
},
{
prop: 'driverPhone',
prop: 'totalNum',
label: '数量',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -59,7 +62,7 @@ export const columnList = [
{
prop: 'warehouseName',
label: '导入仓库',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -67,9 +70,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'lineNameTitle',
prop: 'orderType',
label: '订单类型',
type: 1,
type: 2,
values: '',
width: '180',
checkarr: [],
@ -77,19 +80,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'startTime',
prop: 'siteName',
label: '订单来源',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'nodeNub',
label: '订单类型名称',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -97,19 +90,22 @@ export const columnList = [
sortable: true,
},
{
prop: 'endTime',
label: '遗留',
type: 1,
prop: 'legacyStatus',
label: '是否遗留',
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{ label: '是', value: '1' },
{ label: '否', value: '0' },
],
fixed: false,
sortable: true,
},
{
prop: 'planVolume',
prop: 'dealerName',
label: '商场名称',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -117,9 +113,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'planVolume',
prop: 'customerName',
label: '顾客名称',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -127,9 +123,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'billladingStatus',
prop: 'customerPhone',
label: '顾客电话',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -137,9 +133,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'chargeType',
prop: 'customerAddress',
label: '顾客地址',
type: 1,
type: 2,
values: '',
width: '180',
checkarr: [],
@ -147,29 +143,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'planVolume',
prop: 'storeName',
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: 'planVolume',
label: 'MSCS订单号',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -177,39 +153,22 @@ export const columnList = [
sortable: true,
},
{
prop: 'planVolume',
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: 'planVolume',
label: 'MTDS单号',
type: 1,
prop: 'matingType',
label: '是否齐套',
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{ label: '是', value: '1' },
{ label: '否', value: '0' },
],
fixed: false,
sortable: true,
},
{
prop: 'remark',
prop: 'dealerCode',
label: '商场编码',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -217,9 +176,9 @@ export const columnList = [
sortable: true,
},
{
prop: 'planVolume',
prop: 'carrierName',
label: '承运商',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -227,37 +186,37 @@ export const columnList = [
sortable: true,
},
{
prop: 'carrierName',
prop: 'storeCode',
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: 'planVolume',
label: '合同号',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'planVolume',
// 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: 'totalVolume',
prop: 'createTime',
label: '创建时间',
type: 1,
values: '',

34
src/utils/util.js

@ -715,3 +715,37 @@ export function hanleTextLineFeed(className, num) {
value.innerHTML = addText;
}
}
/**
* 转译数据中下拉框的值
* @param {Array} data
* @param {Array} columnList
* @param {Function} fn 执行的函数
*/
export function handleTranslationDataSeclect(data, columnList, fn = (value, item) => {}) {
if (getObjType(columnList) !== 'array')
return console.log('columnList 参数类型错误 >>>', columnList);
if (getObjType(data) !== 'array') return console.log('data 参数类型错误 >>>', data);
const filterArr = columnList.filter(val => val.type === 3);
for (let i = 0; i < data.length; i++) {
const value = data[i];
for (let index = 0; index < filterArr.length; index++) {
const item = filterArr[index];
const _key = item.prop.replace('Name', '');
for (let j = 0; j < item.checkarr.length; j++) {
const val = item.checkarr[j];
if (value[_key] + '' !== val.value + '') continue;
value[item.prop] = val.label;
fn(value, item);
break;
}
}
}
}

57
src/views/distribution/inventory/CreateOrder.vue

@ -29,7 +29,12 @@
<div class="mt10">
<el-form-item class="mt10" label="运单号: " prop="waybillNo" label-width="80px">
<div>
<el-input v-model.trim="query.waybillNo" placeholder="运单号" clearable />
<el-input
v-model.trim="query.waybillNo"
disabled="$route.query && $route.query.type === 'edit'"
placeholder="运单号"
clearable
/>
</div>
</el-form-item>
</div>
@ -2002,7 +2007,7 @@ const onLoad = async (idsArr = []) => {
}
details.query.transportType = details.query.transportType || '1';
handleFindPrice()
handleFindPrice();
} catch (error) {
console.log('error :>> ', error);
} finally {
@ -2109,6 +2114,7 @@ const initPageInfo = async (idsArr = []) => {
val.subtotalFreight = Number(val.subtotalFreight);
val.goodsName = val.productName;
val.goodsId = val.productId;
val.goodsListOptions = [];
@ -2122,32 +2128,18 @@ const initPageInfo = async (idsArr = []) => {
});
}
handleFindPrice(false);
handleFindPrice(true);
}
const { shipper, shipperName, shipperMobile, consignee, consigneeName, consigneeMobile } =
details.query;
console.log('details.goodsList :>> ', details.goodsList);
for (let index = 0; index < details.goodsList.length; index++) {
const element = details.goodsList[index];
const { arrPirce } = element;
if (arrPirce && arrPirce.length > 0) {
//
for (let i = 0; i < details.priceArr.length; i++) {
const value = details.priceArr[i];
element[value.key] = 0;
for (let index = 0; index < arrPirce.length; index++) {
const item = arrPirce[index];
if (item.itemName === value.name)
element[value.key] = isNumber(item.cost) ? Number(item.cost) : 0;
}
}
}
handleComputed(element);
// handleComputed(element);
handleFindGoods(element.goodsName, element);
}
@ -2686,7 +2678,7 @@ const handleDispatchPrice = (dispatch, template) => {
if (!dispatch || !template) return;
};
/** 处理模板费用 */
/** 处理模板费用 -- 计算 */
const handlePrice = () => {
const { dispatch, pickup, template, trunkLine } = details.priceTemplate;
@ -2795,14 +2787,14 @@ const handleSubmit = (formEl: FormInstance | undefined) => {
.children.find(val => val.value === departure[1]);
let _itemDeparture: any = {};
if (_findeDeparture.length === 2) {
if (departure.length === 2) {
_itemDeparture = _findeDeparture;
} else {
_itemDeparture = _findeDeparture.children.find(val => val.value === destination[2]);
_itemDeparture = _findeDeparture.children.find(val => val.value === departure[2]);
}
submitData.departure = _findeDeparture.label;
submitData.departureCode = _findeDeparture.value;
submitData.departure = _itemDeparture.label;
submitData.departureCode = _itemDeparture.value;
console.log('submitData :>> ', submitData);
@ -3120,12 +3112,15 @@ const handleAssignmentItemPrice = (value, isOnload = false) => {
const { pickup, template, trunkLine } = details.priceTemplate;
// 线
if (trunkLine && template && !isOnload) {
// ,
if (isDisabled.value) handleSpecialBrandPrice(value, trunkLine, template);
else handleAssignmentItemPriceTrunkline(value, trunkLine, template);
//
} else value.price = 0;
if (!isOnload) {
if (trunkLine && template) {
// ,
if (isDisabled.value) handleSpecialBrandPrice(value, trunkLine, template);
else handleAssignmentItemPriceTrunkline(value, trunkLine, template);
//
} else value.price = 0;
console.log('123123 :>> ', 123123);
}
//
if (pickup && template) {

4
src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue

@ -1077,7 +1077,7 @@ const addSubmit = async nodeArr => {
for (let item of details.addInfo.newData) {
_submitData.billladingWaybillList.push({
waybillId: item.id,
waybillId: item.waybillId,
waybillNo: item.waybillNo,
});
}
@ -1132,7 +1132,7 @@ const editSubmit = async nodeArr => {
for (let item of details.addInfo.newData) {
_submitData.billladingWaybillList.push({
waybillId: item.id,
waybillId: item.waybillId,
waybillNo: item.waybillNo,
});
}

33
src/views/waybill/ChangeOrder.vue

@ -78,9 +78,9 @@
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '运单号'">
<el-button type="text" @click="handleShowPackageOrderList(slotProps.scope)">
查看
</el-button>
<el-text @click="handleGoWaybillDetails(slotProps.scope)">
{{ slotProps.scope.row.waybillNo }}
</el-text>
</template>
<template v-else-if="slotProps.scope.column.label === '操作'">
@ -194,7 +194,13 @@ import dayjs from 'dayjs';
import { mapGetters } from 'vuex';
/** 获取字典 */
import { getDictionaryBiz } from '@/api/system/dict';
import { downloadXls, setNodeHeight, getHtmls, deepClone } from '@/utils/util';
import {
downloadXls,
setNodeHeight,
getHtmls,
deepClone,
handleTranslationDataSeclect,
} from '@/utils/util';
import { columnList, viewColumnList } from '@/option/waybill/ChangeOrder';
import { postFindUpdateWaybillList } from '@/api/waybill/ChangeOrder';
import { useRouter } from 'vue-router';
@ -314,7 +320,10 @@ const onLoad = async (params = {}) => {
if (code !== 200) return;
details.data = data.records;
details.data = data.records || [];
handleTranslationDataSeclect(details.data, details.columnList);
details.page.total = data.total;
} catch (error) {
console.log('error :>> ', error);
@ -451,6 +460,20 @@ const handleFullScrean = (_type: 'open' | 'close', _name: string) => {
break;
}
};
/** 查看运单 */
const handleGoWaybillDetails = ({ row }) => {
console.log('row :>> ', row);
$router.push({
path: '/distribution/inventory/BookingNote',
query: {
name: `查看 -- 【${row.waybillNo}`,
waybillNo: row.waybillNo,
id: row.id,
waybillType: row.waybillType,
},
});
};
</script>
<style scoped lang="scss">

29
src/views/waybill/CreateZeroOrder.vue

@ -1758,27 +1758,14 @@ const initPageInfo = async () => {
return val;
});
}
// , 线
handleFindPrice(true);
}
for (let index = 0; index < details.goodsList.length; index++) {
const element = details.goodsList[index];
const { arrPrice } = element;
if (arrPrice && arrPrice.length > 0) {
//
for (let i = 0; i < details.priceArr.length; i++) {
const value = details.priceArr[i];
element[value.key] = 0;
for (let index = 0; index < arrPrice.length; index++) {
const item = arrPrice[index];
if (item.itemName === value.name)
element[value.key] = isNumber(item.cost) ? Number(item.cost) : 0;
}
}
}
handleFindGoods(element.goodsName, element);
}
@ -1788,8 +1775,6 @@ const initPageInfo = async () => {
if (consignee) handleFindClientInfo('consignee');
if (consigneeName) handleFindClientInfo('consigneeName');
if (consigneeMobile) handleFindClientInfo('consigneeMobile');
handleFindPrice(false);
} catch (error) {
console.log('error :>> ', error);
} finally {
@ -2345,14 +2330,14 @@ const handleSubmit = (formEl: FormInstance | undefined) => {
.children.find(val => val.value === departure[1]);
let _itemDeparture: any = {};
if (_findeDeparture.length === 2) {
if (departure.length === 2) {
_itemDeparture = _findeDeparture;
} else {
_itemDeparture = _findeDeparture.children.find(val => val.value === destination[2]);
_itemDeparture = _findeDeparture.children.find(val => val.value === departure[2]);
}
submitData.departure = _findeDeparture.label;
submitData.departureCode = _findeDeparture.value;
submitData.departure = _itemDeparture.label;
submitData.departureCode = _itemDeparture.value;
// let numFlag = false;

Loading…
Cancel
Save