Browse Source

优化客服已知问题

pre-production
马远东 10 months ago
parent
commit
0e6b7dccb4
  1. 9
      src/api/aftersales/aftersalesWorkOrder.js
  2. 541
      src/views/aftersales/aftersalesWorkOrder.vue
  3. 12
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  4. 495
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  5. 414
      src/views/aftersales/aftersalesWorkOrderend.vue
  6. 15
      src/views/aftersales/aftersalesWorkOrdermodify.vue
  7. 729
      src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue
  8. 26
      src/views/basicdata/brand/basicClient.vue
  9. 8
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  10. 4
      src/views/distribution/inventory/distrilbutionBillLadingView.vue

9
src/api/aftersales/aftersalesWorkOrder.js

@ -155,7 +155,6 @@ export const $_addSubmit = (data) => {
data
})
}
// 批量打回
export const $_batchReturn = (data) => {
return request({
@ -164,6 +163,14 @@ export const $_batchReturn = (data) => {
data
})
}
// 经理批量打回
export const $_batchRepulseCompleted = (data) => {
return request({
url: '/api/logpm-aftersales/aftersalesReturnRecord/batchRepulseCompleted',
method: 'post',
data
})
}
// 工单指派接口
export const $_assignCustomerService = (data) => {

541
src/views/aftersales/aftersalesWorkOrder.vue

@ -662,27 +662,27 @@
</el-form-item>
<el-form-item label="申诉原因">
<el-input
v-model="Reasonforappeal"
:rows="4"
type="textarea"
placeholder="请输入申诉原因"
/>
v-model="Reasonforappeal"
:rows="4"
type="textarea"
placeholder="请输入申诉原因"
/>
</el-form-item>
<el-form-item label="`照片">
<el-upload
v-model:file-list="AppealAttachment"
list-type="picture-card"
:on-preview="AppealAttachmentpictureList"
:on-remove="AppealAttachmentImgListRemove"
:action="doubledCount"
:on-success="AppealAttachmentImgSuccess"
:before-upload="beforeAvatarUpload"
:headers="headers"
multiple
drag
>
<el-icon><Plus /></el-icon>
</el-upload>
v-model:file-list="AppealAttachment"
list-type="picture-card"
:on-preview="AppealAttachmentpictureList"
:on-remove="AppealAttachmentImgListRemove"
:action="doubledCount"
:on-success="AppealAttachmentImgSuccess"
:before-upload="beforeAvatarUpload"
:headers="headers"
multiple
drag
>
<el-icon><Plus /></el-icon>
</el-upload>
</el-form-item>
<span class="el_sdialog-footer">
@ -1085,7 +1085,7 @@ import {
MallassignmentColumnList,
customerserviceColumnList,
} from '@/option/aftersales/vueTvemp.js';
import { processRowProperty, isNumber, computeNumber,setNodeHeight } from '@/utils/util';
import { processRowProperty, isNumber, computeNumber, setNodeHeight } from '@/utils/util';
import { useRouter } from 'vue-router';
import { downloadXls, deepClone } from '@/utils/util';
import dayjs from 'dayjs';
@ -1094,8 +1094,8 @@ const $useStore = useStore();
const $route = useRoute();
/** vuex */
const customerData = ref([]); //
const pageLoad=ref(false)
console.log($useStore,'$useStore');
const pageLoad = ref(false);
console.log($useStore, '$useStore');
const accessControl = $useStore.getters.permission;
console.log(accessControl, '权限按钮');
const loadingFinancial = ref(false);
@ -1259,12 +1259,11 @@ const TabList = ref([
{ name: 4, label: '理赔金额未出', state: true, request: true, DataList: [], total: '' },
{ name: 2, label: '处理完毕', state: true, request: true, DataList: [], total: '' },
{ name: 5, label: '客服介入', state: true, request: true, DataList: [], total: '' },
{ name: 6, label: '完结', state: true, request: true, DataList: [], total: '' },
{ name: 9, label: '待审核', state: true, request: true, DataList: [], total: '' },
{ name: 6, label: '完结', state: true, request: true, DataList: [], total: '' },
{ name: 7, label: '超时未处理', state: true, request: true, DataList: [], total: '' },
]); //
const DeliveryDriver = ref([]);
const CompensationParty = ref([
{ name: '', state: 0, num: null, reason: '', cld: 1, warehouseId: '', personResponsibleName: '' }, //
@ -1468,7 +1467,7 @@ const ButtonPermissions = computed(() => {
// batchFinish:true, //
// appeal: true, //
add: true, //
batchReject: UserPermissions.value != '仓库客服', //
batchReject:false, //
assignment: false, //
applyArbitration: false, //
DingTalkNumber: false, //
@ -1484,7 +1483,7 @@ const ButtonPermissions = computed(() => {
case 1: //
return {
add: false, //
batchReject: UserPermissions.value == '职能客服' || UserPermissions.value == '客服经理', //
batchReject:false, //
assignment: false, //
applyArbitration: UserPermissions.value == '仓库客服', //
DingTalkNumber: false, //
@ -1501,7 +1500,7 @@ const ButtonPermissions = computed(() => {
case 2: //
return {
add: false, //
batchReject: false, //
batchReject: UserPermissions.value =='总部客服', //
assignment: false, //
applyArbitration: false, //
DingTalkNumber: false, //
@ -1518,7 +1517,7 @@ const ButtonPermissions = computed(() => {
case 3: //
return {
add: false, //
batchReject: UserPermissions.value == '总部客服', //
batchReject: false, //
assignment: false, //
applyArbitration: false, //
batchFinish: false, //
@ -1618,7 +1617,7 @@ const ButtonPermissions = computed(() => {
case 9: //
return {
add: false, //
batchReject: false, //
batchReject:false, //
assignment: UserPermissions.value == '总部客服经理', //
applyArbitration: false, //
batchFinish: UserPermissions.value != '仓库客服', //
@ -1751,9 +1750,9 @@ const Statusprocessing = val => {
item.workOrderStatusNameS = columnList[10].checkarr[8].label; //
} else if (item.workOrderStatus == 21) {
item.workOrderStatusNameS = columnList[10].checkarr[9].label; //
}else if(item.workOrderStatus == 100){
} else if (item.workOrderStatus == 100) {
item.workOrderStatusNameS = columnList[10].checkarr[10].label; //
}else if(item.workOrderStatus == 110){
} else if (item.workOrderStatus == 110) {
item.workOrderStatusNameS = columnList[10].checkarr[11].label; //
}
// } else if (item.workOrderStatus == 100) {
@ -1782,7 +1781,7 @@ const IndexTable = (val, Refresh) => {
TimeoutStatus.value = false; //
// ProcessingPartyState.value = false; //
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
columnList[2].checkarr = []; //
columnList[3].checkarr = [];
columnList[10].checkarr = [];
@ -1829,7 +1828,7 @@ const IndexTable = (val, Refresh) => {
Tableheaderswitching(columnList);
console.log(res, '初始化返回值');
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
if (res.data.data) {
console.log(res.data.data, '初始化返回值===>');
// page.value.total = res.data.data.total; //
@ -1905,23 +1904,26 @@ const OnLoad = () => {
};
OnLoad();
//
watch(() => $route.path, (newPath, oldPath) => {
if ($useStore.state.isRefresh.refreshObj.aftersalesWorkOrder) {
TabPermissions.value = $useStore.state.Customer.Customerobj
console.log(TabPermissions.value,'当前TabPermissions.value');
console.log( tabValue.value,'当前 tabValue.value');
tabValue.value=$useStore.state.Customer.Customerobj;//
if([0,2,3,4,6].includes(TabPermissions.value)){
//
watch(
() => $route.path,
(newPath, oldPath) => {
if ($useStore.state.isRefresh.refreshObj.aftersalesWorkOrder) {
TabPermissions.value = $useStore.state.Customer.Customerobj;
console.log(TabPermissions.value, '当前TabPermissions.value');
console.log(tabValue.value, '当前 tabValue.value');
tabValue.value = $useStore.state.Customer.Customerobj; //
if ([0,1,2,3,4,5,6,7,8,9].includes(TabPermissions.value)) {
//0.
//4.
tabChenge(TabPermissions.value,null,true)
$useStore.commit('Customer_Menu',0);//
tabChenge(TabPermissions.value, null, true);
$useStore.commit('Customer_Menu', 0); //
}
//
$useStore.commit('EDIT_REFRESHITEM', { title: 'aftersalesWorkOrder', status: false });
//
$useStore.commit('EDIT_REFRESHITEM', { title: 'aftersalesWorkOrder', status: false });
}
}
});
);
// onActivated(() => {
// console.log('');
// if ($useStore.state.isRefresh.refreshObj.aftersalesWorkOrder) {
@ -2034,13 +2036,13 @@ const InformationViewing = val => {
id: val.row.workOrderId,
appealID: val.row.id, //
name: val.row.workOrderNumber + '-信息查看',
typesOf: val.row.typesOf, //0:1:,2:
warehouseId: val.row.warehouseId,
workOrderNumber: val.row.workOrderNumber, //
businessId: val.row.businessId,
ProcessType: TabPermissions.value == 2 ? '2' : TabPermissions.value == 3 ? '1' : '', // 1 2
RouteIndexs: TabPermissions.value, //
Routstate: 'appeal', //
AppealReview: val.row.typesOf == '0' ? 'true' : 'false', //
workOrderStatus: val.row.workOrderStatus, //
},
});
@ -2092,7 +2094,6 @@ const InformationViewing = val => {
warehouseId: val.row.warehouseId,
workOrderNumber: val.row.workOrderNumber, //
businessId: val.row.businessId,
ProcessType: TabPermissions.value == 2 ? '2' : TabPermissions.value == 3 ? '1' : '', // 1 2
RouteIndexs: TabPermissions.value, //
workOrderStatus: val.row.workOrderStatus, //
},
@ -2100,27 +2101,27 @@ const InformationViewing = val => {
};
//
const view = val => {
console.log(val.row);
console.log(val.row, '申诉查看');
if (AppealStatusT.value) {
console.log('当前是申诉');
//
$router.push({
// AppealStatusT
path: '/aftersales/aftersalesWorkOrderInfo',
query: {
id: val.row.workOrderId,
typesOf: val.row.typesOf, //0:1:,2:
appealID: val.row.id, //
name: val.row.workOrderNumber + '-信息查看',
warehouseId: val.row.warehouseId,
workOrderNumber: val.row.workOrderNumber, //
businessId: val.row.businessId,
ProcessType: TabPermissions.value == 2 ? '2' : TabPermissions.value == 3 ? '1' : '', // 1 2
RouteIndexs: TabPermissions.value, //
Routstate: 'appeal', //
AppealReview: val.row.typesOf == '0' ? 'true' : 'false', //
workOrderStatus: val.row.workOrderStatus, //
},
});
return;
return
}
//
@ -2162,6 +2163,7 @@ const view = val => {
return;
}
console.log(AppealStatusT.value,'AppealStatusT.value');
$router.push({
// AppealStatusT
path: '/aftersales/aftersalesWorkOrderInfo',
@ -2290,22 +2292,30 @@ const AppealAttachmentImgSuccess = val => {
//
const CancelappealFn = val => {
let data = {
id: val.row.id, //ID
typesOf: '3', //
workOrderId: val.row.workOrderId, //ID
};
ElMessageBox.confirm('是否取消申诉?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
let data = {
id: val.row.id, //ID
typesOf: '3', //
workOrderId: val.row.workOrderId, //ID
};
$_Cancelappeal(data).then(res => {
console.log(res, '取消申诉返回值');
if (res.data.code == 200) {
appealFn(details.query);
ElMessage({
message: '取消申诉成功',
type: 'success',
$_Cancelappeal(data).then(res => {
console.log(res, '取消申诉返回值');
if (res.data.code == 200) {
appealFn(details.query);
ElMessage({
message: '取消申诉成功',
type: 'success',
});
}
});
}
});
})
.catch(() => {});
};
//
@ -2323,7 +2333,6 @@ const appeal = (val, state) => {
if (val.row) {
selectList.value.push(val.row);
}
let data = {
id: val.row.id,
};
@ -2381,37 +2390,33 @@ const appealAll = () => {
};
//
const DetermineClaims = val => {
ElMessageBox.confirm(
'是否确认理赔金额?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
ElMessageBox.confirm('是否确认理赔金额?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(val.row);
let data = {
id: val.row.lawoId,
workOrderStatus: 30,
};
details.loadingObj.list = true; //
pageLoad.value=true
console.log(data, '处理好的值');
$_settlementUpdate(data)
.then(res => {
console.log(res);
if (res.data.code == 200) {
tabChenge(TabPermissions.value, {}, true);
}
})
.catch(res => {
details.loadingObj.list = false; //
pageLoad.value=false
});
console.log(val.row);
let data = {
id: val.row.lawoId,
workOrderStatus: 30,
};
details.loadingObj.list = true; //
pageLoad.value = true;
console.log(data, '处理好的值');
$_settlementUpdate(data)
.then(res => {
console.log(res);
if (res.data.code == 200) {
tabChenge(TabPermissions.value, {}, true);
}
})
.catch(res => {
details.loadingObj.list = false; //
pageLoad.value = false;
});
})
.catch(() => {})
.catch(() => {});
};
//
const Resultediting = val => {
@ -2419,7 +2424,7 @@ const Resultediting = val => {
// return
console.log(val.row, '理赔金额未出');
$router.push({
path: '/aftersales/aftersalesWorkOrdermodify',
path: '/aftersales/aftersalesWorkOrderend',
query: {
id: val.row.lawoId,
subId: val.row.laprId,
@ -2427,10 +2432,8 @@ const Resultediting = val => {
businessId: val.row.businessId,
warehouseId: val.row.warehouseId,
workOrderNumber: val.row.workOrderNumber,
RouterState: 'Kfend',
Processingresults: true, //
Resultediting: true, //
index: '1',
workOrderStatus: val.row.workOrderStatus, //
RouteIndexs: TabPermissions.value, //
},
});
};
@ -2449,8 +2452,22 @@ const ProcessedResultediting = val => {
RouterState: 'Kfend',
Processingresults: true, //
Resultediting: true, //
Processed: 'true',
index: '1',
workOrderStatus: val.row.workOrderStatus, //
RouteIndexs: TabPermissions.value, //
},
});
};
//
const MessageReply = val => {
$router.push({
path: '/aftersales/aftersalesWorkOrderend',
query: {
id: val.row.id,
name: val.row.workOrderNumber + '-消息回复',
businessId: val.row.businessId,
RouterState: 'determine',
workOrderStatus: val.row.workOrderStatus, //
RouteIndexs: TabPermissions.value, //
},
});
};
@ -2476,109 +2493,102 @@ const CompletedEditing = val => {
};
//
const Appealbutton = state => {
ElMessageBox.confirm(
'是否确认发起工单申诉?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
ElMessageBox.confirm('是否确认发起工单申诉?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
if (UserPermissions.value == '仓库客服') {
if (AppealAttachment.value.length > 1) {
ElMessage({
message: '只能上传一张图片',
type: 'warning',
});
return;
}
// appealData.value
console.log(details.selectionList, '当前申诉的东西');
loadingappeal.value = true; //
console.log(Appealselection.value, '当前选择的责任人');
console.log(warehouseData.value, '要循环处理的参数');
let data = {
peopleEntityList: [], //
imagePath: '', //
workOrderId: selectList.value[0], //ID
};
if (AppealeditorState.value) {
data.workOrderId = details.selectionList[0].workOrderId;
} else {
data.workOrderId = details.selectionList[0].id;
}
data.reason = Reasonforappeal.value;
data.appealPeopleName = warehouseData.value
.filter(item => Appealselection.value.includes(item.value))
.map(item => item.label)
.join(','); //
//ID
console.log(AppealeditorState.value, '申诉状态');
if (AppealeditorState.value) {
data.id = details.selectionList[0].id;
}
console.log(details.selectionList, '准备处理的数据');
//
Appealselection.value.forEach(item => {
console.log(item, '循环的值');
data['peopleEntityList'].push({
workOrderId: details.selectionList[0].id, //ID
reason: Reasonforappeal.value, //
claimant: userInfo.value.content.user_name, //
actualPersonId: warehouseData.value.find(res => res.value == item).value, //ID
actualPersonName: warehouseData.value.find(res => res.value == item).label, //
});
});
if (AppealAttachment.value.length) {
console.log(AppealAttachment.value, '图片');
if (AppealAttachment.value[0].response) {
data.imagePath = AppealAttachment.value[0].response.data.link; //
} else {
data.imagePath = AppealAttachment.value[0].url; //
}
}
console.log(data, '处理好的值');
$_appealSubmit(data)
.then(res => {
if (res.data.code == 200) {
if (AppealAttachment.value.length > 1) {
ElMessage({
message: res.data.msg,
type: 'success',
message: '只能上传一张图片',
type: 'warning',
});
DataRendering(TabPermissions.value, details.query, true);
return;
}
})
.finally(res => {
dialogappeal.value = false; //
loadingappeal.value = false; //
console.log(res, '功返回值');
ProcessingPartyState.value = false; //
ArbitrationStatus.value = false; //
AppealeditorState.value = false; //
appealData.value = {}; //
if (AppealStatusT.value) {
Tableheaderswitching(AppealList); //
appealFn(); //
// appealData.value
console.log(details.selectionList, '当前申诉的东西');
loadingappeal.value = true; //
console.log(Appealselection.value, '当前选择的责任人');
console.log(warehouseData.value, '要循环处理的参数');
let data = {
peopleEntityList: [], //
imagePath: '', //
workOrderId: selectList.value[0], //ID
};
if (AppealeditorState.value) {
data.workOrderId = details.selectionList[0].workOrderId;
} else {
data.workOrderStatus = 80;
details.query.workOrderStatus = 80;
tabValue.value = 6;
IndexTable({ workOrderStatus: 80 });
data.workOrderId = details.selectionList[0].id;
}
ElMessage({
message: res.data.msg,
type: 'success',
data.reason = Reasonforappeal.value;
data.appealPeopleName = warehouseData.value
.filter(item => Appealselection.value.includes(item.value))
.map(item => item.label)
.join(','); //
//ID
console.log(AppealeditorState.value, '申诉状态');
if (AppealeditorState.value) {
data.id = details.selectionList[0].id;
}
console.log(details.selectionList, '准备处理的数据');
//
Appealselection.value.forEach(item => {
console.log(item, '循环的值');
data['peopleEntityList'].push({
workOrderId: details.selectionList[0].id, //ID
reason: Reasonforappeal.value, //
claimant: userInfo.value.content.user_name, //
actualPersonId: warehouseData.value.find(res => res.value == item).value, //ID
actualPersonName: warehouseData.value.find(res => res.value == item).label, //
});
});
});
}
})
.catch(() => {})
if (AppealAttachment.value.length) {
console.log(AppealAttachment.value, '图片');
if (AppealAttachment.value[0].response) {
data.imagePath = AppealAttachment.value[0].response.data.link; //
} else {
data.imagePath = AppealAttachment.value[0].url; //
}
}
console.log(data, '处理好的值');
$_appealSubmit(data)
.then(res => {
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
DataRendering(TabPermissions.value, details.query, true);
}
})
.finally(res => {
dialogappeal.value = false; //
loadingappeal.value = false; //
console.log(res, '功返回值');
ProcessingPartyState.value = false; //
ArbitrationStatus.value = false; //
AppealeditorState.value = false; //
appealData.value = {}; //
if (AppealStatusT.value) {
Tableheaderswitching(AppealList); //
appealFn(); //
} else {
data.workOrderStatus = 80;
details.query.workOrderStatus = 80;
tabValue.value = 6;
IndexTable({ workOrderStatus: 80 });
}
ElMessage({
message: res.data.msg,
type: 'success',
});
});
}
})
.catch(() => {});
};
/** 表格表头输入框搜索 */
@ -2781,7 +2791,7 @@ const settlementclaim = (val, Refresh) => {
return;
}
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
console.log(Claimsfield, '理赔数据');
ClaimStatus.value = true; //
AppealStatus.value = false; //
@ -2828,7 +2838,7 @@ const settlementclaim = (val, Refresh) => {
$_listSettlement(data)
.then(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
console.log(res, '查询理赔数据');
if (res.data.data) {
if (res.data.data.records.length) {
@ -2849,13 +2859,13 @@ const settlementclaim = (val, Refresh) => {
})
.catch(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
};
//
const appealFn = val => {
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
AppealStatus.value = true; //
TimeoutStatus.value = false; //
ClaimStatus.value = false; //
@ -2876,7 +2886,7 @@ const appealFn = val => {
$_listAppeal(data)
.then(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
console.log(res, '申诉列表返回值');
if (res.data.data.records.length) {
// details.data = res.data.data.records;
@ -2895,7 +2905,7 @@ const appealFn = val => {
})
.catch(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
};
@ -3009,7 +3019,7 @@ const TimeoutHandling = (val, Refresh) => {
AppealStatus.value = false; //
TimeoutStatus.value = true; //
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
updateDictionary(timeoutList[3].checkarr, 'pc_work_order'); //
updateDictionary(timeoutList[4].checkarr, 'pc_discovery_node'); //
let data = {
@ -3020,7 +3030,7 @@ const TimeoutHandling = (val, Refresh) => {
$_listOwn(data)
.then(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
console.log(res, '超时记录');
if (res.data.data.records.length) {
@ -3041,7 +3051,7 @@ const TimeoutHandling = (val, Refresh) => {
})
.catch(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
};
@ -3237,7 +3247,7 @@ const ProcessingPartyFun = (val, Refresh) => {
AppealStatus.value = false; //
// details.query.workOrderStatus = null;
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
let data = {
...val,
};
@ -3251,7 +3261,7 @@ const ProcessingPartyFun = (val, Refresh) => {
$_getProcessor(data)
.then(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
// page.value.total = res.data.data.total; //
if (res.data.data.records.length) {
Statusprocessing(res.data.data.records);
@ -3397,44 +3407,40 @@ const DetermineStorage = val => {
});
return;
}
ElMessageBox.confirm(
'是否确定确定批量审核?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
ElMessageBox.confirm('是否确定确定批量审核?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
let data = {
assignList: [],
};
data['assignList'] = details.selectionList.map(item => item.id);
details.loadingObj.list = true; //
pageLoad.value=true
//
console.log(data, '处理好的值');
$_updateManagerConfirmed(data)
.then(res => {
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
assignList: [],
};
data['assignList'] = details.selectionList.map(item => item.id);
details.loadingObj.list = true; //
pageLoad.value = true;
//
console.log(data, '处理好的值');
$_updateManagerConfirmed(data)
.then(res => {
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
console.log(res, '处理完毕确定');
tabChenge(TabPermissions.value, {}, true);
})
.catch(res => {
console.log(res, '错误信息');
})
.finally(res => {
details.loadingObj.list = false; //
pageLoad.value = false;
});
}
console.log(res, '处理完毕确定');
tabChenge(TabPermissions.value, {}, true);
})
.catch(res => {
console.log(res, '错误信息');
})
.finally(res => {
details.loadingObj.list = false; //
pageLoad.value=false
});
})
.catch(() => { })
.catch(() => {});
};
//
@ -3444,7 +3450,7 @@ const EndArbitration = val => {
assignList: [val.row.id],
};
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
$_updateArbitrateStatu(data)
.then(res => {
console.log(res, '处理成功');
@ -3461,7 +3467,7 @@ const EndArbitration = val => {
})
.finally(() => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
};
//
@ -3496,7 +3502,7 @@ const AllEndArbitration = () => {
.finally(() => {
details.selectionList = []; //
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
};
//
@ -3533,7 +3539,7 @@ const ResultConfirmation = val => {
if (ConfirmStatus) {
//
let state = details.selectionList.every(item => item.workOrderStatus == '21');
console.log(state,'state');
console.log(state, 'state');
if (!state) {
ElMessage({
message: '勾选单子中有已经确认的请取消勾选!',
@ -3557,7 +3563,7 @@ const ResultConfirmation = val => {
})
.then(() => {
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
console.log(data, '处理好的数据');
$_updateWorkOrderStatus(data)
.then(res => {
@ -3575,7 +3581,7 @@ const ResultConfirmation = val => {
})
.finally(() => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
})
.catch(() => {
@ -3635,7 +3641,7 @@ const ResultConfirmation = val => {
})
.then(() => {
details.loadingObj.list = true; //
pageLoad.value=true
pageLoad.value = true;
//
$_updateManagerConfirmed(data)
.then(res => {
@ -3653,7 +3659,7 @@ const ResultConfirmation = val => {
})
.finally(res => {
details.loadingObj.list = false; //
pageLoad.value=false
pageLoad.value = false;
});
//
console.log(data, '处理好的值');
@ -3670,8 +3676,8 @@ const ResultConfirmation = val => {
//
const findingAudit = () => {};
//
const BatchReturn = () => {
BatchFrom.value.businessDepartment = [];
const BatchReturn = () => {
BatchFrom.value.businessDepartment =[];
BatchFrom.value.txt = null;
if (!details.selectionList.length) {
ElMessage({
@ -3690,7 +3696,8 @@ const ConfirmReturn = () => {
processorList: [],
};
//
let foundObjs = warehouseData.value.filter(obj =>
if(BatchFrom.value.businessDepartment.length){
let foundObjs = warehouseData.value.filter(obj =>
BatchFrom.value.businessDepartment.includes(obj.value)
);
data['businessId'] = foundObjs.map(item => item.value).join(',');
@ -3699,10 +3706,13 @@ const ConfirmReturn = () => {
foundObjs.forEach(item => {
data['processorList'].push({ id: item.value, name: item.label });
});
}
data.reasonReturn = BatchFrom.value.txt; //
// data.warehouseId = details.selectionList.map(item=>item.warehouseId); //ID
data.workOrderIds = details.selectionList.map(item => item.id); //ID
console.log(data, '处理好的值');
data.typesOf='1';//
$_batchReturn(data)
.then(res => {
repulse.value = false; //
@ -3714,6 +3724,7 @@ const ConfirmReturn = () => {
message: res.data.msg,
type: 'success',
});
DataRendering(TabPermissions.value, details.query, true);
}
})
.catch(error => {
@ -3973,7 +3984,7 @@ const Financialfilling = () => {
dialogFinancialaccounting.value = false; //
DataRendering(TabPermissions.value, details.query, true);
}
AppealListFn();
// AppealListFn();
})
.catch(res => {
console.log(res, '财务入账成功返回值');
@ -4125,19 +4136,6 @@ const Deleteappeal = val => {
});
};
//
const MessageReply = val => {
$router.push({
path: '/aftersales/aftersalesWorkOrderend',
query: {
id: val.row.id,
name: val.row.workOrderNumber + '-消息回复',
businessId: val.row.businessId,
RouterState: 'determine',
index: '0',
},
});
};
//
const exportReport = () => {
@ -4269,13 +4267,6 @@ const setAsdefault = val => {
//
const CreateAdditions = () => {
// Malldropdown.value
let a = [
{ a: 1, disabled: false },
{ a: 2, disabled: false },
{ a: 3, disabled: false },
];
let tab = [{}];
if (AssignmentType.value == '2') {
$_basicdataTripartiteMall({}).then(res => {
console.log(res, '商场指派列表');
@ -4885,10 +4876,10 @@ const AssignSubmission = () => {
width: 100% !important;
margin-bottom: 10px;
}
:deep(.el-form-item){
:deep(.el-form-item) {
flex-direction: column;
align-items: flex-start;
.el-form-item__content{
.el-form-item__content {
width: 100% !important;
}
}

12
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -1138,6 +1138,7 @@ const Totalamount = () => {
};
const Claimssettlement = value => {
form.value.Claimamount = [];
if (value.length) {
let data = [];
value.forEach(item => {
@ -1146,7 +1147,6 @@ const Claimssettlement = value => {
data.push(_data);
}
});
form.value.Claimamount = [];
if (data && data.length) {
data.forEach(item => {
form.value.Claimamount.push({
@ -1508,10 +1508,9 @@ const onSubmit = () => {
//
submitData.waybillNumber = form.value.PackageList[0].waybillNumber;
}
submitData.processorEntityList = [];
//
if (form.value.basis.processor.length) {
submitData.processorEntityList = [];
form.value.basis.processor.forEach(item => {
submitData['processorEntityList'].push({
businessName: Processingoptions.value.find(res => res.value == item).label, //
@ -1525,8 +1524,9 @@ const onSubmit = () => {
//
if (form.value.groundlineType == '1') {
form.value.responsibilitiesList.forEach(item => {
let businesTemp = item.Responsibleoptions.find(res => res.value == item.businessId); //
submitData['processorEntityList'].push({
businessName: item.Responsibleoptions.find(res => res.value == item.businessId).label, //
businessName:businesTemp?businesTemp.label:item.businessId, //
businessId: item.businessId, //ID
conditions: 1, //
typesOf: 1, //1 2
@ -1602,7 +1602,7 @@ const onSubmit = () => {
submitData['decreaseImageEntityList'].push({
imageName: item.response.data.originalName, //
imagePath: item.response.data.link, //
imageType: form.value.groundlineType == 1 ? 10 : 20, //
imageType: form.value.basis.workOrderType == 1 ? 10 : 20, //
});
}
});
@ -1657,7 +1657,7 @@ const onSubmit = () => {
}
form.value.Pageloading = true; //
//
//()
if (form.value.Processed) {
submitData.workOrderStatus = 30;
}

495
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -329,6 +329,7 @@
</el-tab-pane>
</el-tabs>
</el-form>
<el-tabs
type="border-card"
class="el_Processingresults"
@ -568,9 +569,13 @@
<!-- <el-button type="primary" v-if="PermissionButton.Confirm_review" @click="ConfirmReview"
>确定审核
</el-button> -->
<el-button type="primary" v-if="PermissionButton.result_returned" @click="resultreturnedFun"
>结果打回</el-button
>
<el-button type="primary" v-if="PermissionButton.work_order_completion" @click="EndJump"
>完结工单</el-button
>
>
<el-button type="primary" v-if="PermissionButton.repulse" @click="BatchReturn"
>打回</el-button
>
@ -607,7 +612,7 @@
type="primary"
v-if="PermissionButton.Result_determination"
@click="ResultDetermination"
>确定</el-button
>处理结果确定</el-button
>
</div>
</el-card>
@ -734,6 +739,49 @@
</div>
</el-affix>
</div>
<!-- 结果打回弹窗 -->
<el-dialog v-model="dialogReturn" title="结果打回" width="40%" draggable class="plAllret">
<el-form
v-loading="repulse"
element-loading-text="正在打回中..."
label-position="top"
label-width="100px"
:model="BatchFrom"
>
<el-form-item label="打回原因">
<el-input v-model="BatchFrom.txt" type="textarea" :rows="4" />
</el-form-item>
<el-form-item label="流转营业部">
<el-select
v-model="BatchFrom.businessDepartment"
multiple
filterable
default-first-option
:reserve-keyword="false"
placeholder="请选择活动区域"
>
<el-option
v-for="item in warehouseData"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
</el-form>
<template #footer>
<span class="dialog-footer">
<el-button @click="dialogReturn = false">取消</el-button>
<el-button type="primary" @click="ConfirmReturn" :disabled="repulse">
确定
</el-button>
</span>
</template>
</el-dialog>
</template>
<script setup>
@ -751,9 +799,11 @@ import {
$_Cancelappeal,
$_updateWorkOrderStatus,
$_updateManagerConfirmed,
$_batchRepulseCompleted,
} from '@/api/aftersales/aftersalesWorkOrder';
import { ref, reactive, computed, onMounted } from 'vue';
import { getToken } from '@/utils/auth';
import {AddressClosed, deepClone } from '@/utils/util';
const $router = useRouter();
const $route = useRoute();
const Indexform = ref({
@ -892,69 +942,60 @@ onMounted(() => {
}, 0);
});
//
const PermissionButton = computed(() => {
// if(appeal.value)return false
// else if ( $route.query.workOrderStatus != '21')return false
// return true
return {
// !appeal.value &&
// $route.query.workOrderStatus != '80' &&
// $route.query.workOrderStatus != '30' &&
// $route.query.workOrderStatus != '20' &&
// $route.query.workOrderStatus != '40' &&
// $route.query.workOrderStatus != '100' &&
// $route.query.workOrderStatus != '110'
reply:true, //
Processing_results:
!appeal.value &&
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '20') ||
($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '20') ||
($route.query.RouteIndexs == '1' && $route.query.workOrderStatus == '20')), //10 20 21
work_order_completion:
(!appeal.value &&
($route.query.RouteIndexs == '0' || $route.query.RouteIndexs == '3') &&
$route.query.workOrderStatus != '80' &&
UserPermissions.value != '仓库客服' &&
$route.query.workOrderStatus != '20') ||
($route.query.RouteIndexs == '2' && UserPermissions.value != '仓库客服'), //
repulse:
!appeal.value &&
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10')) &&
UserPermissions.value != '仓库客服', //
apply_arbitration:
!appeal.value &&
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '70') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '70')) &&
UserPermissions.value != '仓库客服', //
information_editing:
!appeal.value &&
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10')) &&
warehouseIdState.value, //
Appeal_established: appeal.value && AppealReview.value && UserPermissions.value=='总部客服经理', //
Appeal_rejection: appeal.value && AppealReview.value && UserPermissions.value=='总部客服经理', //
Processing_confirmation:
(UserPermissions.value != '仓库客服' &&
$route.query.RouteIndexs == '0' &&
$route.query.workOrderStatus == '40') ||
(UserPermissions.value != '仓库客服' &&
$route.query.RouteIndexs == '9' &&
$route.query.workOrderStatus == '40'), //
Result_determination:
(UserPermissions.value == '仓库客服' &&
$route.query.RouteIndexs == '0' &&
$route.query.workOrderStatus == '21') ||
(UserPermissions.value == '仓库客服' &&
$route.query.RouteIndexs == '2' &&
$route.query.workOrderStatus == '21'), //
Confirm_review: UserPermissions.value == '总部客服经理' && $route.query.RouteIndexs == '9',
};
});
// //
// const PermissionButton = computed(() => {
// return {
// reply:true, //
// Processing_results:
// !appeal.value &&
// (($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
// ($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10') ||
// ($route.query.RouteIndexs == '3' && $ route.query.workOrderStatus == '20') ||
// ($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '20') ||
// ($route.query.RouteIndexs == '1' && $route.query.workOrderStatus == '20')), //10 20 21
// work_order_completion:
// (!appeal.value &&
// ($route.query.RouteIndexs == '0' || $route.query.RouteIndexs == '3') &&
// $route.query.workOrderStatus != '80' &&
// UserPermissions.value != '' &&
// $route.query.workOrderStatus != '20') ||
// ($route.query.RouteIndexs == '2' && UserPermissions.value != ''), //
// repulse:
// !appeal.value &&
// (($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
// ($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10')) &&
// UserPermissions.value != '', //
// apply_arbitration:
// !appeal.value &&
// (($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '70') ||
// ($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '70')) &&
// UserPermissions.value != '', //
// information_editing:
// !appeal.value &&
// (($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
// ($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10')) &&
// warehouseIdState.value, //
// Appeal_established: appeal.value && AppealReview.value && UserPermissions.value=='', //
// Appeal_rejection: appeal.value && AppealReview.value && UserPermissions.value=='', //
// Processing_confirmation:
// (UserPermissions.value != '' &&
// $route.query.RouteIndexs == '0' &&
// $route.query.workOrderStatus == '40') ||
// (UserPermissions.value != '' &&
// $route.query.RouteIndexs == '9' &&
// $route.query.workOrderStatus == '40'), //
// Result_determination:
// (UserPermissions.value == '' &&
// $route.query.RouteIndexs == '0' &&
// $route.query.workOrderStatus == '21') ||
// (UserPermissions.value == '' &&
// $route.query.RouteIndexs == '2' &&
// $route.query.workOrderStatus == '21'), //
// Confirm_review: UserPermissions.value == '' && $route.query.RouteIndexs == '9',
// };
// });
// appeal.value && AppealReview.value,
//
@ -965,13 +1006,13 @@ const Chathistory = res => {
id: $route.query.id,
})
.then(res => {
MessageContent.value = []; //
MessageContent.value = []; //
res.data.data.surveyRecordEntities.forEach(item => {
MessageContent.value.push({
time: item.createTime, //
content: item.processingResults, //
name: item.addDepartment, //
username: item.addPeople, //
username: item.processorName, //
img: filetype == 'png' ? item.pictureUrl : '',
file: filetype == 'docx' ? item.pictureUrl : '',
mp4: filetype == 'mp4' ? item.pictureUrl : '',
@ -1086,16 +1127,7 @@ const onLoad = () => {
appeal.value = true;
console.log(appeal.value, 'appeal.value');
}
//
if ($route.query.AppealReview) {
if ($route.query.AppealReview == 'false') {
console.log($route.query.AppealReview, '申诉状态');
AppealReview.value = false;
} else {
AppealReview.value = true;
console.log(AppealReview.value, '当前申诉状态');
}
}
console.log(res, '回显返回值参数');
Indexform.value = res.data.data;
@ -1132,12 +1164,13 @@ const onLoad = () => {
//
let sum = 0;
res.data.data.personResponsibleVOS.forEach(item => {
sum = Number(item.responsibilityRatio) + sum;
});
groundlineType.value = res.data.data.discoveryNode; //
groundlineType.value = res.data.data.discoveryNode; //
if(res.data.data.personResponsibleVOS?.length){
res.data.data.personResponsibleVOS.forEach(item => {
sum = Number(item.responsibilityRatio) + sum;
});
FangAddList.value = res.data.data.personResponsibleVOS.map(res => {
return {
businessName: res.businessId, //ID
@ -1147,8 +1180,11 @@ const onLoad = () => {
tripartite: res.tripartite, //
};
});
}
// /
res.data.data.processorVOList.forEach(item => {
if(res.data.data.processorVOList?.length){
res.data.data.processorVOList.forEach(item => {
if (item) {
if (item.typesOf == 2) {
//
@ -1159,6 +1195,8 @@ const onLoad = () => {
}
}
});
}
companyProportion.value = 100 - sum;
getDictionaryBiz('result_handling').then(res => {
@ -1190,21 +1228,7 @@ const onLoad = () => {
//
Indexform.value.resultDescription = res.data.data.processingResultsVO.resultDescription;
CompensationParty.value = [];
if (res.data.data.completionRecipientEntityList.length) {
res.data.data.completionRecipientEntityList.forEach((item, index) => {
TotalamountReceived.value += Number(item.money);
CompensationParty.value.push({
state: 1, //
num: item.money, //
// name: item.recipient, //
reason: item.reasonReceivingPayment, //
// explains: item.explains, //
cld: index + 1,
id: item.id,
warehouseId: item.warehouseId, //
});
});
}
//
if (res.data.data.completionRecordEntities.length) {
res.data.data.completionRecordEntities.forEach((item, index) => {
@ -1223,6 +1247,23 @@ const onLoad = () => {
});
});
}
//
if (res.data.data.completionRecipientEntityList.length) {
res.data.data.completionRecipientEntityList.forEach((item, index) => {
TotalamountReceived.value += Number(item.money);
CompensationParty.value.push({
state: 1, //
num: item.money, //
// name: item.recipient, //
reason: item.reasonReceivingPayment, //
// explains: item.explains, //
cld: index + 1,
id: item.id,
warehouseId:item.warehouseId, //
});
});
}
//
if (CompensationParty.value.length) {
CompletedView.value = CompensationParty.value.map(item => {
@ -1253,6 +1294,125 @@ const onLoad = () => {
};
onLoad(); //
const isAppeal = appeal.value;
const userRole = UserPermissions.value;//
const routeIndex = $route.query.RouteIndexs;//
const workOrderStatus = $route.query.workOrderStatus;//
const isWarehouseCustomerService = userRole === '仓库客服';//
const isHeadquarterCustomerServiceManager = userRole === '总部客服经理';//
const isWarehouseIdState = warehouseIdState.value;
//
const isProcessingResults=()=>{
if(workOrderStatus =='10' || workOrderStatus === '20'){
return true
}
}
//
const isWorkOrderCompletion=()=>{
if(UserPermissions.value != '仓库客服'){
if(workOrderStatus == '30'){
return true
}
}
}
//
const isRepulse=()=> {
if(UserPermissions.value == '总部客服经理'){
if(workOrderStatus == '40'){
return true
}
}
}
//
const Resultreturned=()=>{
if(UserPermissions.value == '总部客服'){
if(workOrderStatus == '30'){
return true
}
}
}
//
const isApplyArbitration=()=>{
if(UserPermissions.value != '仓库客服'){
if( workOrderStatus === '70'){
return true
}
}
}
//
const isInformationEditing=()=>{
if(workOrderStatus === '10'){
//
if( warehouseIdState.value){
return true
}
}
}
//
const isProcessingConfirmation=()=>{
if(UserPermissions.value != '仓库客服'){
if(workOrderStatus =='40'){
return true
}
}
}
//
const isResultDetermination=()=>{
if(workOrderStatus == '21'){
return true
}
}
//
const isConfirmReview = () => {
if(UserPermissions.value == '总部客服经理'){
if(workOrderStatus == '500'){
return true
}
}
}
//
const Appealestablished=()=>{
if(UserPermissions.value == '总部客服经理'){
if($route.query.typesOf=='0'){
return true
}
}
}
//
const Appealrejection=()=>{
if(UserPermissions.value == '总部客服经理'){
if($route.query.typesOf=='0'){
return true
}
}
}
//
const PermissionButton = computed(() => ({
reply: true, //
Processing_results: isProcessingResults(),//
work_order_completion: isWorkOrderCompletion(),//
repulse: isRepulse(),//
result_returned:Resultreturned(),//
apply_arbitration: isApplyArbitration(),//
information_editing: isInformationEditing(),//
Appeal_established: Appealestablished(), //
Appeal_rejection: Appealrejection(), //
Processing_confirmation: isProcessingConfirmation(), //
Result_determination: isResultDetermination(), //
Confirm_review: isConfirmReview(),//
}));
//
const Processingrelease = () => {
if (Indexform.value.processor.length == 1 && Mydata.value.id == Indexform.value.processor[0]) {
@ -1300,6 +1460,7 @@ const addingRecord = () => {
businessId: $route.query.workOrderNumber,
RouteIndexs: $route.query.RouteIndexs,//
RouterState: 'determine',
workOrderStatus: $route.query.workOrderStatus, //
},
});
};
@ -1318,11 +1479,99 @@ const EndJump = () => {
},
});
};
//
const BatchReturn = () => {
BatchFrom.value.businessDepartment = [];
//
const resultreturnedFun=()=>{
BatchFrom.value.businessDepartment =[];
BatchFrom.value.txt = null;
dialogReturn.value = true;
}
//
const ConfirmReturn=()=>{
//
let data = {
processorList: [],
};
//
if(BatchFrom.value.businessDepartment.length){
let foundObjs = warehouseData.value.filter(obj =>
BatchFrom.value.businessDepartment.includes(obj.value)
);
data['businessId'] = foundObjs.map(item => item.value).join(',');
data['businessName'] = foundObjs.map(item => item.label).join(',');
//
foundObjs.forEach(item => {
data['processorList'].push({ id: item.value, name: item.label });
});
}
data.reasonReturn = BatchFrom.value.txt; //
data.workOrderIds =[$route.query.id]; //
console.log(data, '处理好的值');
data.typesOf='1';//
pageState.value = true; //
dialogReturn.value = false; //
$_batchReturn(data)
.then(res => {
console.log(res, '批量打回返回值');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
//
$useStore.commit('EDIT_REFRESHITEM', {title: 'aftersalesWorkOrder',status: true,});//
$useStore.commit('Customer_Menu',Number($route.query.RouteIndexs));//
$router.push('/aftersales/aftersalesWorkOrder');
AddressClosed('/aftersales/aftersalesWorkOrderend'); //
}
})
.catch(error => {
console.log(error, 'error');
}).finally(()=>{
pageState.value = false; //
dialogReturn.value = false; //
});
}
//
const BatchReturn = () => {
ElMessageBox.prompt('请输入打回原因', {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputPattern:/^(?!\s*$).+/,
inputErrorMessage: '内容不能为空哦',
})
.then(({ value }) => {
pageState.value=true
$_batchRepulseCompleted({
workOrderIds:[$route.query.id],
reasonReturn:value
}).then(res=>{
if(res.data.code ==200){
ElMessage({
message: res.data.msg,
type: 'success',
})
$useStore.commit('EDIT_REFRESHITEM', {
title: 'aftersalesWorkOrder',
status: true,
});
$useStore.commit('Customer_Menu',9);//
$useStore.commit('DEL_TAG_CURRENT'); //
$router.push({
path: '/aftersales/aftersalesWorkOrder',
});
}
}).catch((error)=>{
console.log(error);
}).finally(()=>{
pageState.value=false
})
})
.catch(() => {
})
};
//
const CustomerServiceCompleted = () => {
@ -1354,9 +1603,6 @@ const EditInformation = () => {
warehouseId: $route.query.warehouseId,
workOrderNumber: $route.query.workOrderNumber,
RouterState: 'Infoedit',
EditInformation: true, //
ProcessType: $route.query.ProcessType, // 1 2
ProcessingresultsState: UserPermissions.value != '仓库客服' ? true : false, //
workOrderStatus: $route.query.workOrderStatus, //
},
});
@ -1375,27 +1621,26 @@ const AppealEstablished = () => {
workOrderStatus: $route.query.workOrderStatus, //
Appealeditor: 'appeal', //
appealID: $route.query.appealID, //ID
AppealEstablished: true, //
typesOf:$route.query.typesOf,//012
},
});
};
//
const AppealRejection = () => {
ElMessageBox.confirm(
'是否确认申诉驳回?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
let data = {
ElMessageBox.prompt('请填写驳回原因', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputPattern:/^(?!\s*$).+/,
inputErrorMessage: '内容不能为空哦',
})
.then(({ value }) => {
console.log(value, '驳回原因');
let data = {
id: $route.query.appealID, //ID
typesOf: '2', //
workOrderId: $route.query.id, //ID
handlingReason:value,//
};
$_Cancelappeal(data)
.then(res => {
@ -1452,7 +1697,12 @@ const ResultConfirmation = () => {
type: 'success',
});
}
$useStore.commit('DEL_TAG_CURRENT'); //
$useStore.commit('EDIT_REFRESHITEM', {
title: 'aftersalesWorkOrder',
status: true,
});
$useStore.commit('Customer_Menu', 9); //
$useStore.commit('DEL_TAG_CURRENT'); //
$router.push({
path: '/aftersales/aftersalesWorkOrder',
});
@ -2390,6 +2640,11 @@ const ResultDetermination = () => {
display: flex;
padding: 6px;
}
.el-overlay{
.el-image{
width: 100% !important;
}
}
}
.el-tabs__content {
@ -2549,4 +2804,12 @@ const ResultDetermination = () => {
}
}
}
.plAllret {
:deep(.el-select) {
width: 100%;
}
.el-select {
width: 100%;
}
}
</style>

414
src/views/aftersales/aftersalesWorkOrderend.vue

@ -338,8 +338,6 @@
placeholder="请选择处理结果"
@change="changeProcessingResults"
>
<!-- :disabled="$route.query.RouteIndexs == '0' || $route.query.RouteIndexs == '2'" -->
<el-option
v-for="item in ProcessingResults"
:key="item.dictKey"
@ -417,8 +415,6 @@
:autosize="{ minRows: 3, maxRows: 4 }"
type="textarea"
/>
<!-- :disabled="$route.query.RouteIndexs == '0' || $route.query.RouteIndexs == '2'" -->
</el-form-item>
<div class="el_tool">
<span>总金额:{{ TotalClaimAmount }}</span>
@ -534,9 +530,9 @@
</div>
<!-- 图片 -->
<div class="Transport_damage_photos" v-if="endFrom.packageImage.length">
<span class="title">照片</span>
<el-upload
<el-tabs class="Transport_damage_photos" type="border-card" style="width: 100%" v-if="endFrom.packageImage.length">
<el-tab-pane label="照片">
<el-upload
disabled
v-model:file-list="endFrom.packageImage"
list-type="picture-card"
@ -563,26 +559,9 @@
fit="cover"
/>
</el-dialog>
</div>
</el-tab-pane>
</el-tabs>
<!-- 视频 -->
<!-- <div class="Transport_damage_photos void">
<span class="title">视频</span>
<el-upload
class="upload-demo"
drag
:action="doubledCount"
:headers="headers"
:on-success="ViodSuccess"
:disabled="$route.query.RouteIndexs == '0'"
>
<el-icon class="el-icon--upload"><upload-filled /></el-icon>
<div class="el-upload__text">
点击上传
<span v-if="videoUrl" class="PreviewVoid" @click.stop="Clickviod">点击预览</span>
</div>
</el-upload>
</div> -->
<!-- 视频预览弹窗 -->
<el-dialog v-model="VideoPreviewStatus" title="视频预览" width="40%">
@ -594,26 +573,36 @@
<div class="el_sub">
<el-button
v-if="Completepermissions"
v-if="PermissionButton.Completed_submission"
type="primary"
class="button"
@click="submitCompletion"
>完结提交</el-button
>
<el-button
v-if="$route.query.RouteIndexs != '0' && $route.query.RouterState == 'determine'"
v-if="PermissionButton.Submission_results"
type="primary"
class="button"
@click="submitresults(1)"
>处理结果提交</el-button
>
<el-button
v-if="$route.query.RouteIndexs != '0' && $route.query.RouterState == 'determine'"
v-if="PermissionButton.Save_results"
type="primary"
class="button"
@click="submitresults(2)"
>处理结果保存</el-button
>
<el-button
v-if="PermissionButton.Processing_result_modification"
type="primary"
class="button"
@click="submitresults(3)"
>处理结果修改</el-button
>
<!-- <el-button
@click="DetermineStorage"
v-if="$route.query.RouteIndexs != '0'"
@ -623,11 +612,11 @@
> -->
<el-button
v-if="$route.query.workOrderStatus == '10' && UserPermissions != '仓库客服'"
v-if="PermissionButton.Arbitration_completed"
type="primary"
class="button"
@click="CustomerServiceCompleted"
>客服完结完结</el-button
>客服仲裁完结</el-button
>
<!-- <el-button
v-if="$route.query.RouteIndexs == '0' && $route.query.workOrderStatus != '21'"
@ -647,7 +636,6 @@
<el-tab-pane label="调查记录">
<div class="el_header-top">
<div class="el_Processingparty">
<span>回复</span>
<el-select
v-model="MessageResponsibility"
multiple
@ -769,11 +757,12 @@
<div class="inputbtn">
<div class="inputleft">
<el-upload
ref="uploadRef"
ref="fileDom"
class="upload-demo"
:action="doubledCount"
:headers="headers"
:on-success="fellSuccess"
:limit='1'
>
<template #trigger>
<el-button type="primary" class="el-fil">上传附件</el-button>
@ -812,43 +801,11 @@
@input="appoint(Msgtextarea)"
/>
<div class="msgHf">
<!-- <el-button type="primary" @click="replyMessageEnd()"> 结束回复 </el-button> -->
<el-button type="primary" @click="replyMessage()"> 回复 </el-button>
</div>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="操作记录">
<div class="ovhe" :style="{ height: msgHight + 'px' }" ref="scrollContainer">
<el-timeline style="max-width: 600px">
<el-timeline-item timestamp="2018/4/12" placement="top">
<el-card>
<div>
<span>操作人</span>
<h4>Update Github template</h4>
</div>
<div>
<span>操作事件</span>
<p>Tom committed 2018/4/12 20:46</p>
</div>
</el-card>
</el-timeline-item>
<el-timeline-item timestamp="2018/4/3" placement="top">
<el-card>
<h4>Update Github template</h4>
<p>Tom committed 2018/4/3 20:46</p>
</el-card>
</el-timeline-item>
<el-timeline-item timestamp="2018/4/2" placement="top">
<el-card>
<h4>Update Github template</h4>
<p>Tom committed 2018/4/2 20:46</p>
</el-card>
</el-timeline-item>
</el-timeline>
</div>
</el-tab-pane>
</div>
<!-- <el-tab-pane label="菜单2"></el-tab-pane> -->
@ -960,6 +917,7 @@ const routeData = ref(false); //路由参数
const groundlineType = ref(''); //
const routerState = ref(''); //
const TotalamountCompensation = ref(0); //
const fileDom=ref(null);//
const TotalClaimAmount = ref(0); //
const TotalamountReceived = ref(0); //
const personResponsibleList = ref([]); //
@ -1174,6 +1132,53 @@ async function updateDictionary(targetArray, dictionaryType) {
});
}
//
const Completedsubmission=()=>{
if(UserPermissions.value !='仓库客服'){
if($route.query.workOrderStatus =='30'){
return true
}
}
}
//
const Submissionresults=()=>{
if( ['10','20'].includes($route.query.workOrderStatus)){
return true
}
}
//
const Saveresults=()=>{
if(['10','20'].includes($route.query.workOrderStatus)){
return true
}
}
//
const Processingresultmodification=()=>{
if(['90'].includes($route.query.workOrderStatus)){
return true
}
}
//
const Arbitrationcompleted =()=>{
if(UserPermissions.value !='仓库客服'){
if($route.query.workOrderStatus =='10'){
return true
}
}
}
//
const PermissionButton = computed(() => ({
Completed_submission: Completedsubmission(),//
Submission_results:Submissionresults(),//
Save_results:Saveresults(),//
Arbitration_completed:Arbitrationcompleted(),//
Processing_result_modification:Processingresultmodification(),//
}));
//
const onLoad = async () => {
Pageloading.value = true; //
@ -1252,7 +1257,7 @@ const onLoad = async () => {
}
if(res.data.data.personResponsibleVOS?.length){
let factorydata = res.data.data.personResponsibleVOS.find(item => item.typesOf);
if (factorydata && factorydata.typesOf) {
groundlineType.value = true; //
@ -1267,11 +1272,13 @@ const onLoad = async () => {
tripartite: res.tripartite, //
};
});
}
if(res.data.data.processorVOList?.length){
//
res.data.data.processorVOList.forEach(item => {
if (item) {
if (item.typesOf == 2 && item.processingStatus == '1') {
if (item.typesOf == '2' && item.processingStatus == '1') {
//
endFrom.value.processor.push(item.businessId);
MessageResponsibility.value.push(item.businessId);
@ -1279,6 +1286,8 @@ const onLoad = async () => {
}
}
});
}
console.log(JSON.parse(localStorage.getItem('my_data')).id);
if (UserPermissions.value == '仓库客服') {
if (localStorage.getItem('my_data')) {
@ -1292,7 +1301,8 @@ const onLoad = async () => {
//
let sum = 0;
FangAddList.value.forEach(item => {
if( FangAddList.value.length){
FangAddList.value.forEach(item => {
if (item.responsibilityRatio) {
item.responsibilityRatio = item.responsibilityRatio.replace(/%/g, '');
sum = Number(item.responsibilityRatio) + sum;
@ -1301,6 +1311,7 @@ const onLoad = async () => {
FangAddList.value.forEach(item => {
item.responsibilityRatio = item.responsibilityRatio + '%';
});
}
companyProportion.value = 100 - sum;
//
if (res.data.data.processingResultsVO.processingMoneyEntityList) {
@ -1326,25 +1337,10 @@ const onLoad = async () => {
TotalClaimAmount.value = res.data.data.processingResultsVO.money;
//
endFrom.value.resultDescription = res.data.data.processingResultsVO.resultDescription;
//
//
if (res.data.data.completionRecipientEntityList.length > 0) {
CompensationParty.value = [];
res.data.data.completionRecipientEntityList.forEach((item, index) => {
TotalamountReceived.value += Number(item.money);
CompensationParty.value.push({
state: 1, //
num: item.money, //
name: item.recipient, //
reason: item.reasonReceivingPayment, //
cld: index + 1,
id: item.id,
});
});
}
//
if (res.data.data.completionRecordEntities.length) {
if (res.data.data.completionRecordEntities.length) {
CompensationParty.value = [];
res.data.data.completionRecordEntities.forEach((item, index) => {
TotalamountCompensation.value += Number(item.money);
CompensationParty.value.push({
@ -1360,6 +1356,23 @@ const onLoad = async () => {
});
});
}
//
//
if (res.data.data.completionRecipientEntityList.length) {
res.data.data.completionRecipientEntityList.forEach((item, index) => {
TotalamountReceived.value += Number(item.money);
CompensationParty.value.push({
state: 1, //
num: item.money, //
name: item.recipient, //
reason: item.reasonReceivingPayment, //
warehouseId: item.warehouseId, //
cld: index + 1,
id: item.id,
});
});
}
endFrom.value.arbitrate = res.data.data.reasonArbitration; //
Pageloading.value = false;
});
@ -1421,11 +1434,11 @@ const Chathistory = res => {
.then(res => {
console.log(res, 'res调查记录');
res.data.data.surveyRecordEntities.forEach(item => {
MessageContent.value.unshift({
MessageContent.value.unshift ({
time: item.createTime, //
content: item.processingResults, //
name: item.addDepartment, //
username: item.addPeople, //
username: item.processorName, //
img: filetype == 'png' ? item.pictureUrl : '',
file: filetype == 'docx' ? item.pictureUrl : '',
mp4: filetype == 'mp4' ? item.pictureUrl : '',
@ -1466,9 +1479,9 @@ const Chathistory = res => {
}
MessageContent.value.push({
time: item.createTime, //
content: item.content, //
content: item.processingResults, //
name: item.addDepartment, //
username: item.addPeople, //
username: item.processorName, //
img: filetype == 'png' ? item.pictureUrl : '',
file: filetype == 'docx' ? item.pictureUrl : '',
mp4: filetype == 'mp4' ? item.pictureUrl : '',
@ -1804,22 +1817,7 @@ const ProportionInput = val => {
companyProportion.value = sum;
console.log(sum, '公司占比');
};
//
const Completepermissions =computed(()=>{
if(UserPermissions.value != '仓库客服'){
if( $route.query.RouteIndexs != '0'){
if($route.query.RouterState == 'end'){
return true
}else{
return false
}
}else{
return false
}
}else{
return false
}
})
//
const accountingBtn = item => {
@ -1988,13 +1986,6 @@ const PaymentConfirmation = val => {
//
const submitresults = async value => {
if (!endFrom.value.result.length) {
ElMessage({
message: `请选择选择处理结果`,
type: 'warning',
});
return;
}
let _title = value == 1 ? '提交' : '保存';
let _message = `注意信息填写正确!点击确定将<span style="color: red;">${_title}处理结果</span>是否继续?`;
ElMessageBox.confirm(_message, '提示', {
@ -2011,10 +2002,13 @@ const submitresults = async value => {
processingMoneyEntityList: [], //
},
};
console.log(ProcessingResults.value, 'ProcessingResults.value');
ProcessingList.value.forEach(item => {
let _DATA = item.Paymentmethod.find(res => res.value == item.compensationMethod);
data.aftersalesProcessingResultsDTO['processingMoneyEntityList'].push({
//
if(endFrom.value.result){
if(ProcessingList.value?.length){
//
ProcessingList.value.forEach(item => {
let _DATA = item.Paymentmethod.find(res => res.value == item.compensationMethod);
data.aftersalesProcessingResultsDTO['processingMoneyEntityList'].push({
resultType: ProcessingResults.value.find(res => res.dictValue == item.title).dictKey, //key
resultName: item.title, //
money: item.money, //
@ -2026,51 +2020,47 @@ const submitresults = async value => {
});
});
//
data.aftersalesProcessingResultsDTO.compensationMethod = data.aftersalesProcessingResultsDTO[
'processingMoneyEntityList'
]
.map(res => res.compensationMethodName)
.join(',');
data.aftersalesProcessingResultsDTO.compensationMethod = data.aftersalesProcessingResultsDTO['processingMoneyEntityList'].map(res => res.compensationMethodName).join(',');
//
data.aftersalesProcessingResultsDTO.paymentUnit = data.aftersalesProcessingResultsDTO[
'processingMoneyEntityList'
]
.map(res => res.paymentUnit)
.join(',');
data.aftersalesProcessingResultsDTO.paymentUnit = data.aftersalesProcessingResultsDTO['processingMoneyEntityList'].map(res => res.paymentUnit).join(',');
//
(data.aftersalesProcessingResultsDTO.resultDescription = endFrom.value.resultDescription),
//
(data.aftersalesProcessingResultsDTO.resultType = data.aftersalesProcessingResultsDTO[
'processingMoneyEntityList'
]
.map(res => res.resultName)
.join(','));
data.aftersalesProcessingResultsDTO.resultDescription = endFrom.value.resultDescription;
//
data.aftersalesProcessingResultsDTO.resultType = data.aftersalesProcessingResultsDTO['processingMoneyEntityList'].map(res => res.resultName).join(',');
//
data.aftersalesProcessingResultsDTO.money = TotalClaimAmount.value;
}
}
//ID
data.aftersalesProcessingResultsDTO.workOrderId = $route.query.id;
//ID
data.aftersalesProcessingResultsDTO.warehouseId = endFrom.value.warehouseId; //ID
data.aftersalesProcessingResultsDTO.warehouseId = endFrom.value.warehouseId;
//ID
data.id = $route.query.id;
//(0)
if (!data.aftersalesProcessingResultsDTO.money && value == '1') {
let _message = `检测到您<span style="color: red;">未填写金额</span>是否提交到理赔金额未出?`;
await ElMessageBox.confirm(_message, '提示', {
dangerouslyUseHTMLString: true,
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
data.claimIdentification = '1';
ElMessage({
type: 'success',
message: '已确定选择',
});
})
.catch(() => {});
// //(0)
// if (!data.aftersalesProcessingResultsDTO.money && value == '1') {
// let _message = `<span style="color: red;"></span>?`;
// await ElMessageBox.confirm(_message, '', {
// dangerouslyUseHTMLString: true,
// confirmButtonText: '',
// cancelButtonText: '',
// type: 'warning',
// })
// .then(() => {
// data.claimIdentification = '1';
// ElMessage({
// type: 'success',
// message: '',
// });
// })
// .catch(() => {});
// }
// ()
if(value == 2){
data.claimIdentification = '1';
}
// ||
if(value == 1 || value ==2){
console.log(data, '要提交的参数');
Pageloading.value = true;
$_addProcessingResults(data)
@ -2094,6 +2084,54 @@ const submitresults = async value => {
.finally(res => {
Pageloading.value = false;
});
}else{
data.resultIdentification=2, //
data.claimIdentification = '1'//
data.aftersalesProcessingResultsDTO.id=$route.query.subId
//
console.log(data,'要提交数据');
$_addProcessingResults(data).then(res=>{
console.log(res,'编辑成功');
if(res.data.code == 200){
ElMessage({
message: res.data.msg,
type: 'success',
})
//
ElMessageBox.confirm(
'修改成功,是否保存处理结果?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
data.resultIdentification=1, //
delete data.claimIdentification;//
$_addProcessingResults(data).then(res=>{
if(res.data.code ==200){
ElMessage({
message: res.data.msg,
type: 'success',
})
//
$useStore.commit('EDIT_REFRESHITEM', {title: 'aftersalesWorkOrder',status: true,});//
$useStore.commit('Customer_Menu',Number($route.query.RouteIndexs));//
$router.push('/aftersales/aftersalesWorkOrder');
AddressClosed('/aftersales/aftersalesWorkOrderend'); //
}
})
})
.catch(() => {
}).finally(()=>{
Pageloading.value = false;
})
}
})
}
})
.catch(error => {
console.log(error, 'error');
@ -2102,11 +2140,13 @@ const submitresults = async value => {
// ()
const submitCompletion = () => {
console.log( CompensationParty.value);
let _warehouseId= CompensationParty.value.find(res=>!res.warehouseId)
console.log(CompensationParty.value,'完结填写的参数');
// state:0
// state:1
let _warehouseId=CompensationParty.value.filter(item=>item.state===0).find(res=>!res.warehouseId)
if(_warehouseId){
ElMessage({
message: `有赔款方或受款方仓库未选择`,
message: `有赔款方未选择仓库`,
type: 'warning',
});
return
@ -2129,35 +2169,34 @@ const submitCompletion = () => {
reasonArbitration: endFrom.value.arbitrate, //
},
];
console.log(endFrom.value.duty, '责任方');
console.log('赔款总计金额', TotalamountCompensation.value);
console.log('收款总计金额', TotalamountReceived.value);
if( CompensationParty.value.length){
CompensationParty.value.forEach(item => {
if (item.state == 0) {
let warehouseName_A = warehouseData.value.find(res=>res.value == item.warehouseId)
console.log(warehouseData.value,'warehouseData.value');
console.log(item.warehouseId,'item.warehouseId.value');
console.log(warehouseName_A,'warehouseName');
//
data[0]['completionRecordEntities'].push({
indemnitor:warehouseName_A?warehouseName_A.label:'',
reason: item.reason, //
money: item.num, //
reasonArbitration: endFrom.value.arbitrate, //
compensationPersonnel: item.compensationPersonnel, //
warehouseId: item.warehouseId, //ID
explains: item.reason, //
workOrderId: info.id, //
});
} else {
}
if(item.state == 1) {
let warehouseName_B = warehouseData.value.find(res=>res.value == item.warehouseId)
//
console.log(warehouseName_B);
data[0]['completionRecipientEntities'].push({
indemnitor:warehouseName_B?warehouseName_B.label:'',
reasonReceivingPayment: item.reason, //
money:item.num, //
responsibleParty: FangAddList.value
.map(aItem =>
warehouseData.value
.filter(bItem => bItem.value === aItem.businessName)
.map(match => match.label)
.join(',')
)
.join(','),
responsibleParty:FangAddList.value.map(aItem =>warehouseData.value.filter(bItem => bItem.value === aItem.businessName).map(match => match.label).join(',')).join(','),
warehouseId: item.warehouseId, //ID
workOrderNumber: info.workOrderNumber, //
workOrderId: info.id, //
@ -2479,25 +2518,9 @@ const submitCompletions = async val => {
.catch(() => {});
}
};
//
const replyMessageEnd = () => {
const message = `是否确定<span style="color: red;">结束回复</span>?`;
ElMessageBox.confirm(message, '提示', {
dangerouslyUseHTMLString: true,
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
ElMessage({
message: '功能维护中...',
type: 'warning',
});
})
.catch(() => {});
};
//
const replyMessage = () => {
console.log(KFfeel.value,'附件列表');
console.log(endFrom.value, 'endFrom.value');
console.log(endFrom.value.workOrderType, '类型');
if (!Msgtextarea.value) {
@ -2548,6 +2571,7 @@ const replyMessage = () => {
console.log(res, '消息回复成功');
if (res.data.code == 200) {
Chathistory(); //
fileDom.value.clearFiles();//
ElMessage({
message: res.data.msg,
type: 'success',
@ -2658,7 +2682,7 @@ const CustomerServiceCompleted = () => {
path: '/aftersales/aftersalesWorkOrdermodify',
query: {
id: $route.query.id,
name: $route.query.businessId + '-客服完结完结',
name: $route.query.businessId + '-客服仲裁完结',
businessId: $route.query.businessId,
warehouseId: $route.query.warehouseId ? $route.query.warehouseId : '',
workOrderNumber: $route.query.workOrderNumber,
@ -2783,23 +2807,7 @@ const CustomerServiceCompleted = () => {
width: 100%;
margin-top: 40px;
}
.Transport_damage_photos {
width: 100%;
display: flex;
margin-top: 26px;
.title {
width: 100px;
color: #606266;
font-size: 14px;
margin-bottom: 9px;
display: block;
}
:deep(.el-upload-dragger) {
display: flex;
align-items: center;
justify-content: center;
}
}
.upload-demo {
width: 100%;
}
@ -3312,6 +3320,10 @@ const CustomerServiceCompleted = () => {
.el-upload {
display: none;
}
.is-active{
font-weight: bold;
}
}
:deep(.topClass) {
border-bottom: none;

15
src/views/aftersales/aftersalesWorkOrdermodify.vue

@ -2044,7 +2044,7 @@ const AppealEditor = () => {
data['assignListRecord'] = UncompletionRecordEntitiesDat.value.map(res => res.id);
}
if (UncompletionRecipientEntityListData.value.length) {
//
//
data['assignListRecipient'] = UncompletionRecipientEntityListData.value.map(res => res.id);
}
@ -2063,6 +2063,7 @@ const AppealEditor = () => {
id: item.id, // ID
};
});
//
data['completionRecipientEntities'] = CompensationParty.value
.filter(item => item.state === 1) // 1
.map(item => {
@ -2133,6 +2134,10 @@ const UnpaidClaimsEdited = () => {
// ProcessedId.value
},
};
// ID
if (res.data.data.processingResultsVO.id) {
ProcessedId.value = res.data.data.processingResultsVO.id;
}
//
if (Copyprocessingresults.value) {
let missingObjects = Copyprocessingresults.value.filter(objA => {
@ -2171,14 +2176,6 @@ const UnpaidClaimsEdited = () => {
}
})
.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);

729
src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue

File diff suppressed because it is too large Load Diff

26
src/views/basicdata/brand/basicClient.vue

@ -584,7 +584,7 @@ export default {
{
prop: 'linkman',
label: '联系人',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -595,7 +595,7 @@ export default {
{
prop: 'phone',
label: '联系电话',
type: 1,
type: 2,
values: '',
width: '130',
checkarr: [],
@ -606,10 +606,27 @@ export default {
{
prop: 'typeServiceName',
label: '配送类型',
type: 1,
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [{
value: '1',
label: '商配',
},
{
value: '2',
label: '市配',
},
{
value: '3',
label: '自提',
},
{
value: '4',
label: '三方中转',
},
],
fixed: false,
sortable: true,
head: false,
@ -1298,6 +1315,7 @@ export default {
this.title = '新增';
this.form = {};
this.fileList = [];
this.viewEntd = true;
this.box = true;
this.distriType = false;
this.viewClientEntd = false;

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

@ -520,8 +520,9 @@
>
<el-text
v-if="
slotProps.scope.row.orderPackageStatus != '70' ||
slotProps.scope.row.orderPackageStatusName !== '已签收'
accessControl&& ( slotProps.scope.row.orderPackageStatus != '70' ||
slotProps.scope.row.orderPackageStatusName !== '已签收')
"
size="small"
@click="signingReservationPackage(slotProps.scope.row)"
@ -579,8 +580,7 @@
>
<el-text
v-if="
slotProps.scope.row.stockSignfoStatus == '10' ||
slotProps.scope.row.stockSignfoStatusName == '未签收'
accessControl && (slotProps.scope.row.stockSignfoStatus == '10' || slotProps.scope.row.stockSignfoStatusName == '未签收')
"
size="small"
@click="signingReservationInventoryPackage(slotProps.scope.row)"

4
src/views/distribution/inventory/distrilbutionBillLadingView.vue

@ -329,7 +329,7 @@ export default {
head: false,
},
{
prop: 'handQuantity',
prop: 'preparedQuantity',
label: '备货件数',
type: 1,
values: '',
@ -1304,7 +1304,7 @@ export default {
},
{
label: '备货件数',
prop: 'handQuantity',
prop: 'preparedQuantity',
search: true,
width: '100px',
},

Loading…
Cancel
Save