|
|
|
@ -188,7 +188,7 @@
|
|
|
|
|
<!-- 处理结果确定和处理完毕 --> |
|
|
|
|
<el-button |
|
|
|
|
v-if=" |
|
|
|
|
TabPermissions == '1' && slotProps.scope.row.workOrderStatus!='30' |
|
|
|
|
TabPermissions == '2' && slotProps.scope.row.workOrderStatus!='30' |
|
|
|
|
" |
|
|
|
|
@click="DetermineStorage(slotProps.scope)" |
|
|
|
|
>确定</el-button |
|
|
|
@ -807,7 +807,7 @@ const details = reactive({
|
|
|
|
|
search: false, |
|
|
|
|
/** 表格搜索条件 */ |
|
|
|
|
query: { |
|
|
|
|
workOrderStatus: null, |
|
|
|
|
workOrderStatus:UserPermissions.value == '仓库客服' ? '1000':'', |
|
|
|
|
}, |
|
|
|
|
/** 时间快捷选择设置 */ |
|
|
|
|
shortcuts: [ |
|
|
|
@ -1115,55 +1115,8 @@ const TransportLossNode = ref([
|
|
|
|
|
{ label: '安装环节', value: 6 }, |
|
|
|
|
]); |
|
|
|
|
|
|
|
|
|
// 页面初始化数据 |
|
|
|
|
const IndexTable = val => { |
|
|
|
|
ClaimStatus.value = false; |
|
|
|
|
AppealStatus.value = false; //关闭申诉状态 |
|
|
|
|
TimeoutStatus.value = false; //关闭超时 |
|
|
|
|
// ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
details.loadingObj.list = true; //开启动画加载 |
|
|
|
|
|
|
|
|
|
columnList[2].checkarr = []; //重置下拉搜索框 |
|
|
|
|
columnList[3].checkarr = []; |
|
|
|
|
columnList[10].checkarr=[] |
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(columnList[3].checkarr, 'pc_discovery_node'); //发现环节 |
|
|
|
|
updateDictionary(columnList[10].checkarr, 'work_order_status'); //工单状态 |
|
|
|
|
getDictionaryBiz('after_sales_visits').then(res => { |
|
|
|
|
console.log(res, '角色字典'); |
|
|
|
|
const matchingItem = res.data.data.find( |
|
|
|
|
item => item.dictValue == JSON.parse(localStorage.getItem('TWMS-userInfo')).content.role_name |
|
|
|
|
); |
|
|
|
|
if (matchingItem) { |
|
|
|
|
console.log(TabList.value, '导航'); |
|
|
|
|
UserPermissions.value = matchingItem.dictValue; |
|
|
|
|
console.log(matchingItem.dictValue, '角色'); |
|
|
|
|
if (matchingItem.dictValue != '仓库客服') { |
|
|
|
|
TabList.value[2].state = false; |
|
|
|
|
} else { |
|
|
|
|
TabList.value[2].state = true; |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
TabList.value[2].state = true; |
|
|
|
|
UserPermissions.value = '仓库客服'; |
|
|
|
|
} |
|
|
|
|
console.log(UserPermissions.value, '当前角色权限'); |
|
|
|
|
let data = { |
|
|
|
|
workOrderStatus:TabPermissions.value == '0' && UserPermissions.value == '仓库客服' ? '1000' : null, //不可调整顺序 |
|
|
|
|
...val, //接收搜索参数值 |
|
|
|
|
current: page.value.currentPage, //页码 |
|
|
|
|
size: page.value.pageSize, //条数 |
|
|
|
|
}; |
|
|
|
|
$_getList(data).then(res => { |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
console.log(res, '初始化返回值'); |
|
|
|
|
details.loadingObj.list = false; //关闭动画加载 |
|
|
|
|
console.log(columnList[17].checkarr,'工单状态12312421'); |
|
|
|
|
if (res.data.data) { |
|
|
|
|
page.value.total = res.data.data.total; //总页数 |
|
|
|
|
|
|
|
|
|
if (res.data.data.records.length) { |
|
|
|
|
res.data.data.records.forEach(item => { |
|
|
|
|
const Statusprocessing=(val)=>{ |
|
|
|
|
val.forEach(item => { |
|
|
|
|
console.log(item, 'item'); |
|
|
|
|
// 对为null的数据进行处理 |
|
|
|
|
// for (const property in item) { |
|
|
|
@ -1225,6 +1178,55 @@ const IndexTable = val => {
|
|
|
|
|
item.workOrderStatusNameS = columnList[10].checkarr[10].label; //已结束 |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
// 页面初始化数据 |
|
|
|
|
const IndexTable = val => { |
|
|
|
|
console.log(val,'接收的搜索参数'); |
|
|
|
|
console.log(data.workOrderStatus,'当前搜状态'); |
|
|
|
|
ClaimStatus.value = false; |
|
|
|
|
AppealStatus.value = false; //关闭申诉状态 |
|
|
|
|
TimeoutStatus.value = false; //关闭超时 |
|
|
|
|
// ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
details.loadingObj.list = true; //开启动画加载 |
|
|
|
|
columnList[2].checkarr = []; //重置下拉搜索框 |
|
|
|
|
columnList[3].checkarr = []; |
|
|
|
|
columnList[10].checkarr=[] |
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(columnList[3].checkarr, 'pc_discovery_node'); //发现环节 |
|
|
|
|
updateDictionary(columnList[10].checkarr, 'work_order_status'); //工单状态 |
|
|
|
|
getDictionaryBiz('after_sales_visits').then(res => { |
|
|
|
|
console.log(res, '角色字典'); |
|
|
|
|
const matchingItem = res.data.data.find( |
|
|
|
|
item => item.dictValue == JSON.parse(localStorage.getItem('TWMS-userInfo')).content.role_name |
|
|
|
|
); |
|
|
|
|
if (matchingItem) { |
|
|
|
|
console.log(TabList.value, '导航'); |
|
|
|
|
UserPermissions.value = matchingItem.dictValue; |
|
|
|
|
console.log(matchingItem.dictValue, '角色'); |
|
|
|
|
if (matchingItem.dictValue != '仓库客服') { |
|
|
|
|
TabList.value[2].state = false; |
|
|
|
|
} else { |
|
|
|
|
TabList.value[2].state = true; |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
TabList.value[2].state = true; |
|
|
|
|
UserPermissions.value = '仓库客服'; |
|
|
|
|
} |
|
|
|
|
console.log(UserPermissions.value, '当前角色权限'); |
|
|
|
|
let data = { |
|
|
|
|
// workOrderStatus:TabPermissions.value == '0' && UserPermissions.value == '仓库客服' ? '1000' : val.workOrderStatus, //不可调整顺序 |
|
|
|
|
...val, //接收搜索参数值 |
|
|
|
|
current: page.value.currentPage, //页码 |
|
|
|
|
size: page.value.pageSize, //条数 |
|
|
|
|
}; |
|
|
|
|
$_getList(data).then(res => { |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
console.log(res, '初始化返回值'); |
|
|
|
|
details.loadingObj.list = false; //关闭动画加载 |
|
|
|
|
if (res.data.data) { |
|
|
|
|
page.value.total = res.data.data.total; //总页数 |
|
|
|
|
if (res.data.data.records.length) { |
|
|
|
|
Statusprocessing(res.data.data.records) |
|
|
|
|
details.data = res.data.data.records; |
|
|
|
|
} else { |
|
|
|
|
details.data = res.data.data.records; |
|
|
|
@ -1244,7 +1246,6 @@ const Tableheaderswitching = val => {
|
|
|
|
|
// 页面初始化 |
|
|
|
|
const OnLoad = () => { |
|
|
|
|
// 表格切换 |
|
|
|
|
|
|
|
|
|
userInfo.value = JSON.parse(localStorage.getItem('TWMS-userInfo')); //获取本地登录人参数 |
|
|
|
|
Mydata.value = JSON.parse(localStorage.getItem('my_data')); //获取本地仓库信息 |
|
|
|
|
currentUser.value = Mydata.value.id; |
|
|
|
@ -1261,7 +1262,8 @@ const OnLoad = () => {
|
|
|
|
|
console.log(data, '要提交的数据'); |
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(columnList[3].checkarr, 'pc_discovery_node'); //发现环节 |
|
|
|
|
IndexTable(); |
|
|
|
|
// details.query.workOrderStatus=UserPermissions.value == '仓库客服' ? '1000':details.query.workOrderStatus;//初始化参数 |
|
|
|
|
IndexTable(details.query); |
|
|
|
|
getDeptWarehouse({}).then(res => { |
|
|
|
|
res.data.data.forEach(item => { |
|
|
|
|
warehouseData.value.push({ |
|
|
|
@ -1288,22 +1290,6 @@ function updateDictionary(targetArray, dictionaryType) {
|
|
|
|
|
// 字典请求函数 |
|
|
|
|
const AddInfo = () => { |
|
|
|
|
$router.push('/aftersales/aftersalesWorkOrderAdd'); |
|
|
|
|
// Indexform.value = {}; //清空表单 |
|
|
|
|
// IndexException.value = []; |
|
|
|
|
// DiscoveringNodes.value = []; |
|
|
|
|
// // Indexdialog.value = true; //开启新增弹窗 |
|
|
|
|
// FromDisabled.value = false; //禁用输入框 |
|
|
|
|
// updateDictionary(IndexException.value, 'pc_work_order'); //异常类型 |
|
|
|
|
// updateDictionary(DiscoveringNodes.value, 'pc_discovery_node'); //发现环节 |
|
|
|
|
// getDeptWarehouse({}).then(res => { |
|
|
|
|
// console.log(res, '处理方'); |
|
|
|
|
// res.data.data.forEach(item => { |
|
|
|
|
// warehouseData.value.push({ |
|
|
|
|
// value: item.id, |
|
|
|
|
// label: item.name, |
|
|
|
|
// }); |
|
|
|
|
// }); |
|
|
|
|
// }); |
|
|
|
|
}; |
|
|
|
|
// 上传图片规则 |
|
|
|
|
const beforeAvatarUpload = rawFile => { |
|
|
|
@ -1353,7 +1339,6 @@ const ConfirmForm = () => {
|
|
|
|
|
typesOf: 1, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// processorEntityList.push(ResponsibleParty); |
|
|
|
|
console.log(processorEntityList, 'processorEntityList'); |
|
|
|
|
let DataSubmit = { ...Indexform.value }; //定义初始化 |
|
|
|
@ -1362,7 +1347,6 @@ const ConfirmForm = () => {
|
|
|
|
|
delete DataSubmit.processor; //移除多余字段 |
|
|
|
|
console.log(DataSubmit, '处理好的表单信息'); |
|
|
|
|
console.log(warehouseData.value, 'warehouseData.value'); |
|
|
|
|
|
|
|
|
|
Indexdialog.value = false; //关闭表单弹窗 |
|
|
|
|
$_submit(DataSubmit).then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
@ -1683,7 +1667,6 @@ const DetermineClaims=(val)=>{
|
|
|
|
|
workOrderStatus:30 |
|
|
|
|
} |
|
|
|
|
details.loadingObj.list = true; //开启动画加载 |
|
|
|
|
|
|
|
|
|
console.log(data,'处理好的值'); |
|
|
|
|
$_settlementUpdate(data).then(res=>{ |
|
|
|
|
console.log(res); |
|
|
|
@ -1811,66 +1794,64 @@ const Appealbutton = state => {
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 异常类型事件 |
|
|
|
|
const abnormalChange = val => { |
|
|
|
|
console.log(val); |
|
|
|
|
StateType.value = false; |
|
|
|
|
if (val == 1 || val == 2 || val == 3) { |
|
|
|
|
SelectType.value = val; |
|
|
|
|
} else { |
|
|
|
|
StateType.value = true; |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 发现节点事件 |
|
|
|
|
const DiscoveringNodesChange = val => { |
|
|
|
|
groundlineSet.value = false; //干线条件都满足 |
|
|
|
|
if (val == 1 || val == 2 || val == 3 || val == 4 || val == 5) { |
|
|
|
|
groundlineType.value = val; //干线状态 |
|
|
|
|
} else { |
|
|
|
|
groundlineSet.value = true; //展示所有搜索框 |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
// 照片 |
|
|
|
|
const handleRemove = (uploadFile, uploadFiles) => { |
|
|
|
|
console.log(uploadFile, uploadFiles); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const handlePictureCardPreview = uploadFile => { |
|
|
|
|
dialogImageUrl.value = uploadFile.url; |
|
|
|
|
dialogVisible.value = true; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/** 表格表头输入框搜索 */ |
|
|
|
|
const inputsc = (index, row) => { |
|
|
|
|
processRowProperty(index, row, details); |
|
|
|
|
details.query[row.prop] = index; |
|
|
|
|
console.log(details.query,'搜索参数'); |
|
|
|
|
|
|
|
|
|
if (TimeoutStatus.value) { |
|
|
|
|
// 超时列表 |
|
|
|
|
TimeoutHandling(details.query); |
|
|
|
|
return; |
|
|
|
|
if(TabPermissions.value == '4'){ |
|
|
|
|
// 理赔金额未出 |
|
|
|
|
settlementclaim(details.query); |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (AppealStatus.value) { |
|
|
|
|
// 申诉列表 |
|
|
|
|
if(AppealStatusT.value && TabPermissions.value == '6'){ |
|
|
|
|
// 申诉列表 |
|
|
|
|
appealFn(details.query); |
|
|
|
|
return; |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (ClaimStatus.value) { |
|
|
|
|
// 这是理赔搜索 |
|
|
|
|
settlementclaim(details.query); |
|
|
|
|
return; |
|
|
|
|
if(TabPermissions.value == '8'){ |
|
|
|
|
// 待回复 |
|
|
|
|
ProcessingPartyFun(details.query); |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!ProcessingPartyState.value) { |
|
|
|
|
IndexTable(details.query); //首页初始化信息 |
|
|
|
|
console.log('首页'); |
|
|
|
|
} else { |
|
|
|
|
ProcessingPartyFun(details.query); //处理方信息 |
|
|
|
|
console.log('处理方'); |
|
|
|
|
if(TabPermissions.value == '7'){ |
|
|
|
|
TimeoutHandling(details.query);//超时未处理 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
IndexTable(details.query); //首页初始化信息 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ======= |
|
|
|
|
|
|
|
|
|
// if (TimeoutStatus.value) { |
|
|
|
|
// // 超时列表 |
|
|
|
|
// TimeoutHandling(details.query); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// if (AppealStatus.value) { |
|
|
|
|
// // 申诉列表 |
|
|
|
|
// appealFn(details.query); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// if (ClaimStatus.value) { |
|
|
|
|
// // 这是理赔搜索 |
|
|
|
|
// settlementclaim(details.query); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// if (!ProcessingPartyState.value) { |
|
|
|
|
// IndexTable(details.query); //首页初始化信息 |
|
|
|
|
// console.log('首页'); |
|
|
|
|
// } else { |
|
|
|
|
// ProcessingPartyFun(details.query); //处理方信息 |
|
|
|
|
// console.log('处理方'); |
|
|
|
|
// } |
|
|
|
|
}; |
|
|
|
|
// 网页顶部搜索按钮 |
|
|
|
|
const searchChange = () => { |
|
|
|
@ -1890,6 +1871,7 @@ const searchChange = () => {
|
|
|
|
|
}; |
|
|
|
|
// 清空头部搜索 |
|
|
|
|
const empty = () => { |
|
|
|
|
console.log(details.columnList); |
|
|
|
|
details.columnList.forEach(item => { |
|
|
|
|
item.values = ''; |
|
|
|
|
}); |
|
|
|
@ -1930,11 +1912,15 @@ const btnsc = val => {
|
|
|
|
|
/** 表格表头下拉框选择 */ |
|
|
|
|
const selectsc = (index, row) => { |
|
|
|
|
processRowProperty(index, row, details); |
|
|
|
|
console.log(details,'下拉的参数'); |
|
|
|
|
details.query.workOrderStatus = TabPermissions.value |
|
|
|
|
if (TimeoutStatus.value) { |
|
|
|
|
// 超时列表 |
|
|
|
|
TimeoutHandling(details.query); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (AppealStatus.value) { |
|
|
|
|
// 申诉列表 |
|
|
|
|
appealFn(details.query); |
|
|
|
@ -1966,7 +1952,6 @@ const Antidictionary = (val, data) => {
|
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
function onLoad() {} |
|
|
|
|
|
|
|
|
|
/** 表格表头复选框选择 */ |
|
|
|
|
const selectionChange = list => { |
|
|
|
@ -2274,79 +2259,67 @@ const TimeoutHandling = val => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 标签栏触发 |
|
|
|
|
const tabChenge = val => { |
|
|
|
|
const tabChenge = (val,input) => { |
|
|
|
|
TabPermissions.value = val; //记录当前点击的菜单 |
|
|
|
|
AppealStatusT.value = false; //申诉列表关闭 |
|
|
|
|
console.log(val, '触发了标签栏'); |
|
|
|
|
let data = {}; |
|
|
|
|
let data = { |
|
|
|
|
...input,//搜索输入框 |
|
|
|
|
}; |
|
|
|
|
empty(); |
|
|
|
|
if (val == 0) { |
|
|
|
|
ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
|
|
|
|
|
ArbitrationStatus.value = true; //可以以申请仲裁 |
|
|
|
|
if (UserPermissions.value == '仓库客服') { |
|
|
|
|
if (UserPermissions.value == '仓库客服') {//全部 |
|
|
|
|
data.workOrderStatus = 1000; |
|
|
|
|
details.query.workOrderStatus = 1000; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
IndexTable(data); |
|
|
|
|
empty(); |
|
|
|
|
} else { |
|
|
|
|
details.query.workOrderStatus = null; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
IndexTable(); |
|
|
|
|
empty(); |
|
|
|
|
console.log('全部'); |
|
|
|
|
} |
|
|
|
|
} else if (val == 1) { |
|
|
|
|
// 处理中 |
|
|
|
|
if (UserPermissions.value == '仓库客服') { |
|
|
|
|
data.workOrderStatus = 20; |
|
|
|
|
details.query.workOrderStatus = 20; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
} else { |
|
|
|
|
data.workOrderStatus = 40; |
|
|
|
|
details.query.workOrderStatus = 40; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
details.query.workOrderStatus = 40; |
|
|
|
|
} |
|
|
|
|
ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
ArbitrationStatus.value = true; //可以申请仲裁 |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
IndexTable(data); |
|
|
|
|
} else if (val == 2) { |
|
|
|
|
console.log('处理完毕'); |
|
|
|
|
//处理完毕 |
|
|
|
|
data.workOrderStatus = 30; |
|
|
|
|
details.query.workOrderStatus = 30; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
// 处理完毕 |
|
|
|
|
ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
ArbitrationStatus.value = false; //不可以申请仲裁 |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
IndexTable(data); |
|
|
|
|
} else if (val == 3) { |
|
|
|
|
// 待处理 |
|
|
|
|
console.log(UserPermissions.value, '当前身份'); |
|
|
|
|
console.log('待处理'); |
|
|
|
|
ProcessingPartyState.value = true; //开启处理方 |
|
|
|
|
if (UserPermissions.value != '仓库客服') { |
|
|
|
|
data.workOrderStatus = 500; |
|
|
|
|
details.query.workOrderStatus = 500; |
|
|
|
|
ArbitrationStatus.value = true; //可以申请仲裁 |
|
|
|
|
} else { |
|
|
|
|
data.workOrderStatus = 10; |
|
|
|
|
details.query.workOrderStatus = 10; |
|
|
|
|
ArbitrationStatus.value = true; //可以申请仲裁 |
|
|
|
|
} |
|
|
|
|
ArbitrationStatus.value = true; //可以申请仲裁 |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
} else if (val == 4) { |
|
|
|
|
// 理赔金额未出 |
|
|
|
|
ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
// 理赔金额未出 |
|
|
|
|
details.query.workOrderStatus = null; |
|
|
|
|
ArbitrationStatus.value = false; //不可以申请仲裁 |
|
|
|
|
Tableheaderswitching(Claimsfield); //切换表格 |
|
|
|
|
empty(); |
|
|
|
|
settlementclaim(); |
|
|
|
|
} else if (val == 5) { |
|
|
|
|
// 仲裁中 |
|
|
|
@ -2355,7 +2328,6 @@ const tabChenge = val => {
|
|
|
|
|
details.query.workOrderStatus = 70; |
|
|
|
|
ArbitrationStatus.value = false; //不可以申请仲裁 |
|
|
|
|
Tableheaderswitching(columnList); //表头切换 |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
} else if (val == 6) { |
|
|
|
|
// 完结 |
|
|
|
@ -2364,10 +2336,7 @@ const tabChenge = val => {
|
|
|
|
|
details.query.workOrderStatus = 80; |
|
|
|
|
ArbitrationStatus.value = false; //不可以申请仲裁 |
|
|
|
|
Tableheaderswitching(columnList); //表头切换 |
|
|
|
|
empty(); |
|
|
|
|
IndexTable(data); |
|
|
|
|
|
|
|
|
|
console.log('执行了计算高度'); |
|
|
|
|
var bodyContent = document.querySelectorAll('.maboxhi'); |
|
|
|
|
const _height = getWinHight(); |
|
|
|
|
// 设置列表的高度 |
|
|
|
@ -2378,22 +2347,21 @@ const tabChenge = val => {
|
|
|
|
|
// 超时未处理 |
|
|
|
|
ProcessingPartyState.value = false; //关闭处理方 |
|
|
|
|
data.workOrderStatus = null; |
|
|
|
|
details.query.workOrderStatus = ''; |
|
|
|
|
details.query.workOrderStatus = null; |
|
|
|
|
ArbitrationStatus.value = false; //不可以申请仲裁 |
|
|
|
|
Tableheaderswitching(timeoutList); //表头切换 |
|
|
|
|
empty(); |
|
|
|
|
TimeoutHandling(); //调用超时未出理 |
|
|
|
|
} else if (val == 8) { |
|
|
|
|
// 待回复按钮 |
|
|
|
|
console.log('待回复'); |
|
|
|
|
if (UserPermissions.value == '仓库客服') { |
|
|
|
|
data.workOrderStatus = ''; |
|
|
|
|
details.query.workOrderStatus = ''; |
|
|
|
|
// 不是仓库客服看不见待回复按钮 |
|
|
|
|
data.workOrderStatus = null; |
|
|
|
|
details.query.workOrderStatus = null; |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
empty(); |
|
|
|
|
ProcessingPartyFun(data); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
console.log('执行完毕'); |
|
|
|
|
}; |
|
|
|
|
/** |
|
|
|
|
* 设置列表 -- 固定函数 |
|
|
|
@ -2417,12 +2385,13 @@ const showdrawer = _flag => {
|
|
|
|
|
details.drawerShow = _flag; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 处理方数据公共函数 |
|
|
|
|
// 待回复处理方数据公共函数 |
|
|
|
|
const ProcessingPartyFun = val => { |
|
|
|
|
console.log('触发了待回复'); |
|
|
|
|
ClaimStatus.value = false; //关闭理赔状态 |
|
|
|
|
TimeoutStatus.value = false; //关闭超时 |
|
|
|
|
AppealStatus.value = false; //关闭申诉状态 |
|
|
|
|
details.query.workOrderStatus = null; |
|
|
|
|
// details.query.workOrderStatus = null; |
|
|
|
|
details.loadingObj.list = true; //开启动画加载 |
|
|
|
|
let data = { |
|
|
|
|
...val, |
|
|
|
@ -2430,7 +2399,6 @@ const ProcessingPartyFun = val => {
|
|
|
|
|
console.log(val, 'val接收的参数'); |
|
|
|
|
columnList[2].checkarr = []; //重置下拉搜索框 |
|
|
|
|
columnList[3].checkarr = []; |
|
|
|
|
|
|
|
|
|
data.current = page.value.currentPage; //页码 |
|
|
|
|
data.size = page.value.pageSize; //条数 |
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
@ -2439,50 +2407,53 @@ const ProcessingPartyFun = val => {
|
|
|
|
|
details.loadingObj.list = false; //关闭动画加载 |
|
|
|
|
page.value.total = res.data.data.total; //总页数 |
|
|
|
|
if (res.data.data.records.length) { |
|
|
|
|
res.data.data.records.forEach(item => { |
|
|
|
|
// 对为null的数据进行处理 |
|
|
|
|
for (const property in item) { |
|
|
|
|
if (item[property] == null) { |
|
|
|
|
item[property] = '/'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// 对状态进行处理 |
|
|
|
|
if (item.workOrderType == 1) { |
|
|
|
|
item.workOrderTypeNameS = columnList[2].checkarr[0].label; //货损 |
|
|
|
|
} else if (item.workOrderType == 2) { |
|
|
|
|
item.workOrderTypeNameS = columnList[2].checkarr[1].label; //少货 |
|
|
|
|
} else if (item.workOrderType == 3) { |
|
|
|
|
item.workOrderTypeNameS = columnList[2].checkarr[2].label; //窜货 |
|
|
|
|
} else if (item.workOrderType == 4) { |
|
|
|
|
item.workOrderTypeNameS = columnList[2].checkarr[3].label; //加急 |
|
|
|
|
} else if (item.workOrderType == 5) { |
|
|
|
|
item.workOrderTypeNameS = columnList[2].checkarr[4].label; //其他 |
|
|
|
|
} |
|
|
|
|
// 提货环节下拉赋值 |
|
|
|
|
if (item.discoveryNode == 1) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[0].label; //提货环节 |
|
|
|
|
} else if (item.discoveryNode == 2) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[1].label; //发货环节 |
|
|
|
|
} else if (item.discoveryNode == 3) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[2].label; //干线卸车环节 |
|
|
|
|
} else if (item.discoveryNode == 4) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[3].label; //库内作业环节 |
|
|
|
|
} else if (item.discoveryNode == 5) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[4].label; //配送装车环节 |
|
|
|
|
} else if (item.discoveryNode == 6) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[5].label; //其他 |
|
|
|
|
} else if (item.discoveryNode == 7) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[6].label; //配送签收环节 |
|
|
|
|
} else if (item.discoveryNode == 8) { |
|
|
|
|
item.discoveryNodeNameS = columnList[3].checkarr[7].label; //安装环节 |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
Statusprocessing(res.data.data.records) |
|
|
|
|
// res.data.data.records.forEach(item => { |
|
|
|
|
// // 对为null的数据进行处理 |
|
|
|
|
// // for (const property in item) { |
|
|
|
|
// // if (item[property] == null) { |
|
|
|
|
// // item[property] = '/'; |
|
|
|
|
// // } |
|
|
|
|
// // } |
|
|
|
|
// // 对状态进行处理 |
|
|
|
|
// if (item.workOrderType == 1) { |
|
|
|
|
// item.workOrderTypeNameS = columnList[2].checkarr[0].label; //货损 |
|
|
|
|
// } else if (item.workOrderType == 2) { |
|
|
|
|
// item.workOrderTypeNameS = columnList[2].checkarr[1].label; //少货 |
|
|
|
|
// } else if (item.workOrderType == 3) { |
|
|
|
|
// item.workOrderTypeNameS = columnList[2].checkarr[2].label; //窜货 |
|
|
|
|
// } else if (item.workOrderType == 4) { |
|
|
|
|
// item.workOrderTypeNameS = columnList[2].checkarr[3].label; //加急 |
|
|
|
|
// } else if (item.workOrderType == 5) { |
|
|
|
|
// item.workOrderTypeNameS = columnList[2].checkarr[4].label; //其他 |
|
|
|
|
// } |
|
|
|
|
// // 提货环节下拉赋值 |
|
|
|
|
// if (item.discoveryNode == 1) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[0].label; //提货环节 |
|
|
|
|
// } else if (item.discoveryNode == 2) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[1].label; //发货环节 |
|
|
|
|
// } else if (item.discoveryNode == 3) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[2].label; //干线卸车环节 |
|
|
|
|
// } else if (item.discoveryNode == 4) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[3].label; //库内作业环节 |
|
|
|
|
// } else if (item.discoveryNode == 5) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[4].label; //配送装车环节 |
|
|
|
|
// } else if (item.discoveryNode == 6) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[5].label; //其他 |
|
|
|
|
// } else if (item.discoveryNode == 7) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[6].label; //配送签收环节 |
|
|
|
|
// } else if (item.discoveryNode == 8) { |
|
|
|
|
// item.discoveryNodeNameS = columnList[3].checkarr[7].label; //安装环节 |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
details.data = res.data.data.records; |
|
|
|
|
console.log(details.data, '存储的数据'); |
|
|
|
|
} else { |
|
|
|
|
details.data = res.data.data.records; //这里是空的 |
|
|
|
|
} |
|
|
|
|
loading.value = false; //关闭加载效果 |
|
|
|
|
}).catch(res=>{ |
|
|
|
|
loading.value = false; //关闭加载效果 |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|