|
|
|
@ -176,12 +176,26 @@
|
|
|
|
|
> |
|
|
|
|
<!-- 处理结果确定和完结确定 --> |
|
|
|
|
<el-button |
|
|
|
|
v-if="TabPermissions == '2' || TabPermissions == '6'" |
|
|
|
|
v-if="TabPermissions == '2'" |
|
|
|
|
@click="DetermineStorage(slotProps.scope)" |
|
|
|
|
>确定</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="TabPermissions == '6' && !AppealStatusT" |
|
|
|
|
@click="appeal" |
|
|
|
|
>申诉</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="AppealStatusT" |
|
|
|
|
@click="DetermineStorage(slotProps.scope)" |
|
|
|
|
>取消</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- AppealStatusT申诉列表状态 --> |
|
|
|
|
<el-button v-if="AppealStatusT" @click="Appealeditor">编辑</el-button> |
|
|
|
|
<!-- <el-button v-if="AppealStatusT" @click="Appealeditor">编辑</el-button> --> |
|
|
|
|
<!-- <el-button @click="ViewEvent(slotProps.scope)">编辑</el-button> --> |
|
|
|
|
<!-- <el-button @click="reply(slotProps.scope)">回复</el-button> --> |
|
|
|
|
<!-- <el-button @click="ViewDelete(slotProps.scope)">删除</el-button> --> |
|
|
|
@ -324,7 +338,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="el-ckbtn"> |
|
|
|
|
<el-button type="primary" @click="AddCompensation">添加赔款方</el-button> |
|
|
|
|
<el-button type="primary" @click="AddPayee">添加收款方</el-button> |
|
|
|
|
<el-button type="primary" @click="AddPayee">添加受款方</el-button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div |
|
|
|
@ -333,12 +347,12 @@
|
|
|
|
|
:key="index" |
|
|
|
|
> |
|
|
|
|
<span class="title" :style="{ color: item.state != 0 ? '#000' : '#F56C6C' }" |
|
|
|
|
>{{ item.state == 0 ? '赔款方' : '收款方' }}{{ item.cld }}</span |
|
|
|
|
>{{ item.state == 0 ? '赔款方' : '受款方' }}{{ item.cld }}</span |
|
|
|
|
> |
|
|
|
|
<div class="sk_input"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.name" |
|
|
|
|
:placeholder="item.state == 0 ? '请填写赔款方' : '请填写收款方'" |
|
|
|
|
:placeholder="item.state == 0 ? '请填写赔款方' : '请填写受款方'" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div class="sk_input"> |
|
|
|
@ -352,6 +366,35 @@
|
|
|
|
|
placeholder="金额" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 0"> |
|
|
|
|
<el-select v-model="item.warehouseId" filterable placeholder="请选择仓库"> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in warehouseData" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
/> |
|
|
|
|
</el-select> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 0"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.personResponsibleName" |
|
|
|
|
placeholder="请填写责任人" |
|
|
|
|
clearable |
|
|
|
|
:rows="2" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 1"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 1"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<el-button type="danger" round @click="payremove(item.state, index)" |
|
|
|
|
>移除</el-button |
|
|
|
|
> |
|
|
|
@ -541,6 +584,8 @@ import {
|
|
|
|
|
$_listOwn, |
|
|
|
|
$_moneyUpdate, |
|
|
|
|
$_updateWorkList, |
|
|
|
|
$_updateManagerConfirmed, |
|
|
|
|
$_updateWorkOrderStatus, |
|
|
|
|
} from '@/api/aftersales/aftersalesWorkOrder'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; //字典 |
|
|
|
@ -689,8 +734,8 @@ const TabList = ref([
|
|
|
|
|
const DeliveryDriver = ref([]); |
|
|
|
|
|
|
|
|
|
const CompensationParty = ref([ |
|
|
|
|
{ name: '', state: 0, num: null, reason: '', cld: 1 }, //赔款方 |
|
|
|
|
{ name: '', state: 1, num: null, reason: '', cld: 1 }, //收款方 |
|
|
|
|
{ name: '', state: 0, num: null, reason: '', cld: 1 ,warehouseId:'',personResponsibleName:''}, //赔款方 |
|
|
|
|
{ name: '', state: 1, num: null, reason: '', cld: 1 ,warehouseId:'',personResponsibleName:''}, //受款方 |
|
|
|
|
]); //收/赔 |
|
|
|
|
|
|
|
|
|
const details = reactive({ |
|
|
|
@ -923,7 +968,7 @@ const ButtonPermissions = computed(() => {
|
|
|
|
|
assignment: false, //工单指派 |
|
|
|
|
applyArbitration: false, //申请仲裁 |
|
|
|
|
batchFinish: false, //批量完结 |
|
|
|
|
appeal: UserPermissions.value == '仓库客服', //申诉 |
|
|
|
|
appeal: false, //申诉 |
|
|
|
|
}; |
|
|
|
|
case 5: //仲裁中 |
|
|
|
|
return { |
|
|
|
@ -941,7 +986,7 @@ const ButtonPermissions = computed(() => {
|
|
|
|
|
assignment: false, //工单指派 |
|
|
|
|
applyArbitration: false, //申请仲裁 |
|
|
|
|
batchFinish: false, //批量完结 |
|
|
|
|
appeal: false, //申诉 |
|
|
|
|
appeal: true, //申诉 |
|
|
|
|
}; |
|
|
|
|
case 7: //超时未处理 |
|
|
|
|
return { |
|
|
|
@ -1297,31 +1342,29 @@ const view = val => {
|
|
|
|
|
businessId: val.row.businessId, |
|
|
|
|
ProcessType: TabPermissions.value == 2 ? '2' : TabPermissions.value == 3 ? '1' : '', //类型 1 待处理 2 已处理 |
|
|
|
|
RouteIndexs: TabPermissions.value, //当前记录参数 |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
console.log(val, '当前行数据'); |
|
|
|
|
FromDisabled.value = true; //禁用输入框 |
|
|
|
|
updateDictionary(IndexException.value, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(DiscoveringNodes.value, 'pc_discovery_node'); //发现环节 |
|
|
|
|
getDeptWarehouse({}).then(res => { |
|
|
|
|
res.data.data.forEach(item => { |
|
|
|
|
warehouseData.value.push({ |
|
|
|
|
value: item.id, |
|
|
|
|
label: item.name, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
$_getDetail({ |
|
|
|
|
id: val.row.id, |
|
|
|
|
}).then(res => { |
|
|
|
|
console.log(res, '查看详情返回值'); |
|
|
|
|
if (res.data.data) { |
|
|
|
|
Indexform.value = res.data.data; |
|
|
|
|
Indexdialog.value = true; //展开弹窗 |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 申诉列表编辑 |
|
|
|
|
const Appealeditor = (val) => { |
|
|
|
|
// 编辑信息 |
|
|
|
|
$router.push({ |
|
|
|
|
path: '/aftersales/aftersalesWorkOrdermodify', |
|
|
|
|
query: { |
|
|
|
|
id: val.row.id, |
|
|
|
|
name: val.row.workOrderNumber + '-申诉编辑', |
|
|
|
|
businessId: $route.query.businessId, |
|
|
|
|
warehouseId: val.row.warehouseId, |
|
|
|
|
workOrderNumber: val.row.workOrderNumber, |
|
|
|
|
RouterState: 'Kfend', |
|
|
|
|
Appealeditor: 'appeal',//申诉编辑 |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 首页删除 |
|
|
|
|
const ViewDelete = val => { |
|
|
|
|
ElMessageBox.confirm(`是否删除该条数据?`) |
|
|
|
@ -1469,7 +1512,10 @@ const Appealbutton = () => {
|
|
|
|
|
.join(','), //实际责任人名称 |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
data.imagePath = AppealAttachment.value[0].response.data.link; //申诉图片 |
|
|
|
|
if(AppealAttachment.value.length){ |
|
|
|
|
data.imagePath = AppealAttachment.value[0].response.data.link; //申诉图片 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
|
|
|
|
|
$_appealSubmit(data).then(res => { |
|
|
|
@ -1492,8 +1538,7 @@ const Appealbutton = () => {
|
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 申诉列表编辑 |
|
|
|
|
const Appealeditor = () => {}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 异常类型事件 |
|
|
|
|
const abnormalChange = val => { |
|
|
|
@ -1827,19 +1872,20 @@ const appealFn = val => {
|
|
|
|
|
$_listAppeal(data).then(res => { |
|
|
|
|
details.loadingObj.list = false; //开启动画加载 |
|
|
|
|
console.log(res, '申诉列表返回值'); |
|
|
|
|
if (res.data.data.records.length) { |
|
|
|
|
if (res.data.data.records) { |
|
|
|
|
details.data = res.data.data.records; |
|
|
|
|
} else { |
|
|
|
|
details.data = [{}]; |
|
|
|
|
} |
|
|
|
|
page.value.total = res.data.data.total; |
|
|
|
|
|
|
|
|
|
if(res.data.data.records.length){ |
|
|
|
|
details.data = res.data.data.records; |
|
|
|
|
}else{ |
|
|
|
|
details.data=[{}] |
|
|
|
|
} |
|
|
|
|
page.value.total = res.data.data.total; |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 申诉列表 |
|
|
|
|
const AppealTab = val => { |
|
|
|
|
|
|
|
|
|
if (val == 0) { |
|
|
|
|
AppealStatusT.value = false; //申诉列表关闭 |
|
|
|
|
Tableheaderswitching(columnList); //切换表头 |
|
|
|
@ -2225,7 +2271,7 @@ const DetermineStorage = val => {
|
|
|
|
|
let ID = {}; |
|
|
|
|
ID = val.row.id; |
|
|
|
|
data['assignList'].push(ID); |
|
|
|
|
if (routerState.value == 'end') { |
|
|
|
|
if(TabPermissions.value=='6'){ |
|
|
|
|
$_updateManagerConfirmed(data).then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
@ -2237,7 +2283,8 @@ const DetermineStorage = val => {
|
|
|
|
|
}); |
|
|
|
|
// 赔款方 |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
} else { |
|
|
|
|
} |
|
|
|
|
if(TabPermissions.value=='2'){ |
|
|
|
|
console.log(data, '处理好的数据'); |
|
|
|
|
$_updateWorkOrderStatus(data).then(res => { |
|
|
|
|
console.log(res, '确定提交存储'); |
|
|
|
@ -2445,9 +2492,9 @@ const AddCompensation = () => {
|
|
|
|
|
som++; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
CompensationParty.value.push({ name: '', state: 0, num: 0, reason: '', cld: som }); |
|
|
|
|
CompensationParty.value.push({ name: '', state: 0, num: 0, reason: '', cld: som ,warehouseId:'',personResponsibleName:''}); |
|
|
|
|
}; |
|
|
|
|
// 添加收款方 |
|
|
|
|
// 添加受款方 |
|
|
|
|
const AddPayee = () => { |
|
|
|
|
let som = 1; |
|
|
|
|
CompensationParty.value.forEach(item => { |
|
|
|
@ -2494,7 +2541,7 @@ const amountMoney = () => {
|
|
|
|
|
_num |
|
|
|
|
).result; |
|
|
|
|
} |
|
|
|
|
// 统计收款方金额【1】 |
|
|
|
|
// 统计受款方金额【1】 |
|
|
|
|
if (item.state == 1) { |
|
|
|
|
TotalamountReceived.value = computeNumber(TotalamountReceived.value, '+', _num).result; |
|
|
|
|
} |
|
|
|
@ -2519,6 +2566,7 @@ const Batchcompletion = () => {
|
|
|
|
|
|
|
|
|
|
// 批量提交 |
|
|
|
|
const CompletedSubmission = () => { |
|
|
|
|
|
|
|
|
|
PLloading.value = true; //开启处理加载效果 |
|
|
|
|
console.log(CompensationParty.value); |
|
|
|
|
let pay = CompensationParty.value.find(item => item.cld == 1); |
|
|
|
@ -2557,13 +2605,14 @@ const CompletedSubmission = () => {
|
|
|
|
|
reason: party.reason, |
|
|
|
|
money: Number(party.num), |
|
|
|
|
reasonArbitration: Reasonarbitration.value, |
|
|
|
|
workOrderId: selection.id, |
|
|
|
|
warehouseId: selection.warehouseId, |
|
|
|
|
// workOrderId: selection.id, |
|
|
|
|
warehouseId: party.warehouseId,//仓库 |
|
|
|
|
personResponsibleName:party.personResponsibleName |
|
|
|
|
}; |
|
|
|
|
// 将赔款方信息添加到对应的completionRecordEntities数组中 |
|
|
|
|
data[index].completionRecordEntities.push(record); |
|
|
|
|
} else { |
|
|
|
|
// 收款方信息对象 |
|
|
|
|
// 受款方信息对象 |
|
|
|
|
const recipient = { |
|
|
|
|
recipient: party.name, |
|
|
|
|
reasonReceivingPayment: party.reason, |
|
|
|
@ -2573,7 +2622,7 @@ const CompletedSubmission = () => {
|
|
|
|
|
workOrderId: selection.id, |
|
|
|
|
warehouseId: selection.warehouseId, |
|
|
|
|
}; |
|
|
|
|
// 将收款方信息添加到对应的completionRecipientEntities数组中 |
|
|
|
|
// 将受款方信息添加到对应的completionRecipientEntities数组中 |
|
|
|
|
data[index].completionRecipientEntities.push(recipient); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
@ -2800,7 +2849,7 @@ const CompletedSubmission = () => {
|
|
|
|
|
align-items: center; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
.title { |
|
|
|
|
width: 76px; |
|
|
|
|
width: 120px; |
|
|
|
|
height: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
display: block; |
|
|
|
|