|
|
|
@ -515,9 +515,17 @@
|
|
|
|
|
<el-icon><Plus /></el-icon> |
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
<!-- <el-dialog v-model="dialogVisible"> |
|
|
|
|
<img w-full :src="dialogImageUrl" alt="Preview Image" /> |
|
|
|
|
</el-dialog> --> |
|
|
|
|
<el-dialog v-model="dialogImgList" width="30%"> |
|
|
|
|
<el-image |
|
|
|
|
:src="amplifyurl" |
|
|
|
|
:zoom-rate="1.2" |
|
|
|
|
:max-scale="7" |
|
|
|
|
:min-scale="0.2" |
|
|
|
|
:preview-src-list="amplifysrcList" |
|
|
|
|
:initial-index="4" |
|
|
|
|
fit="cover" |
|
|
|
|
/> |
|
|
|
|
</el-dialog> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- 视频 --> |
|
|
|
@ -774,31 +782,23 @@
|
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 财务处理弹窗 --> |
|
|
|
|
<!-- 弹出框 --> |
|
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
v-model="accountingLodading" |
|
|
|
|
title="财务是否处理" |
|
|
|
|
width="30%" |
|
|
|
|
> |
|
|
|
|
<div class='cw_load'> |
|
|
|
|
<el-radio-group v-model="accountingValue" class="ml-4"> |
|
|
|
|
<el-radio label="1" size="large">已处理</el-radio> |
|
|
|
|
<el-radio label="2" size="large">未处理</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</div> |
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="accountingLodading = false">取消</el-button> |
|
|
|
|
<el-button type="primary" @click="accountingFn"> |
|
|
|
|
确定 |
|
|
|
|
</el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<el-dialog v-model="accountingLodading" title="财务是否处理" width="30%"> |
|
|
|
|
<div class="cw_load"> |
|
|
|
|
<el-radio-group v-model="accountingValue" class="ml-4"> |
|
|
|
|
<el-radio label="1" size="large">已处理</el-radio> |
|
|
|
|
<el-radio label="2" size="large">未处理</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</div> |
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="accountingLodading = false">取消</el-button> |
|
|
|
|
<el-button type="primary" @click="accountingFn"> 确定 </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
</el-card> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -823,7 +823,7 @@ import { columnList, recordList } from '@/option/aftersales/vueTvemp.js';
|
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { useRoute, useRouter } from 'vue-router'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { computeNumber, isNumer } from '@/utils/util'; |
|
|
|
|
import { computeNumber, isNumer, AddressClosed } from '@/utils/util'; |
|
|
|
|
const ZFdialog = ref(false); //支付方式弹出 |
|
|
|
|
const $route = useRoute(); |
|
|
|
|
const $router = useRouter(); |
|
|
|
@ -849,9 +849,12 @@ const HistoricalPackageList = ref([]); //历史包件数组
|
|
|
|
|
const dialogHistoricalPackage = ref(false); //包件弹窗 |
|
|
|
|
const HistoricalPackageinput = ref(''); //历史包件选择 |
|
|
|
|
const UserPermissions = ref(''); //操作权限 |
|
|
|
|
const accountingLodading=ref(false);//财务是否处理 |
|
|
|
|
const accountingValue=ref('');//财务处理结果 |
|
|
|
|
const accountingID=ref();//财务处理当id前值 |
|
|
|
|
const accountingLodading = ref(false); //财务是否处理 |
|
|
|
|
const accountingValue = ref(''); //财务处理结果 |
|
|
|
|
const accountingID = ref(); //财务处理当id前值 |
|
|
|
|
const dialogImgList = ref(false); //图片预览弹窗 |
|
|
|
|
const amplifyurl = ref(''); //当前点击的图片 |
|
|
|
|
const amplifysrcList = ref([]); //图片循环列表 |
|
|
|
|
const PackageInfo = ref([ |
|
|
|
|
//包件信息 |
|
|
|
|
{ packageCode: '', orderCode: '', waybillNumber: '' }, |
|
|
|
@ -1027,6 +1030,7 @@ const onLoad = () => {
|
|
|
|
|
endFrom.value.packageImage = []; |
|
|
|
|
//图片处理回显 |
|
|
|
|
res.data.data.decreaseImageVOList.forEach(res => { |
|
|
|
|
amplifysrcList.value.push(res.imagePath); |
|
|
|
|
endFrom.value['packageImage'].push({ |
|
|
|
|
name: res.imageName, |
|
|
|
|
url: res.imagePath, |
|
|
|
@ -1103,7 +1107,6 @@ const onLoad = () => {
|
|
|
|
|
payment: item.compensationMethod, |
|
|
|
|
name: item.resultTypeName, |
|
|
|
|
text: item.compensationMethodName, |
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
@ -1130,7 +1133,7 @@ const onLoad = () => {
|
|
|
|
|
reason: item.reasonReceivingPayment, //收款方原因 |
|
|
|
|
explains: item.explains, //收款方说明 |
|
|
|
|
cld: index + 1, |
|
|
|
|
id:item.id |
|
|
|
|
id: item.id, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -1145,9 +1148,8 @@ const onLoad = () => {
|
|
|
|
|
reason: item.reason, //收款方原因 |
|
|
|
|
explains: item.explains, //收款方说明 |
|
|
|
|
cld: index + 1, |
|
|
|
|
id:item.id, |
|
|
|
|
accounting:item.accounting?item.accounting:'' |
|
|
|
|
|
|
|
|
|
id: item.id, |
|
|
|
|
accounting: item.accounting ? item.accounting : '', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -1235,10 +1237,10 @@ const Chathistory = () => {
|
|
|
|
|
filetype = Fileidentifier(item.pictureUrl); |
|
|
|
|
} |
|
|
|
|
if (res.data.data.processorVOList) { |
|
|
|
|
if (res.data.data.processorVOList.length) { |
|
|
|
|
msgState.value = res.data.data.processorVOList[0].processingStatus; //获取聊天状态 |
|
|
|
|
if (res.data.data.processorVOList.length) { |
|
|
|
|
msgState.value = res.data.data.processorVOList[0].processingStatus; //获取聊天状态 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
MessageContent.value.push({ |
|
|
|
|
time: item.createTime, //时间 |
|
|
|
|
content: item.content, //消息内容 |
|
|
|
@ -1252,7 +1254,6 @@ const Chathistory = () => {
|
|
|
|
|
}); |
|
|
|
|
console.log(MessageContent.value, '处理好的聊天记录'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 滚动到最后 |
|
|
|
|
setTimeout(() => { |
|
|
|
|
const container = scrollContainer.value; |
|
|
|
@ -1373,6 +1374,8 @@ const beforeAvatarUpload = rawFile => {
|
|
|
|
|
}; |
|
|
|
|
// 点击图片列表回调 |
|
|
|
|
const pictureList = val => { |
|
|
|
|
dialogImgList.value = true; |
|
|
|
|
amplifyurl.value = val.url; |
|
|
|
|
console.log(val, '图片列表'); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -1449,29 +1452,29 @@ const ProportionInput = val => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 财务处理 |
|
|
|
|
const accountingBtn=(item)=>{ |
|
|
|
|
accountingLodading.value=true;//开启财务确定弹窗 |
|
|
|
|
accountingID.value=item.id |
|
|
|
|
console.log(accountingID.value,'当前财务处理的ID'); |
|
|
|
|
} |
|
|
|
|
const accountingFn=()=>{ |
|
|
|
|
let data={ |
|
|
|
|
id:accountingID.value, |
|
|
|
|
accounting:accountingValue.value |
|
|
|
|
} |
|
|
|
|
console.log(data,'处理好的值'); |
|
|
|
|
$_accounting(data).then(res=>{ |
|
|
|
|
console.log(res,'财务处理'); |
|
|
|
|
accountingLodading.value=false;//关闭财务确定弹窗 |
|
|
|
|
if(res.data.code){ |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
onLoad() |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
const accountingBtn = item => { |
|
|
|
|
accountingLodading.value = true; //开启财务确定弹窗 |
|
|
|
|
accountingID.value = item.id; |
|
|
|
|
console.log(accountingID.value, '当前财务处理的ID'); |
|
|
|
|
}; |
|
|
|
|
const accountingFn = () => { |
|
|
|
|
let data = { |
|
|
|
|
id: accountingID.value, |
|
|
|
|
accounting: accountingValue.value, |
|
|
|
|
}; |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
$_accounting(data).then(res => { |
|
|
|
|
console.log(res, '财务处理'); |
|
|
|
|
accountingLodading.value = false; //关闭财务确定弹窗 |
|
|
|
|
if (res.data.code) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
onLoad(); |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 金额输入汇总 |
|
|
|
|
const amountMoney = () => { |
|
|
|
@ -1679,7 +1682,6 @@ const submit = () => {
|
|
|
|
|
|
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
$_addCompletionEnd(data).then(res => { |
|
|
|
|
$router.push('/aftersales/aftersalesWorkOrder'); |
|
|
|
|
console.log(res, '完结成功返回值'); |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
@ -1687,6 +1689,8 @@ const submit = () => {
|
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
$router.push('/aftersales/aftersalesWorkOrder'); |
|
|
|
|
AddressClosed('/aftersales/aftersalesWorkOrderend'); //删除当前页面 |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
@ -1766,13 +1770,14 @@ const submit = () => {
|
|
|
|
|
console.log(data, '处理好的数据'); |
|
|
|
|
$_addProcessingResults(data).then(res => { |
|
|
|
|
console.log(res, '提交后的参数'); |
|
|
|
|
$router.push('/aftersales/aftersalesWorkOrder'); |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
|
showClose: true, |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
$router.push('/aftersales/aftersalesWorkOrder'); |
|
|
|
|
AddressClosed('/aftersales/aftersalesWorkOrderend'); //删除当前页面 |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -2347,7 +2352,7 @@ const ViewPackageDetails = val => {
|
|
|
|
|
.el_lab { |
|
|
|
|
margin-right: 10px !important; |
|
|
|
|
} |
|
|
|
|
.cw_load{ |
|
|
|
|
.cw_load { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|