|
|
|
@ -425,7 +425,7 @@
|
|
|
|
|
:reserve-keyword="false" |
|
|
|
|
placeholder="请选择处理结果" |
|
|
|
|
@change="changeProcessingResults" |
|
|
|
|
:disabled="Appealeditor == 'appeal'" |
|
|
|
|
:disabled="ProcessingProhibited" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in ProcessingResults" |
|
|
|
@ -447,7 +447,7 @@
|
|
|
|
|
:min="item.min" |
|
|
|
|
:max="item.max" |
|
|
|
|
@change="TotalChange" |
|
|
|
|
:disabled="Appealeditor == 'appeal' && CompletedEditing" |
|
|
|
|
:disabled="ProcessingProhibited" |
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
|
<!-- 申诉的时候不展示 --> |
|
|
|
@ -468,7 +468,7 @@
|
|
|
|
|
<el-input |
|
|
|
|
v-model="item.paymentUnit" |
|
|
|
|
placeholder="请输入支付单位" |
|
|
|
|
:disabled="Appealeditor == 'appeal' && CompletedEditing" |
|
|
|
|
:disabled="ProcessingProhibited" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -479,7 +479,7 @@
|
|
|
|
|
format="YYYY-MM-DD" |
|
|
|
|
value-format="YYYY-MM-DD HH:mm:ss" |
|
|
|
|
placeholder="支付时间" |
|
|
|
|
:disabled="Appealeditor == 'appeal' && CompletedEditing" |
|
|
|
|
:disabled="ProcessingProhibited" |
|
|
|
|
class="el_Claimpaymenttime" |
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
@ -499,13 +499,13 @@
|
|
|
|
|
clearable |
|
|
|
|
:autosize="{ minRows: 3, maxRows: 4 }" |
|
|
|
|
type="textarea" |
|
|
|
|
:disabled="Appealeditor == 'appeal'" |
|
|
|
|
:disabled="ProcessingProhibited" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-tab-pane> |
|
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
|
|
<el-tabs type="border-card" class="demo-tabs" v-if="CompensationParty.length"> |
|
|
|
|
<el-tabs type="border-card" class="demo-tabs"> |
|
|
|
|
<el-tab-pane> |
|
|
|
|
<template #label> |
|
|
|
|
<span class="custom-tabs-label"> |
|
|
|
@ -542,7 +542,7 @@
|
|
|
|
|
v-model="item.warehouseId" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择仓库" |
|
|
|
|
:disabled="ProcessingresultsState" |
|
|
|
|
:disabled="CompleteDisabling" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in warehouseData" |
|
|
|
@ -557,7 +557,7 @@
|
|
|
|
|
<el-form-item label="原因"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.reason" |
|
|
|
|
:disabled="ProcessingresultsState" |
|
|
|
|
:disabled="CompleteDisabling" |
|
|
|
|
placeholder="请填写原因" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
@ -569,7 +569,7 @@
|
|
|
|
|
:min="0" |
|
|
|
|
v-model="item.num" |
|
|
|
|
placeholder="金额" |
|
|
|
|
:disabled="ProcessingresultsState" |
|
|
|
|
:disabled="CompleteDisabling" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
@ -582,7 +582,7 @@
|
|
|
|
|
placeholder="请填写责任人" |
|
|
|
|
clearable |
|
|
|
|
:rows="2" |
|
|
|
|
:disabled="ProcessingresultsState" |
|
|
|
|
:disabled="CompleteDisabling" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
@ -668,8 +668,8 @@
|
|
|
|
|
|
|
|
|
|
<div class="dialog-footer"> |
|
|
|
|
<!-- <el-button @click="Indexdialog = false">取消</el-button> --> |
|
|
|
|
<el-button type="primary" @click="ConfirmForm" v-if="RouterState == 'Infoedit' && UserPermissions=='仓库客服'"> |
|
|
|
|
提1交 |
|
|
|
|
<el-button type="primary" @click="ConfirmForm" v-if="$route.query.EditInformation && UserPermissions=='仓库客服'"> |
|
|
|
|
编辑提交 |
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -677,12 +677,30 @@
|
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
@click="Arbitrationcompleted" |
|
|
|
|
v-if="(RouterState == 'Kfend' && !Appealeditor) || Appealeditor == 'appeal' || ProcessingresultsState" |
|
|
|
|
v-if="$route.query.CustomerServiceCompleted && UserPermissions !='仓库客服'" |
|
|
|
|
> |
|
|
|
|
<!-- 申诉编辑 --> |
|
|
|
|
提交 |
|
|
|
|
仲裁完结提交 |
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
<!-- 申诉编辑提交 --> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
@click="AppealEditor" |
|
|
|
|
v-if="$route.query.AppealEstablished && UserPermissions !='仓库客服'" |
|
|
|
|
> |
|
|
|
|
申诉成立编辑提交 |
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
<!-- 理赔金未出编辑 --> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
@click="UnpaidClaimsEdited" |
|
|
|
|
v-if="$route.query.Resultediting" |
|
|
|
|
> |
|
|
|
|
理赔金额未出编辑提交 |
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--客服仲裁完结 --> |
|
|
|
|
</div> |
|
|
|
|
</el-card> |
|
|
|
@ -832,6 +850,7 @@ const ShortageList = ref([]); //少货件数
|
|
|
|
|
const fleeingList = ref([]); //窜货件数 |
|
|
|
|
const valueStrictly = ref(); |
|
|
|
|
const routerID = ref(null); //路由参数ID |
|
|
|
|
const ProcessingProhibited= ref(true);//是否可以编辑处理结果 |
|
|
|
|
const routerState = ref(''); //路由状态 |
|
|
|
|
const personResponsibleList = ref([]); //责任人列表 |
|
|
|
|
const companyProportion = ref(100); //公司占比 |
|
|
|
@ -869,6 +888,7 @@ const CompletedEditing = ref(false); //完结编辑
|
|
|
|
|
const amplifyurl = ref(''); //当前点击的图片 |
|
|
|
|
const amplifysrcList = ref([]); //图片循环列表 |
|
|
|
|
const ProcessingresultsState = ref(false); //理赔是否可以编辑 |
|
|
|
|
const CompleteDisabling=ref(true);//完结信息是否可以编辑 |
|
|
|
|
const ProcessedId = ref(null); //处理完毕里面编辑的iD |
|
|
|
|
const Copyprocessingresults = ref(); //处理结果拷贝 |
|
|
|
|
const UserPermissions=ref('');//存储当前角色信息 |
|
|
|
@ -880,26 +900,26 @@ const markFieldAsModified = fieldName => {
|
|
|
|
|
modifiedFields.value.add(fieldName); |
|
|
|
|
}; |
|
|
|
|
const CompensationParty = ref([ |
|
|
|
|
// { |
|
|
|
|
// name: '', |
|
|
|
|
// state: 0, |
|
|
|
|
// num: null, |
|
|
|
|
// reason: '', |
|
|
|
|
// cld: 1, |
|
|
|
|
// explains: '', |
|
|
|
|
// warehouseId: '', |
|
|
|
|
// personResponsibleList: '', |
|
|
|
|
// }, //赔款方 |
|
|
|
|
// { |
|
|
|
|
// name: '', |
|
|
|
|
// state: 1, |
|
|
|
|
// num: null, |
|
|
|
|
// reason: '', |
|
|
|
|
// cld: 1, |
|
|
|
|
// explains: '', |
|
|
|
|
// warehouseId: '', |
|
|
|
|
// personResponsibleList: '', |
|
|
|
|
// }, //受款方 |
|
|
|
|
{ |
|
|
|
|
name: '', |
|
|
|
|
state: 0, |
|
|
|
|
num: 0, |
|
|
|
|
reason: '', |
|
|
|
|
cld: 1, |
|
|
|
|
explains: '', |
|
|
|
|
warehouseId: '', |
|
|
|
|
personResponsibleList: '', |
|
|
|
|
}, //赔款方 |
|
|
|
|
{ |
|
|
|
|
name: '', |
|
|
|
|
state: 1, |
|
|
|
|
num: 0, |
|
|
|
|
reason: '', |
|
|
|
|
cld: 1, |
|
|
|
|
explains: '', |
|
|
|
|
warehouseId: '', |
|
|
|
|
personResponsibleList: '', |
|
|
|
|
}, //受款方 |
|
|
|
|
]); //收/赔 |
|
|
|
|
const PackageInfo = ref([ |
|
|
|
|
//包件信息 |
|
|
|
@ -1063,14 +1083,32 @@ const onLoad = () => {
|
|
|
|
|
CompletedEditing.value = false; |
|
|
|
|
} |
|
|
|
|
// 判断是否为理赔金未出编辑 |
|
|
|
|
if ($route.query.ProcessingresultsState == true && UserPermissions.value !='仓库客服' ) { |
|
|
|
|
if ($route.query.ProcessingresultsState && UserPermissions.value !='仓库客服' ) { |
|
|
|
|
console.log($route.query.Processingresults, '理赔金未出编辑'); |
|
|
|
|
ProcessingresultsState.value = false; |
|
|
|
|
|
|
|
|
|
} else{ |
|
|
|
|
ProcessingresultsState.value = true; |
|
|
|
|
} |
|
|
|
|
// 客服仲裁完结提交(完结信息) |
|
|
|
|
if($route.query.CustomerServiceCompleted && UserPermissions.value !='仓库客服'){ |
|
|
|
|
CompleteDisabling.value = false; |
|
|
|
|
}else{ |
|
|
|
|
CompleteDisabling.value = true; |
|
|
|
|
} |
|
|
|
|
// 仲裁成立编辑完结信息 |
|
|
|
|
if($route.query.AppealEstablished){ |
|
|
|
|
CompleteDisabling.value=false;//可以编辑完结信息 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 是否可以编辑处理结果 |
|
|
|
|
if($route.query.Resultediting){ |
|
|
|
|
ProcessingProhibited.value=false;//可以编辑处理结果 |
|
|
|
|
}else{ |
|
|
|
|
ProcessingProhibited.value=true;//可以编辑处理结果 |
|
|
|
|
} |
|
|
|
|
console.log(RouterState.value, '路由状态'); |
|
|
|
|
console.log(ProcessingresultsState.value,'当前状态'); |
|
|
|
|
getDictionaryBiz('result_handling').then(res => { |
|
|
|
|
console.log(res, '发现环节'); |
|
|
|
|
ProcessingResults.value = res.data.data; |
|
|
|
@ -1506,6 +1544,9 @@ const changeProcessingResults = val => {
|
|
|
|
|
|
|
|
|
|
// 支付方式选择 |
|
|
|
|
const PaymentSelection = val => { |
|
|
|
|
if(ProcessingProhibited.value){ |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
console.log(val, '支付'); |
|
|
|
|
console.log(Paymentmethod.value); |
|
|
|
|
if (val.payment) { |
|
|
|
@ -1545,7 +1586,7 @@ const PaymentConfirmation = val => {
|
|
|
|
|
|
|
|
|
|
// 添加赔款方 |
|
|
|
|
const AddCompensation = () => { |
|
|
|
|
if (ProcessingresultsState.value) { |
|
|
|
|
if (CompleteDisabling.value) { |
|
|
|
|
// 表示此刻为理赔编辑状态,只能操作处理结果 |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -1560,7 +1601,7 @@ const AddCompensation = () => {
|
|
|
|
|
}; |
|
|
|
|
// 添加受款方 |
|
|
|
|
const AddPayee = () => { |
|
|
|
|
if (ProcessingresultsState.value) { |
|
|
|
|
if (CompleteDisabling.value) { |
|
|
|
|
// 表示此刻为理赔编辑状态,只能操作处理结果 |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -1597,7 +1638,7 @@ const amountMoney = () => {
|
|
|
|
|
}; |
|
|
|
|
// 移除按钮 |
|
|
|
|
const payremove = (state, val, data) => { |
|
|
|
|
if (ProcessingresultsState.value) { |
|
|
|
|
if (CompleteDisabling.value) { |
|
|
|
|
// 表示此刻为理赔编辑状态,只能操作处理结果 |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -1979,10 +2020,10 @@ const ConfirmForm = () => {
|
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 客服仲裁完结 |
|
|
|
|
const Arbitrationcompleted = () => { |
|
|
|
|
// 申诉下面的编辑完结信息 |
|
|
|
|
if ($route.query.Appealeditor == 'appeal' && $route.query.AppealEstablished) { |
|
|
|
|
// 申诉成立编辑 |
|
|
|
|
const AppealEditor =()=>{ |
|
|
|
|
// 申诉下面的编辑完结信息 |
|
|
|
|
if ($route.query.AppealEstablished) { |
|
|
|
|
editloading.value = true; //开启加载效果 |
|
|
|
|
let data = { |
|
|
|
|
completionRecipientEntities: [], //处理结果受款方 |
|
|
|
@ -2062,10 +2103,10 @@ const Arbitrationcompleted = () => {
|
|
|
|
|
console.log('申诉下面编辑完结信息'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log(Copyprocessingresults.value, '初始化处理结果参数'); |
|
|
|
|
console.log(ProcessingList.value, '最新的处理结果参数'); |
|
|
|
|
|
|
|
|
|
// 理赔金未出编辑 |
|
|
|
|
const UnpaidClaimsEdited=()=>{ |
|
|
|
|
if (ProcessingresultsState.value) { |
|
|
|
|
// 理赔金额未出编辑 |
|
|
|
|
// 处理结果编辑 |
|
|
|
@ -2167,82 +2208,9 @@ const Arbitrationcompleted = () => {
|
|
|
|
|
console.log('理赔金额未出编辑'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 申诉只修改完结信息 |
|
|
|
|
if (Appealeditor.value == 'appeal') { |
|
|
|
|
// 表示当前是申诉状态,只修改完结信息 |
|
|
|
|
let data = { |
|
|
|
|
completionRecipientEntities: [], //处理结果受款方 |
|
|
|
|
completionRecordEntities: [], //处理结果赔款方 |
|
|
|
|
typesOf: '1', //申诉完结编辑新增标识 |
|
|
|
|
reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
appealId: $route.query.appealID, |
|
|
|
|
id: $route.query.id, |
|
|
|
|
workOrderId: $route.query.id, //异常工单ID(这里是workOrderId) |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
data['completionRecordEntities'] = CompensationParty.value |
|
|
|
|
.filter(item => item.state === 0) // 先筛选出状态为 0 的项 |
|
|
|
|
.map(item => { |
|
|
|
|
return { |
|
|
|
|
indemnitor: item.name, // 赔款方 |
|
|
|
|
reason: item.reason, // 原因 |
|
|
|
|
money: Number(item.num), // 金额 |
|
|
|
|
reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
workOrderId: $route.query.id, // 异常工单 |
|
|
|
|
warehouseId: item.warehouseId, //仓库ID |
|
|
|
|
compensationPersonnel: item.personResponsibleList, //责任人 |
|
|
|
|
explains: item.reason, //说明(页面不展示) |
|
|
|
|
id: $route.query.id, |
|
|
|
|
}; |
|
|
|
|
}); |
|
|
|
|
data['completionRecipientEntities'] = CompensationParty.value |
|
|
|
|
.filter(item => item.state === 1) // 先筛选出状态为 1 的项 |
|
|
|
|
.map(item => { |
|
|
|
|
return { |
|
|
|
|
recipient: item.name, // 受款方 |
|
|
|
|
reasonReceivingPayment: item.reason, // 原因 |
|
|
|
|
money: Number(item.num), // 金额 |
|
|
|
|
workOrderNumber: $route.query.workOrderNumber, // 工单号 |
|
|
|
|
responsibleParty: FangAddList.value |
|
|
|
|
.map(aItem => |
|
|
|
|
warehouseData.value |
|
|
|
|
.filter(bItem => bItem.value === aItem.businessName) |
|
|
|
|
.map(match => match.label) |
|
|
|
|
.join(',') |
|
|
|
|
) |
|
|
|
|
.join(','), |
|
|
|
|
warehouseId: $route.query.warehouseId == '/' ? '' : $route.query.warehouseId, // 仓库ID |
|
|
|
|
workOrderId: $route.query.id, //异常工单 |
|
|
|
|
id: $route.query.id, |
|
|
|
|
}; |
|
|
|
|
}); |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
editloading.value = true; //开启加载效果 |
|
|
|
|
$_updateCompletionEnd(data) |
|
|
|
|
.then(res => { |
|
|
|
|
console.log(res, '完结编辑'); |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
$store.commit('DEL_TAG_CURRENT'); //关闭当前页面 |
|
|
|
|
$router.push({ |
|
|
|
|
//跳转到首页 |
|
|
|
|
path: '/aftersales/aftersalesWorkOrder', |
|
|
|
|
}); |
|
|
|
|
editloading.value = false; //关闭加载效果 |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch(res => { |
|
|
|
|
editloading.value = false; //关闭加载效果 |
|
|
|
|
}); |
|
|
|
|
console.log('申诉完结信息编辑'); |
|
|
|
|
return; |
|
|
|
|
// 下面不执行 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
// 客服仲裁完结 |
|
|
|
|
const Arbitrationcompleted=()=>{ |
|
|
|
|
let data = { |
|
|
|
|
id: $route.query.id, |
|
|
|
|
completionRecipientEntities: [], //处理结果受款方 |
|
|
|
@ -2335,7 +2303,272 @@ const Arbitrationcompleted = () => {
|
|
|
|
|
AddressClosed('/aftersales/aftersalesWorkOrdermodify'); ///删除当前页面 |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// const Arbitrationcompleted = () => { |
|
|
|
|
// // 申诉成立编辑 |
|
|
|
|
// if ($route.query.Appealeditor == 'appeal' && $route.query.AppealEstablished) { |
|
|
|
|
// editloading.value = true; //开启加载效果 |
|
|
|
|
// let data = { |
|
|
|
|
// completionRecipientEntities: [], //处理结果受款方 |
|
|
|
|
// completionRecordEntities: [], //处理结果赔款方 |
|
|
|
|
// reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
// id: $route.query.id, |
|
|
|
|
// appealId: $route.query.appealID, //申诉ID |
|
|
|
|
// typesOf: '1', //申诉完结编辑新增标识 |
|
|
|
|
// workOrderId: $route.query.id, //异常工单ID(这里是workOrderId) |
|
|
|
|
// }; |
|
|
|
|
// if (UncompletionRecordEntitiesDat.value.length) { |
|
|
|
|
// // 删除的赔款方 |
|
|
|
|
// data['assignListRecord'] = UncompletionRecordEntitiesDat.value.map(res => res.id); |
|
|
|
|
// } |
|
|
|
|
// if (UncompletionRecipientEntityListData.value.length) { |
|
|
|
|
// // 受款方 |
|
|
|
|
// data['assignListRecipient'] = UncompletionRecipientEntityListData.value.map(res => res.id); |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// data['completionRecordEntities'] = CompensationParty.value |
|
|
|
|
// .filter(item => item.state === 0) // 先筛选出状态为 0 的项 |
|
|
|
|
// .map(item => { |
|
|
|
|
// return { |
|
|
|
|
// // indemnitor: item.name, // 赔款方 |
|
|
|
|
// reason: item.reason, // 原因 |
|
|
|
|
// money: Number(item.num), // 金额 |
|
|
|
|
// reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
// workOrderId: $route.query.id, // 异常工单 |
|
|
|
|
// warehouseId: item.warehouseId, //仓库ID |
|
|
|
|
// compensationPersonnel: item.personResponsibleList, //责任人 |
|
|
|
|
// explains: item.reason, //说明(页面不展示) |
|
|
|
|
// id: item.id, // 赔款方ID |
|
|
|
|
// }; |
|
|
|
|
// }); |
|
|
|
|
// data['completionRecipientEntities'] = CompensationParty.value |
|
|
|
|
// .filter(item => item.state === 1) // 先筛选出状态为 1 的项 |
|
|
|
|
// .map(item => { |
|
|
|
|
// return { |
|
|
|
|
// // recipient: item.name, // 受款方 |
|
|
|
|
// reasonReceivingPayment: item.reason, // 原因 |
|
|
|
|
// money: Number(item.num), // 金额 |
|
|
|
|
// workOrderNumber: $route.query.workOrderNumber, // 工单号 |
|
|
|
|
// responsibleParty: FangAddList.value |
|
|
|
|
// .map(aItem => |
|
|
|
|
// warehouseData.value |
|
|
|
|
// .filter(bItem => bItem.value === aItem.businessName) |
|
|
|
|
// .map(match => match.label) |
|
|
|
|
// .join(',') |
|
|
|
|
// ) |
|
|
|
|
// .join(','), |
|
|
|
|
// warehouseId: item.warehouseId, //仓库ID |
|
|
|
|
// workOrderId: $route.query.id, //异常工单 |
|
|
|
|
// id: item.id, |
|
|
|
|
// }; |
|
|
|
|
// }); |
|
|
|
|
// console.log(data, '处理好的值'); |
|
|
|
|
// $_updateCompletionEnd(data) |
|
|
|
|
// .then(res => { |
|
|
|
|
// console.log(res, '完结成功'); |
|
|
|
|
// console.log(res, '完结编辑'); |
|
|
|
|
// editloading.value = false; //关闭加载效果 |
|
|
|
|
// if (res.data.code == 200) { |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: res.data.msg, |
|
|
|
|
// type: 'success', |
|
|
|
|
// }); |
|
|
|
|
// $store.commit('DEL_TAG_CURRENT'); //关闭当前页面 |
|
|
|
|
// $router.push({ |
|
|
|
|
// //跳转到首页 |
|
|
|
|
// path: '/aftersales/aftersalesWorkOrder', |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// .catch(res => { |
|
|
|
|
// editloading.value = false; //关闭加载效果 |
|
|
|
|
// }); |
|
|
|
|
// console.log('申诉下面编辑完结信息'); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// console.log(Copyprocessingresults.value, '初始化处理结果参数'); |
|
|
|
|
// console.log(ProcessingList.value, '最新的处理结果参数'); |
|
|
|
|
|
|
|
|
|
// if (ProcessingresultsState.value) { |
|
|
|
|
// // 理赔金额未出编辑 |
|
|
|
|
// // 处理结果编辑 |
|
|
|
|
// let data = { |
|
|
|
|
// id: $route.query.id, |
|
|
|
|
// resultIdentification: 2, //编辑提交标识 |
|
|
|
|
// // workOrderId: $route.query.id, //异常工单ID |
|
|
|
|
// resultDescription: Indexform.value.resultDescription, //处理结果说明 |
|
|
|
|
// aftersalesProcessingResultsDTO: { |
|
|
|
|
// resultDescription: Indexform.value.resultDescription, //处理结果说明 |
|
|
|
|
// id: $route.query.Processed ? ProcessedId.value : $route.query.subId, |
|
|
|
|
// // $route.query.Processed? |
|
|
|
|
// // ProcessedId.value |
|
|
|
|
// }, |
|
|
|
|
// }; |
|
|
|
|
// // 查找被删除的 |
|
|
|
|
// if( Copyprocessingresults.value){ |
|
|
|
|
// let missingObjects = Copyprocessingresults.value.filter(objA => { |
|
|
|
|
// let matchingObjects = ProcessingList.value.filter( |
|
|
|
|
// objB => objB.state === objA.state && objB.id === objA.id |
|
|
|
|
// ); |
|
|
|
|
// return matchingObjects.length === 0; |
|
|
|
|
// }); |
|
|
|
|
// if (missingObjects.length) { |
|
|
|
|
// console.log(missingObjects); |
|
|
|
|
// data.aftersalesProcessingResultsDTO['assignList'] = missingObjects.map(item => item.id); |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// data.aftersalesProcessingResultsDTO['processingMoneyEntityList'] = ProcessingList.value |
|
|
|
|
// .map(item => { |
|
|
|
|
// console.log(item); |
|
|
|
|
// let match = ProcessingResults.value.find(element => element.dictValue == item.name); |
|
|
|
|
// if (match) { |
|
|
|
|
// let paymentMethodMatch = Paymentmethod.value.find( |
|
|
|
|
// paymentMethod => paymentMethod.dictKey == item.payment |
|
|
|
|
// ); |
|
|
|
|
// return { |
|
|
|
|
// resultType: match.dictKey, //赔方式的key |
|
|
|
|
// money: item.input, //金额 |
|
|
|
|
// typesOf: 1, //固定参数 |
|
|
|
|
// compensationMethod: paymentMethodMatch ? paymentMethodMatch.dictKey : '', |
|
|
|
|
// compensationMethodName: paymentMethodMatch ? paymentMethodMatch.dictValue : '', |
|
|
|
|
// resultName: item.name, //处理结果名字 |
|
|
|
|
// paymentUnit: item.paymentUnit, //支付单位 |
|
|
|
|
// id: item.id, //id |
|
|
|
|
// compensationTime: item.compensationTime, //时间 |
|
|
|
|
// }; |
|
|
|
|
// } else { |
|
|
|
|
// return null; |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// .filter(item => item !== null); |
|
|
|
|
|
|
|
|
|
// // 总金额 |
|
|
|
|
// // let sum = 0; //金额总计 |
|
|
|
|
// // for (let i = 0; i < ProcessingList.value.length; i++) { |
|
|
|
|
// // sum = computeNumber(sum, '+', ProcessingList.value[i].input).result; |
|
|
|
|
// // } |
|
|
|
|
// // data.aftersalesProcessingResultsDTO.money = sum; //金额汇总 |
|
|
|
|
|
|
|
|
|
// let TotalAmount = 0; //总金额 |
|
|
|
|
// ProcessingList.value.forEach(res => { |
|
|
|
|
// console.log(res); |
|
|
|
|
// TotalAmount += Number(res.input); |
|
|
|
|
// }); |
|
|
|
|
// console.log(TotalAmount, '总金额'); |
|
|
|
|
// data.aftersalesProcessingResultsDTO.money = TotalAmount; //金额汇总 |
|
|
|
|
|
|
|
|
|
// data.aftersalesProcessingResultsDTO['resultType'] = ProcessingList.value |
|
|
|
|
// .map(item => item.name) |
|
|
|
|
// .join(','); //处理结果说明文字拼接 |
|
|
|
|
// data.aftersalesProcessingResultsDTO['compensationMethod'] = ProcessingList.value |
|
|
|
|
// .map(item => item.text) |
|
|
|
|
// .join(','); |
|
|
|
|
// console.log(data, '编辑后的数据'); |
|
|
|
|
// $_addProcessingResults(data) |
|
|
|
|
// .then(res => { |
|
|
|
|
// console.log(res, '理赔编辑成功返回值'); |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: res.data.msg, |
|
|
|
|
// type: 'success', |
|
|
|
|
// }); |
|
|
|
|
// if (res.data.code == 200) { |
|
|
|
|
// $router.push({ |
|
|
|
|
// path: '/aftersales/aftersalesWorkOrder', |
|
|
|
|
// }); |
|
|
|
|
// AddressClosed('/aftersales/aftersalesWorkOrdermodify'); //关闭当前页面 |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// .catch(error => { |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: res.data.msg, |
|
|
|
|
// type: 'success', |
|
|
|
|
// }); |
|
|
|
|
// }); |
|
|
|
|
// console.log('理赔金额未出编辑'); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// // // 申诉只修改完结信息 |
|
|
|
|
// // if (Appealeditor.value == 'appeal') { |
|
|
|
|
// // // 表示当前是申诉状态,只修改完结信息 |
|
|
|
|
// // let data = { |
|
|
|
|
// // completionRecipientEntities: [], //处理结果受款方 |
|
|
|
|
// // completionRecordEntities: [], //处理结果赔款方 |
|
|
|
|
// // typesOf: '1', //申诉完结编辑新增标识 |
|
|
|
|
// // reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
// // appealId: $route.query.appealID, |
|
|
|
|
// // id: $route.query.id, |
|
|
|
|
// // workOrderId: $route.query.id, //异常工单ID(这里是workOrderId) |
|
|
|
|
// // }; |
|
|
|
|
|
|
|
|
|
// // data['completionRecordEntities'] = CompensationParty.value |
|
|
|
|
// // .filter(item => item.state === 0) // 先筛选出状态为 0 的项 |
|
|
|
|
// // .map(item => { |
|
|
|
|
// // return { |
|
|
|
|
// // indemnitor: item.name, // 赔款方 |
|
|
|
|
// // reason: item.reason, // 原因 |
|
|
|
|
// // money: Number(item.num), // 金额 |
|
|
|
|
// // reasonArbitration: Indexform.value.arbitrate, //仲裁原因 |
|
|
|
|
// // workOrderId: $route.query.id, // 异常工单 |
|
|
|
|
// // warehouseId: item.warehouseId, //仓库ID |
|
|
|
|
// // compensationPersonnel: item.personResponsibleList, //责任人 |
|
|
|
|
// // explains: item.reason, //说明(页面不展示) |
|
|
|
|
// // id: $route.query.id, |
|
|
|
|
// // }; |
|
|
|
|
// // }); |
|
|
|
|
// // data['completionRecipientEntities'] = CompensationParty.value |
|
|
|
|
// // .filter(item => item.state === 1) // 先筛选出状态为 1 的项 |
|
|
|
|
// // .map(item => { |
|
|
|
|
// // return { |
|
|
|
|
// // recipient: item.name, // 受款方 |
|
|
|
|
// // reasonReceivingPayment: item.reason, // 原因 |
|
|
|
|
// // money: Number(item.num), // 金额 |
|
|
|
|
// // workOrderNumber: $route.query.workOrderNumber, // 工单号 |
|
|
|
|
// // responsibleParty: FangAddList.value |
|
|
|
|
// // .map(aItem => |
|
|
|
|
// // warehouseData.value |
|
|
|
|
// // .filter(bItem => bItem.value === aItem.businessName) |
|
|
|
|
// // .map(match => match.label) |
|
|
|
|
// // .join(',') |
|
|
|
|
// // ) |
|
|
|
|
// // .join(','), |
|
|
|
|
// // warehouseId: $route.query.warehouseId == '/' ? '' : $route.query.warehouseId, // 仓库ID |
|
|
|
|
// // workOrderId: $route.query.id, //异常工单 |
|
|
|
|
// // id: $route.query.id, |
|
|
|
|
// // }; |
|
|
|
|
// // }); |
|
|
|
|
// // console.log(data, '处理好的值'); |
|
|
|
|
// // editloading.value = true; //开启加载效果 |
|
|
|
|
// // $_updateCompletionEnd(data) |
|
|
|
|
// // .then(res => { |
|
|
|
|
// // console.log(res, '完结编辑'); |
|
|
|
|
// // if (res.data.code == 200) { |
|
|
|
|
// // ElMessage({ |
|
|
|
|
// // message: res.data.msg, |
|
|
|
|
// // type: 'success', |
|
|
|
|
// // }); |
|
|
|
|
// // $store.commit('DEL_TAG_CURRENT'); //关闭当前页面 |
|
|
|
|
// // $router.push({ |
|
|
|
|
// // //跳转到首页 |
|
|
|
|
// // path: '/aftersales/aftersalesWorkOrder', |
|
|
|
|
// // }); |
|
|
|
|
// // editloading.value = false; //关闭加载效果 |
|
|
|
|
// // } |
|
|
|
|
// // }) |
|
|
|
|
// // .catch(res => { |
|
|
|
|
// // editloading.value = false; //关闭加载效果 |
|
|
|
|
// // }); |
|
|
|
|
// // console.log('申诉完结信息编辑'); |
|
|
|
|
// // return; |
|
|
|
|
// // // 下面不执行 |
|
|
|
|
// // } |
|
|
|
|
|
|
|
|
|
// }; |
|
|
|
|
|
|
|
|
|
// 少货件数对应事件 |
|
|
|
|
const ShortageTtems = val => { |
|
|
|
|