From 3b2b145c6fbcd1756e34af493a0f42053db39f66 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 14 May 2024 11:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E8=B4=A7=E5=8D=95?= =?UTF-8?q?=E7=BF=BB=E9=A1=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pricesystem/Price/PriceWarehousing.vue | 14 +- .../aftersales/aftersalesWorkOrderInfo.vue | 4 +- .../aftersales/aftersalesWorkOrderend.vue | 508 ++++++++++++------ .../distributionDeliveryListdis.vue | 2 +- .../inventory/distrilbutionBillLading.vue | 39 +- 5 files changed, 389 insertions(+), 178 deletions(-) diff --git a/src/views/Pricesystem/Price/PriceWarehousing.vue b/src/views/Pricesystem/Price/PriceWarehousing.vue index fdd9f597..da03da1a 100644 --- a/src/views/Pricesystem/Price/PriceWarehousing.vue +++ b/src/views/Pricesystem/Price/PriceWarehousing.vue @@ -252,12 +252,19 @@ const form = ref({ disabled: true, }, { - label: '60天外', + label: '60天-90天', prop: 'beyondSixtyPrice', type: 'number', width: 'auto', disabled: true, }, + { + label: '90天外', + prop: 'beyondNinetyPrice', + type: 'number', + width: 'auto', + disabled: true, + }, { label: '上限', prop: 'maximumPrice', @@ -366,6 +373,7 @@ const onLoad = async () => { betweenThirtySixtyPrice: 0, beyondSixtyPrice: 0, maximumPrice: 0, + beyondNinetyPrice:0, options: [{ label: categoryName, value: categoryId }], }; } @@ -376,6 +384,7 @@ const onLoad = async () => { betweenThirtySixtyPrice: 0, beyondSixtyPrice: 0, maximumPrice: 0, + beyondNinetyPrice:0, }; } @@ -498,6 +507,7 @@ const onLoad = async () => { data.beyondSixtyPrice = res.beyondSixtyPrice || 0; data.maximumPrice = res.maximumPrice || 0; data.withinThirtyPrice = res.withinThirtyPrice || 0; + data.beyondNinetyPrice=res.beyondNinetyPrice || 0 } }); } @@ -602,6 +612,7 @@ const handleSubmit = () => { categoryId: res.categoryId, // 品类id maximumPrice: res.maximumPrice, // 上限价格 withinThirtyPrice: res.withinThirtyPrice, // 30天内 + beyondNinetyPrice:res.beyondNinetyPrice,//90天外 }); }); } else { @@ -611,6 +622,7 @@ const handleSubmit = () => { beyondSixtyPrice: res.beyondSixtyPrice, // 60天外 maximumPrice: res.maximumPrice, // 上限价格 withinThirtyPrice: res.withinThirtyPrice, // 30天内 + beyondNinetyPrice:res.beyondNinetyPrice,//90天外 }); }); } diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue index 597d4e22..d6811091 100644 --- a/src/views/aftersales/aftersalesWorkOrderInfo.vue +++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue @@ -214,7 +214,7 @@ label="调查经过" v-if="displaySettings.investigationPocess" > - + @@ -1596,7 +1596,7 @@ const ResultDetermination = () => { width: 100%; :deep(.el-form-item) { flex-direction: column; - width: 10%; + width: 14%; margin-right: 4px; .el-form-item__label { margin: 0; diff --git a/src/views/aftersales/aftersalesWorkOrderend.vue b/src/views/aftersales/aftersalesWorkOrderend.vue index 5b20ea6b..e83558c8 100644 --- a/src/views/aftersales/aftersalesWorkOrderend.vue +++ b/src/views/aftersales/aftersalesWorkOrderend.vue @@ -1,64 +1,212 @@ - - - - - - - - + + + + - + + + + + + + - + + + + + - - - 运损节点 - - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 总件数:{{ PackageInfo.length }} + + + + + + - + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + --> + + + + - - - - - - - - - - - - - - - - 总件数:{{ PackageInfo.length }} - - - - - - - + @@ -253,7 +331,7 @@ - 占比: + 责任占比: + 三方责任人: + + + 说明: 总金额:{{ TotalClaimAmount }}元 + + + + - - - - + @@ -913,7 +999,7 @@ import { computeNumber, isNumber, AddressClosed, deepClone } from '@/utils/util' import { useStore } from 'vuex'; // 获取vuex仓库 const $store = useStore(); - +const identifying = ref(1); //订单类型 const ZFdialog = ref(false); //支付方式弹出 const $route = useRoute(); const $router = useRouter(); @@ -949,6 +1035,8 @@ const amplifyurl = ref(''); //当前点击的图片 const amplifysrcList = ref([]); //图片循环列表 const Replycopy = ref([]); //拷贝一份回复方 const Mydata = ref(); //当前登录人信息 +const DiscoveringNodes = ref([]); //发现节点 +const IndexException = ref([]); //异常类型 const Pageloading = ref(false); //页面加载load const PackageInfo = ref([ //包件信息 @@ -1006,7 +1094,7 @@ const CompensationParty = ref([ const ProcessingList = ref([]); //处理结果已经选择的列表 // 责任方列表 const FangAddList = ref([ - { businessName: '', personResponsibleName: '', responsibilityRatio: '' + '%', description: '' }, + { businessName: '', personResponsibleName: '', responsibilityRatio: '' + '%', description: '',tripartite:'' }, ]); const TransportlossList = ref([ //运损发现节点 @@ -1113,12 +1201,26 @@ const { const TransportChange = val => { console.log(val, '运损触发事件'); }; - +// 字典公共函数 +async function updateDictionary(targetArray, dictionaryType) { + await getDictionaryBiz(dictionaryType).then(res => { + console.log(res, '字典'); + res.data.data.forEach(item => { + targetArray.push({ + value: item.dictKey, + label: item.dictValue, + }); + }); + }); +} // 页面初始化数据 const onLoad = () => { if (localStorage.getItem('my_data')) { Mydata.value = JSON.parse(localStorage.getItem('my_data')); //获取本地仓库信息 } + + updateDictionary(IndexException.value, 'pc_work_order'); //异常类型 + updateDictionary(DiscoveringNodes.value, 'pc_discovery_node'); //发现环节 // 获取角色权限 getDictionaryBiz('after_sales_visits').then(res => { console.log(res, '角色字典'); @@ -1177,6 +1279,7 @@ const onLoad = () => { personResponsibleName: res.personResponsibleName, //责任人名称 responsibilityRatio: res.responsibilityRatio, //占比 description: res.description, //说明 + tripartite:res.tripartite,//三方责任人 }; }); @@ -1202,22 +1305,6 @@ const onLoad = () => { MessageResponsibility.value = [...new Set(MessageResponsibility.value)]; //对回复方去重 } - console.log(endFrom.value.processor, ' endFrom.value.processor'); - getDictionaryBiz('pc_work_order').then(res => { - //处理结果字典 - console.log(res, '环节字典'); - endFrom.value.workOrderType = res.data.data.find( - res => res.dictKey == endFrom.value.workOrderType - ).dictValue; //异常类型回显 - }); - - //发现环节回显 - getDictionaryBiz('pc_discovery_node').then(res => { - console.log(res, '发现环节'); - TransportlossList.value = res.data.data; - console.log(TransportlossList.value, '处理好的发现环节'); - }); - // 公司占比回显计算 let sum = 0; FangAddList.value.forEach(item => { @@ -1493,6 +1580,24 @@ const changeProcessingResults = val => { } }); }; + +const displaySettings = computed(() => { + return { + trainNumber: ['3', '5', '7', '6'].includes(endFrom.value.workOrderType), //车次号 + deliveryTime: ['5', '7', '6'].includes(endFrom.value.workOrderType), //配送时间 + deliveryDriver: ['5', '7', '6'].includes(endFrom.value.workOrderType), //配送司机 + vehicleRoute: ['3'].includes(endFrom.value.workOrderType), //车辆线路 + deliverGoodsTime: ['2'].includes(endFrom.value.workOrderType), //发货时间 + warehousingTime: ['4'].includes(endFrom.value.workOrderType), //入库时间 + discoveryTime: ['4', '5', '6', '7'].includes(endFrom.value.workOrderType), //发现时间 + waybillMall: true, //运单商场 + typeServiceName: true, //合作模式 + processor: true, //处理方 + investigationPocess: true, //调查经过 + }; +}); + + //处理方 const ProcessingParty = val => { console.log(endFrom.value.processor); @@ -1990,6 +2095,13 @@ const submit = async val => { }) .catch(() => {}); } else { + if (!endFrom.value.result.length) { + ElMessage({ + message: `请选择选择处理结果`, + type: 'warning', + }); + return; + } // 处理结果填写 console.log(ProcessingList.value, '处理结果'); @@ -2624,7 +2736,6 @@ const CustomerServiceCompleted = () => { .left { width: 68%; - padding: 0 10px; border: 1px solid #dcdfe6; box-sizing: border-box; } @@ -2685,8 +2796,15 @@ const CustomerServiceCompleted = () => { .el_btbox { display: flex; margin-top: 10px; + + .maxBox { + flex-direction: column; + align-items: flex-start; + width: 14%; + } } .leftbox { + justify-content: flex-start !important; .title { width: 80px; } @@ -2844,14 +2962,14 @@ const CustomerServiceCompleted = () => { .leftbox { width: 100%; display: flex; - justify-content: flex-start; + justify-content: space-between; flex-wrap: wrap; - .el-form-item{ - margin-right:24px; + .el-form-item { + margin-right: 24px; flex-direction: column; align-items: flex-start; flex: none; - width: 12%; + width: 14%; } } @@ -2902,9 +3020,7 @@ const CustomerServiceCompleted = () => { justify-content: flex-end; margin: 4px 0; } -.el_resj { - margin-top: 20px !important; -} + .el_lab { margin-right: 10px !important; } @@ -2978,4 +3094,70 @@ const CustomerServiceCompleted = () => { display: none; } } +:deep(.topClass) { + border-bottom: none; + + .el-tabs__content { + padding: 0; + } + + .is-active { + font-weight: bold; + } +} +.el_top { + display: flex; + width: 100%; + justify-content: space-between; + :deep(.el-form-item) { + display: flex; + flex-direction: row; + align-items: center; + width: auto; + } +} +:deep(.el_resj) { + width: 100% !important; + margin-top: 20px !important; + flex-direction: column; + align-items: flex-start !important; + .el-form-item__content { + width: 100% !important; + } +} + +.Basic_information { + width: 100%; + :deep(.is-active) { + font-weight: bold; + } + .el_information { + width: 100%; + display: flex; + flex-wrap: wrap; + + :deep(.el-form-item) { + width: 14%; + display: flex; + align-items: flex-start; + flex-direction: column; + flex: none; + margin-right: 4px; + .el-form-item__label { + margin-left: 0; + } + .el-form-item__content { + width: 100% !important; + } + } + .el_information_row { + width: 100%; + display: flex; + flex-wrap: wrap; + } + } + .el-select { + width: 100; + } +} diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index 4c3ba2fd..563fdd81 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -324,7 +324,7 @@ 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 { downloadXls, getObjType, handleClearTableQuery, } from '@/utils/util'; import { ElMessage, ElMessageBox } from 'element-plus'; import * as XLSX from 'xlsx'; export default { diff --git a/src/views/distribution/inventory/distrilbutionBillLading.vue b/src/views/distribution/inventory/distrilbutionBillLading.vue index ca041fae..605206c4 100644 --- a/src/views/distribution/inventory/distrilbutionBillLading.vue +++ b/src/views/distribution/inventory/distrilbutionBillLading.vue @@ -639,6 +639,7 @@ import { detail } from '@/api/flow/flow'; import { nextTick, ref } from 'vue'; import { useStore } from 'vuex'; import { setNodeHeight } from '@/utils/util.js'; +import error from '@/error'; const $store = useStore(); export default { name: '/distribution/inventory/distrilbutionBillLading', @@ -2051,7 +2052,7 @@ export default { const _type = this.$route.query.type; // 编辑状态 if (Number(_type) === 2) { - this.onLoadEditChoose(); + this.onLoadEditChoose(this.order.query,this.packageRow); } else this.onLoadOrderChoose(); }, orderSelectSc(index, row) { @@ -2073,7 +2074,7 @@ export default { const _type = this.$route.query.type; // 编辑状态 if (Number(_type) === 2) { - this.onLoadEditChoose(); + this.onLoadEditChoose(this.order.query,this.packageRow); } else this.onLoadOrderChoose(); }, @@ -2278,6 +2279,10 @@ export default { // 选择包件 async handleChooseOrder(row) { + console.log(this.order.columnOrderList,'order.columnOrderList'); + this.order.columnOrderList.forEach(res=>res.values='') + this.order.query={} + this.order.currentPage=1 console.log('row :>> ', row); this.packageRow=row // 页面类型 @@ -2297,7 +2302,7 @@ export default { const _type = this.$route.query.type; // 编辑状态 if (Number(_type) === 2) { - this.onLoadEditChoose(); + this.onLoadEditChoose(this.order.query,this.packageRow); } else this.onLoadOrderChoose(); }, // 页码改变 @@ -2307,7 +2312,7 @@ export default { const _type = this.$route.query.type; // 编辑状态 if (Number(_type) === 2) { - this.onLoadEditChoose(); + this.onLoadEditChoose(this.order.query,this.packageRow); } else this.onLoadOrderChoose(); }, // 请求包件数据 -- 新增 @@ -2341,29 +2346,41 @@ export default { this.order.query.stockArticleId = this.orderChooseId; this.order.query.reservationId = this.$route.query.id; this.order.query.conditions = '1'; + await getEditList(this.order.currentPage, this.order.pageSize, { ...params, ...this.order.query, }).then(res => { + if(res.data.code !=200){ + return + } console.log('res :>> ', res); const data = res.data.data; - this.order.total = data.total; - this.order.orderDetails = data.records; + this.order.total = data.total || 0; + this.order.orderDetails = data.records || []; // 被选中的包件的id list - row.originalIdList = []; - + console.log(row,'row====='); + if(row){ + row.originalIdList = []; + console.log(this.order,'this.order.orderDetails'); // 回显 this.order.selectList = this.order.orderDetails.filter(val => { console.log('val :>> ', val); - if (val.choice) row.originalIdList.push(val.id); + if (val.choice){ + row.originalIdList.push(val.id); + } return val.choice; }); - // 深拷贝数据 + // 深拷贝数据 console.log('this.order.selectList :>> ', this.order.selectList); row.originalList = JSON.parse(JSON.stringify(this.order.selectList)); this.order.orderChooseLoading = false; - }); + } + }).catch((error)=>{ + console.log(error,'error'); + this.order.orderChooseLoading = false; + }); return null; }, /**