Browse Source

修复已知bug

dev-xx
马远东 11 months ago
parent
commit
4301aabe5f
  1. 28
      src/router/views/index.js
  2. 27
      src/views/aftersales/aftersalesWorkOrder.vue
  3. 3777
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  4. 3775
      src/views/aftersales/aftersalesWorkOrderAddTemp.vue
  5. 1990
      src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue
  6. 6
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  7. 9
      src/views/distribution/inventory/distrilbutionBillLading.vue
  8. 23
      src/views/distribution/turndelivery/deliveryDiscuss.vue

28
src/router/views/index.js

@ -1368,7 +1368,7 @@ export default [
}, },
path: '/aftersales/aftersalesWorkOrderAdd', path: '/aftersales/aftersalesWorkOrderAdd',
name: '工单新增', name: '工单新增',
component: () => import('@/views/aftersales/aftersalesWorkOrderAdd.vue'), component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemp.vue'),
}, },
], ],
}, },
@ -1391,18 +1391,34 @@ export default [
}, },
{ {
path: '/aftersales/aftersalesWorkOrderInfoTemp', path: '/aftersales/aftersalesWorkOrdermodifyTemp',
component: Layout, component: Layout,
redirect: '/aftersales/aftersalesWorkOrderInfoTemp', redirect: '/aftersales/aftersalesWorkOrdermodifyTemp',
children: [ children: [
{ {
meta: { meta: {
i18n: 'dict', i18n: 'dict',
keepAlive: false, keepAlive: false,
}, },
path: '/aftersales/aftersalesWorkOrderInfoTemp', path: '/aftersales/aftersalesWorkOrdermodifyTemp',
name: '重构详情', name: '重构详情',
component: () => import('@/views/aftersales/aftersalesWorkOrderInfoTemp.vue'), component: () => import('@/views/aftersales/aftersalesWorkOrdermodifyTemp.vue'),
},
],
},
{
path: '/aftersales/aftersalesWorkOrdermodifyTemp',
component: Layout,
redirect: '/aftersales/aftersalesWorkOrdermodifyTemp',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/aftersales/aftersalesWorkOrdermodifyTemp',
name: '编辑重构',
component: () => import('@/views/aftersales/aftersalesWorkOrdermodifyTemp.vue'),
}, },
], ],
}, },
@ -1646,7 +1662,7 @@ export default [
}, },
path: '/aftersales/aftersalesWorkOrderAddTemp', path: '/aftersales/aftersalesWorkOrderAddTemp',
name: '工单新增重构页面', name: '工单新增重构页面',
component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemp.vue'), component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemps.vue'),
}, },
], ],
}, },

27
src/views/aftersales/aftersalesWorkOrder.vue

@ -1,5 +1,5 @@
<template> <template>
<div class="content_max"> <div class="content_max" v-loading="pageLoad">
<!-- 菜单 --> <!-- 菜单 -->
<el-tabs type="border-card" v-model="tabValue" @tab-change="tabChenge" class="el_tabs"> <el-tabs type="border-card" v-model="tabValue" @tab-change="tabChenge" class="el_tabs">
<div></div> <div></div>
@ -1088,6 +1088,7 @@ const $useStore = useStore();
const $route = useRoute(); const $route = useRoute();
/** vuex */ /** vuex */
const customerData = ref([]); // const customerData = ref([]); //
const pageLoad=ref(false)
const accessControl = $useStore.getters.permission; const accessControl = $useStore.getters.permission;
console.log(accessControl, '权限按钮'); console.log(accessControl, '权限按钮');
const loadingFinancial = ref(false); const loadingFinancial = ref(false);
@ -1770,6 +1771,7 @@ const IndexTable = (val, Refresh) => {
TimeoutStatus.value = false; // TimeoutStatus.value = false; //
// ProcessingPartyState.value = false; // // ProcessingPartyState.value = false; //
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
columnList[2].checkarr = []; // columnList[2].checkarr = []; //
columnList[3].checkarr = []; columnList[3].checkarr = [];
columnList[10].checkarr = []; columnList[10].checkarr = [];
@ -1816,6 +1818,7 @@ const IndexTable = (val, Refresh) => {
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
console.log(res, '初始化返回值'); console.log(res, '初始化返回值');
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
if (res.data.data) { if (res.data.data) {
console.log(res.data.data, '初始化返回值===>'); console.log(res.data.data, '初始化返回值===>');
// page.value.total = res.data.data.total; // // page.value.total = res.data.data.total; //
@ -2348,6 +2351,7 @@ const DetermineClaims = val => {
workOrderStatus: 30, workOrderStatus: 30,
}; };
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
console.log(data, '处理好的值'); console.log(data, '处理好的值');
$_settlementUpdate(data) $_settlementUpdate(data)
.then(res => { .then(res => {
@ -2358,6 +2362,7 @@ const DetermineClaims = val => {
}) })
.catch(res => { .catch(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
// //
@ -2713,6 +2718,7 @@ const settlementclaim = (val, Refresh) => {
return; return;
} }
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
console.log(Claimsfield, '理赔数据'); console.log(Claimsfield, '理赔数据');
ClaimStatus.value = true; // ClaimStatus.value = true; //
AppealStatus.value = false; // AppealStatus.value = false; //
@ -2759,6 +2765,7 @@ const settlementclaim = (val, Refresh) => {
$_listSettlement(data) $_listSettlement(data)
.then(res => { .then(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
console.log(res, '查询理赔数据'); console.log(res, '查询理赔数据');
if (res.data.data) { if (res.data.data) {
if (res.data.data.records.length) { if (res.data.data.records.length) {
@ -2779,11 +2786,13 @@ const settlementclaim = (val, Refresh) => {
}) })
.catch(res => { .catch(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
// //
const appealFn = val => { const appealFn = val => {
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
AppealStatus.value = true; // AppealStatus.value = true; //
TimeoutStatus.value = false; // TimeoutStatus.value = false; //
ClaimStatus.value = false; // ClaimStatus.value = false; //
@ -2801,6 +2810,7 @@ const appealFn = val => {
$_listAppeal(data) $_listAppeal(data)
.then(res => { .then(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
console.log(res, '申诉列表返回值'); console.log(res, '申诉列表返回值');
if (res.data.data.records.length) { if (res.data.data.records.length) {
@ -2820,6 +2830,7 @@ const appealFn = val => {
}) })
.catch(res => { .catch(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
@ -2933,6 +2944,7 @@ const TimeoutHandling = (val, Refresh) => {
AppealStatus.value = false; // AppealStatus.value = false; //
TimeoutStatus.value = true; // TimeoutStatus.value = true; //
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
updateDictionary(timeoutList[3].checkarr, 'pc_work_order'); // updateDictionary(timeoutList[3].checkarr, 'pc_work_order'); //
updateDictionary(timeoutList[4].checkarr, 'pc_discovery_node'); // updateDictionary(timeoutList[4].checkarr, 'pc_discovery_node'); //
let data = { let data = {
@ -2943,6 +2955,7 @@ const TimeoutHandling = (val, Refresh) => {
$_listOwn(data) $_listOwn(data)
.then(res => { .then(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
console.log(res, '超时记录'); console.log(res, '超时记录');
if (res.data.data.records.length) { if (res.data.data.records.length) {
@ -2963,6 +2976,7 @@ const TimeoutHandling = (val, Refresh) => {
}) })
.catch(res => { .catch(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
@ -3158,6 +3172,7 @@ const ProcessingPartyFun = (val, Refresh) => {
AppealStatus.value = false; // AppealStatus.value = false; //
// details.query.workOrderStatus = null; // details.query.workOrderStatus = null;
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
let data = { let data = {
...val, ...val,
}; };
@ -3171,6 +3186,7 @@ const ProcessingPartyFun = (val, Refresh) => {
$_getProcessor(data) $_getProcessor(data)
.then(res => { .then(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
// page.value.total = res.data.data.total; // // page.value.total = res.data.data.total; //
if (res.data.data.records.length) { if (res.data.data.records.length) {
Statusprocessing(res.data.data.records); Statusprocessing(res.data.data.records);
@ -3322,6 +3338,7 @@ const DetermineStorage = val => {
data['assignList'] = details.selectionList.map(item => item.id); data['assignList'] = details.selectionList.map(item => item.id);
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
// //
$_updateManagerConfirmed(data) $_updateManagerConfirmed(data)
.then(res => { .then(res => {
@ -3339,6 +3356,7 @@ const DetermineStorage = val => {
}) })
.finally(res => { .finally(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
// //
console.log(data, '处理好的值'); console.log(data, '处理好的值');
@ -3351,6 +3369,7 @@ const EndArbitration = val => {
assignList: [val.row.id], assignList: [val.row.id],
}; };
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
$_updateArbitrateStatu(data) $_updateArbitrateStatu(data)
.then(res => { .then(res => {
console.log(res, '处理成功'); console.log(res, '处理成功');
@ -3367,6 +3386,7 @@ const EndArbitration = val => {
}) })
.finally(() => { .finally(() => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
// //
@ -3401,6 +3421,7 @@ const AllEndArbitration = () => {
.finally(() => { .finally(() => {
details.selectionList = []; // details.selectionList = []; //
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}; };
// //
@ -3460,6 +3481,7 @@ const ResultConfirmation = val => {
}) })
.then(() => { .then(() => {
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
console.log(data, '处理好的数据'); console.log(data, '处理好的数据');
$_updateWorkOrderStatus(data) $_updateWorkOrderStatus(data)
.then(res => { .then(res => {
@ -3477,6 +3499,7 @@ const ResultConfirmation = val => {
}) })
.finally(() => { .finally(() => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
}) })
.catch(() => { .catch(() => {
@ -3536,6 +3559,7 @@ const ResultConfirmation = val => {
}) })
.then(() => { .then(() => {
details.loadingObj.list = true; // details.loadingObj.list = true; //
pageLoad.value=true
// //
$_updateManagerConfirmed(data) $_updateManagerConfirmed(data)
.then(res => { .then(res => {
@ -3553,6 +3577,7 @@ const ResultConfirmation = val => {
}) })
.finally(res => { .finally(res => {
details.loadingObj.list = false; // details.loadingObj.list = false; //
pageLoad.value=false
}); });
// //
console.log(data, '处理好的值'); console.log(data, '处理好的值');

3777
src/views/aftersales/aftersalesWorkOrderAdd.vue

File diff suppressed because it is too large Load Diff

3775
src/views/aftersales/aftersalesWorkOrderAddTemp.vue

File diff suppressed because it is too large Load Diff

1990
src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue

File diff suppressed because it is too large Load Diff

6
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -3904,9 +3904,7 @@ export default {
if (!this.selectionList.length) { if (!this.selectionList.length) {
this.AbnormalReviewloading = true; // this.AbnormalReviewloading = true; //
this.AbnormalReviewData.forEach(item => { this.AbnormalReviewData.forEach(item => {
if (item.auditingStatusName == '待审核') { DataSubmit.push(item.id);
DataSubmit.push(item.id);
}
}); });
} else { } else {
const allGreaterThanTen = this.selectionList.every( const allGreaterThanTen = this.selectionList.every(
@ -3942,7 +3940,7 @@ export default {
this.AbnormalReviewloading = false; // this.AbnormalReviewloading = false; //
}); });
this.viewAbnormalLoading(this.toexamineID); //
}, },
// //
Abnormalshutdown() { Abnormalshutdown() {

9
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -647,6 +647,7 @@ export default {
Imgurl: undefined, Imgurl: undefined,
Selfpickuploading: false, // Selfpickuploading: false, //
mydata:{},// mydata:{},//
packageRow:{},//
OrdercolumnList: [ OrdercolumnList: [
{ {
prop: 'serviceNumber', prop: 'serviceNumber',
@ -2236,6 +2237,7 @@ export default {
}, },
// //
callFordeliveryOrder() { callFordeliveryOrder() {
console.log(this.selectionList,'this.selectionList'); console.log(this.selectionList,'this.selectionList');
let scID= this.selectionList[0].mallId;//DI let scID= this.selectionList[0].mallId;//DI
let mallIdState=this.selectionList.find(res=>res.mallId !=scID) let mallIdState=this.selectionList.find(res=>res.mallId !=scID)
@ -2346,9 +2348,11 @@ export default {
this.dialogFormVisible = false; this.dialogFormVisible = false;
} }
}, },
// //
async handleChooseOrder(row) { async handleChooseOrder(row) {
console.log('row :>> ', row); console.log('row :>> ', row);
this.packageRow=row
// //
const _type = this.$route.query.type; const _type = this.$route.query.type;
this.orderChooseId = row.id; this.orderChooseId = row.id;
@ -2357,6 +2361,7 @@ export default {
await this.onLoadEditChoose({}, row); await this.onLoadEditChoose({}, row);
} else await this.onLoadOrderChoose(); } else await this.onLoadOrderChoose();
this.dialogChooseOrderVisible = true; this.dialogChooseOrderVisible = true;
}, },
// //
sizeChangeOrderChoose(size) { sizeChangeOrderChoose(size) {
@ -2442,6 +2447,10 @@ export default {
if (this.order.selectList.length === 0) { if (this.order.selectList.length === 0) {
return this.$message({ type: 'warning', message: '最少选择一项数据' }); return this.$message({ type: 'warning', message: '最少选择一项数据' });
} }
if(this.order.selectList){
this.packageRow.reservationNum=this.order.selectList.length
}
// billPackageEntityList // billPackageEntityList
console.log('this.order.dataList :>> ', this.dataList); console.log('this.order.dataList :>> ', this.dataList);
this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList = this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList =

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

@ -1210,7 +1210,20 @@ const menuData = ref([
{ {
prop: 'totalNumber', prop: 'totalNumber',
label: '订单总件数', label: '订单总件数',
type: 2, type: 1,
values: '',
width: '110',
checkarr: [],
fixed: false,
sortable: true,
head: false,
statistics: true, //
isshowSummary: true,
},
{
prop: 'reservationNum',
label: '计划数量',
type: 1,
values: '', values: '',
width: '110', width: '110',
checkarr: [], checkarr: [],
@ -2062,6 +2075,8 @@ const submit = () => {
console.log(wrapTemp.value, '包件订单被缓存'); console.log(wrapTemp.value, '包件订单被缓存');
console.log(dataInfo.value[dataId.value].packageListInfo, '被添加到当前订单下面'); console.log(dataInfo.value[dataId.value].packageListInfo, '被添加到当前订单下面');
console.log(dataInfo.value, '所有订单信息'); console.log(dataInfo.value, '所有订单信息');
console.log(Packageow.value,'Packageow.value');
Packageow.value.reservationNum =dataTmp.value.length
} }
} else { } else {
if (!dataTmp.value.length && wrapLoading.value) { if (!dataTmp.value.length && wrapLoading.value) {
@ -2094,9 +2109,12 @@ const submit = () => {
dataInfo.value[dataId.value].packageListInfo = dataTmp.value; // dataInfo.value[dataId.value].packageListInfo = dataTmp.value; //
console.log(wrapTemp.value, '包件订单被缓存222'); console.log(wrapTemp.value, '包件订单被缓存222');
console.log(dataInfo.value, '处理好的订单'); console.log(dataInfo.value, '处理好的订单');
console.log(Packageow.value,'Packageow.value');
Packageow.value.reservationNum =dataTmp.value.length
// //
} else { } else {
dataInfo.value = dataTmp.value; dataInfo.value = dataTmp.value;
} }
console.log('提交后的参数', dataInfo.value); console.log('提交后的参数', dataInfo.value);
@ -2397,7 +2415,8 @@ function ViewEvent(val, index) {
editLoading.value = true; // editLoading.value = true; //
dataId.value = findIndexById(val.id); dataId.value = findIndexById(val.id);
console.log(val.id); console.log(val.id);
console.log(Packageow.value,'Packageow.value');
//; //;
// //
PackageFn(); PackageFn();

Loading…
Cancel
Save