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. 3289
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  4. 3301
      src/views/aftersales/aftersalesWorkOrderAddTemp.vue
  5. 1990
      src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue
  6. 4
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  7. 9
      src/views/distribution/inventory/distrilbutionBillLading.vue
  8. 21
      src/views/distribution/turndelivery/deliveryDiscuss.vue

28
src/router/views/index.js

@ -1368,7 +1368,7 @@ export default [
},
path: '/aftersales/aftersalesWorkOrderAdd',
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,
redirect: '/aftersales/aftersalesWorkOrderInfoTemp',
redirect: '/aftersales/aftersalesWorkOrdermodifyTemp',
children: [
{
meta: {
i18n: 'dict',
keepAlive: false,
},
path: '/aftersales/aftersalesWorkOrderInfoTemp',
path: '/aftersales/aftersalesWorkOrdermodifyTemp',
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',
name: '工单新增重构页面',
component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemp.vue'),
component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemps.vue'),
},
],
},

27
src/views/aftersales/aftersalesWorkOrder.vue

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

3289
src/views/aftersales/aftersalesWorkOrderAdd.vue

File diff suppressed because it is too large Load Diff

3301
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

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

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

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

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

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

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

Loading…
Cancel
Save