qb 1 year ago
parent
commit
2ad06e9f4f
  1. 2
      src/option/aftersales/vueTvemp.js
  2. 13
      src/views/aftersales/aftersalesWorkOrder.vue
  3. 4
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  4. 11
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  5. 2
      src/views/aftersales/aftersalesWorkOrderend.vue
  6. 81
      src/views/supervise/IndicatorList.vue
  7. 15
      src/views/supervise/classify.vue
  8. 27
      src/views/supervise/management.vue
  9. 6
      vite.config.js

2
src/option/aftersales/vueTvemp.js

@ -336,7 +336,7 @@ export const columnList = [
label: '操作',
type: 6,
values: '',
width: '100',
width: '130',
checkarr: [],
fixed: 'right',
sortable: false,

13
src/views/aftersales/aftersalesWorkOrder.vue

@ -261,8 +261,11 @@
(UserPermissions == '仓库客服' || UserPermissions == '总部客服经理')
"
@click="ResultConfirmation(slotProps.scope)"
>确定</el-button
>结果确定</el-button
>
<!-- 仲裁中确定结束仲裁按钮 -->
<el-button
v-if="TabPermissions == '5'"
@ -3044,6 +3047,7 @@ const TimeoutHandling = (val, Refresh) => {
TabList.value.find(res => res.name == TabPermissions.value).DataList = [];
TabList.value.find(res => res.name == TabPermissions.value).total = 0;
TabList.value.find(res => res.name == TabPermissions.value).request = true;
details.data= res.data.data.records
}
}).catch(res=>{
details.loadingObj.list = false; //
@ -3639,7 +3643,7 @@ const ResultConfirmation = val => {
return;
}
}
ElMessageBox.confirm('是否确定当前处理结果?', 'Warning', {
ElMessageBox.confirm('是否确定当前处理结果?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
@ -3751,6 +3755,11 @@ const ResultConfirmation = val => {
});
}
};
//
const findingAudit=()=>{
}
//
const BatchReturn = () => {
BatchFrom.value.businessDepartment = [];

4
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -1171,8 +1171,8 @@ const ConfirmForm = () => {
Indexform.value['packList'].forEach(item => {
DataSubmit['decreaseImageEntityList'].push({
imageType: SelectType.value == 1 ? 10 : SelectType.value == 3 ? 20 : '',
imageName: item.response.data.originalName,
imagePath: item.response.data.link,
imageName: item.response.data?item.response.data.originalName:'',
imagePath:item.response.data? item.response.data.link:'',
});
});
}

11
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -665,6 +665,9 @@
<el-button type="primary" v-if="PermissionButton.Processing_results" @click="addingRecord"
>处理结果
</el-button>
<!-- <el-button type="primary" v-if="PermissionButton.Confirm_review" @click="ConfirmReview"
>确定审核
</el-button> -->
<el-button type="primary" v-if="PermissionButton.work_order_completion" @click="EndJump"
>完结</el-button
>
@ -1073,7 +1076,8 @@ const PermissionButton = computed(() => {
$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,
@ -1492,7 +1496,10 @@ const addingRecord = () => {
},
});
};
//
const ConfirmReview=()=>{
}
//
const EndJump = () => {
$router.push({
@ -1635,7 +1642,7 @@ const ConfirmReturn = () => {
});
};
//
//
const ResultConfirmation = () => {
let data = {
assignList: [],

2
src/views/aftersales/aftersalesWorkOrderend.vue

@ -590,7 +590,7 @@
> -->
<el-button
v-if="$route.query.workOrderStatus == '10' && UserPermissions.value != '仓库客服'"
v-if="$route.query.workOrderStatus == '10' && UserPermissions != '仓库客服'"
type="primary"
class="button"
@click="CustomerServiceCompleted"

81
src/views/supervise/IndicatorList.vue

@ -78,7 +78,9 @@
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="BatchDelete" icon="Delete"> 批量删除</el-button>
<el-button type="primary" @click="exportList" ><el-icon><Download /></el-icon></el-button>
<el-button type="primary" @click="exportList"
><el-icon><Download /></el-icon></el-button
>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
@ -101,15 +103,21 @@
@timeCheck="timesc"
@selectCheck="selectsc"
@selection="selectionChange"
:isselectfun="ProhibitSelection"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<!-- -->
<div class="ElBtnClass">
<el-button text @click="ClassificationIndicatorView(slotProps.scope)"
>查看</el-button
>
<el-button text @click="ClassificationDditing(slotProps.scope)">编辑</el-button>
<el-button text type="primary" @click="CategoryDeletion(slotProps.scope)"
<el-button v-if="slotProps.scope.row.isEdit != '0'" text @click="ClassificationDditing(slotProps.scope)">编辑</el-button>
<el-button
v-if="slotProps.scope.row.isEdit != '0'"
text
type="primary"
@click="CategoryDeletion(slotProps.scope)"
>删除</el-button
>
</div>
@ -165,7 +173,7 @@
<el-input v-model="lassificationform.point" placeholder="暂无" />
</el-form-item>
<el-form-item label="描述">
<el-form-item label="整改结果">
<el-input v-model="lassificationform.objectionRemark" placeholder="暂无" />
</el-form-item>
@ -194,6 +202,14 @@
"
/>
</el-form-item>
<el-form-item label="申诉原因">
<el-input
v-model="lassificationform.appealReason"
placeholder="
暂无
"
/>
</el-form-item>
<div class="el_photo_max">
<el-form-item label="照片" class="el_fotnr">
<el-upload
@ -262,6 +278,7 @@
placeholder="请选择指标分类"
style="width: 100%"
@change="ClassificationChange"
:disabled="EditEnable"
>
<el-option
v-for="item in classificationoptions"
@ -278,6 +295,7 @@
placeholder="请选择指标项目"
style="width: 100%"
@change="IndicatoritemsChange"
:disabled="EditEnable"
>
<el-option
v-for="item in Indicatoritems"
@ -294,6 +312,7 @@
class="m-2"
placeholder="请选择指标分数"
style="width: 100%"
:disabled="EditEnable"
>
<el-option
v-for="item in IndicatorScore"
@ -318,17 +337,28 @@
:rows="4"
type="textarea"
placeholder="请输入分数备注"
:disabled="EditEnable"
/>
</el-form-item>
<el-form-item label="异议描述">
<el-form-item label="整改结果回复">
<el-input
v-model="lassificationformedit.objectionRemark"
:rows="4"
type="textarea"
placeholder="请输入异议描述"
placeholder="请输入整改结果回复内容"
/>
</el-form-item>
<el-form-item label="申诉原因">
<el-input
v-model="lassificationformedit.appealReason"
:rows="4"
type="textarea"
placeholder="请输入申诉原因"
/>
</el-form-item>
<div class="el_photo_max">
<el-form-item label="照片" class="el_fotnr">
<el-upload
@ -408,6 +438,7 @@ const pageSize = ref(50);
const lassificationform = ref({}); //
const lassificationformedit = ref({}); //
const title = ref(true); //
const EditEnable = ref(true);//
const EditID = ref(true); //ID
const currentPage = ref(1);
const newlyAdded = ref(false); //
@ -583,7 +614,6 @@ const Photoviewing = val => {
dialogImageUrl.value = val.url;
};
//
const Obtainclassification = () => {
$_selectParentCalssifyList().then(res => {
@ -680,23 +710,23 @@ const BatchDelete = () => {
};
//
const exportList=()=>{
const exportList = () => {
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log('导出数据');
let data={
...searchFrom.value
}
$_exportIndicatorsList(data).then(res => {
console.log('导出数据');
let data = {
...searchFrom.value,
};
$_exportIndicatorsList(data).then(res => {
downloadXls(res.data, `导出数据.xlsx`);
});
})
.catch(() => {});
}
};
//
const CategoryDeletion = val => {
ElMessageBox.confirm(`是否删除${val.row.classifyName}分类?`, 'Warning', {
@ -783,7 +813,13 @@ const selectionChange = list => {
selectionList.value = list;
console.log(selectionList.value, '已经选中的数据');
};
function ProhibitSelection(val, index) {
if (val.isEdit == '0') {
return false;
} else {
return true;
}
}
const searchHide = () => {
search.value = !search.value;
@ -914,10 +950,17 @@ const ClassificationIndicatorView = val => {
//
const ClassificationDditing = async val => {
console.log(val, '编辑弹窗展开');
if(val.row.isEdit ==1){
EditEnable.value=false;
}else if(val.row.isEdit == 2){
EditEnable.value=true;
}
srcList.value = [];
fileList.value = [];
$_findIndicatorsDetail({ id: val.row.id })
.then(res => {
lassificationformedit.value.appealReason = val.row.appealReason; //
console.log(res.data.data.pictures, '图片列表');
url.value = res.data.data.pictures[0].url; //
res.data.data.pictures.forEach(res => {
@ -961,6 +1004,7 @@ const ClassificationDditing = async val => {
lassificationformedit.value.objectionRemark = val.row.objectionRemark; //
lassificationformedit.value.textarea = val.row.remark; //
lassificationformedit.value.assessUserName = val.row.assessUserName; //
//
// lassificationformedit.value.IndicatorScore = IndicatorScore.value.find(res=>res.point == val.row.point).id, //
EditID.value = val.row.id; //ID
@ -987,6 +1031,7 @@ const IndicatorEditingFn = () => {
classifyName: Indicatoritems.value.find(
res => res.id == lassificationformedit.value.Indicatoritems
).name, //
appealReason: lassificationformedit.value.appealReason, //
};
console.log(data, '处理好的参数');
Indicatoreditingload.value = true; //
@ -994,6 +1039,10 @@ const IndicatorEditingFn = () => {
.then(res => {
console.log(res, '编辑成功');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
IndicatorEditing.value = false; //
onLoad();
}
@ -1076,7 +1125,7 @@ const timeChange = val => {
margin-right: 10px;
}
.el-btn {
width: auto;
width: auto;
margin-right: 0;
margin-left: auto;
}

15
src/views/supervise/classify.vue

@ -24,8 +24,8 @@
<el-icon><Plus /></el-icon> </el-button
>
<el-button type="primary" @click="BatchDelete">
<el-icon><Plus /></el-icon></el-button
<el-button type="primary" @click="BatchDelete" icon="Delete">
批量删除</el-button
>
</div>
<!-- 头部右侧按钮模块 -->
@ -49,10 +49,11 @@
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
:isselectfun="ProhibitSelection"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<div class="ElBtnClass" v-if="slotProps.scope.row.isEdit == '1'">
<el-button text @click="ClassificationDditing(slotProps.scope)">编辑</el-button>
<el-button text type="primary" @click="CategoryDeletion(slotProps.scope)"
>删除</el-button
@ -328,6 +329,14 @@ const selectionChange = list => {
selectionList.value = list;
console.log(selectionList.value, '已经选中的数据');
};
//
function ProhibitSelection(val,index){
if(val.isEdit=='0'){
return false
}else{
return true
}
}
</script>
<style scoped lang="scss">

27
src/views/supervise/management.vue

@ -49,8 +49,8 @@
<el-icon><Plus /></el-icon> </el-button
>
<el-button type="primary" @click="BatchDelete">
<el-icon><Plus /></el-icon></el-button
<el-button type="primary" @click="BatchDelete" icon="Delete">
批量删除</el-button
>
<el-button type="primary" @click="details.popUpShow.UploadBatch = true" icon="Upload">
@ -78,11 +78,12 @@
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
:isselectfun="ProhibitSelection"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button text @click="ClassificationDditing(slotProps.scope)">编辑</el-button>
<template v-if="slotProps.scope.column.label == '操作'">
<div class="ElBtnClass" v-if="slotProps.scope.row.isEdit == '1'">
<el-button text @click="ClassificationDditing(slotProps.scope)">编辑</el-button>
<el-button text type="primary" @click="CategoryDeletion(slotProps.scope)"
>删除</el-button
>
@ -278,10 +279,11 @@ const examineDeptName = ref(''); //考核部门名字
/** 表格实例 */
const tableNode = ref();
const departmentName = ref(''); //
const departmentNameTemp = ref(''); //
const departmentName=ref('')//
const departmentNameID = ref(''); //ID
let my_DATA = JSON.parse(localStorage.getItem('my_data'));
departmentName.value = my_DATA.departmentName; //
departmentNameTemp.value = my_DATA.departmentName; //
departmentNameID.value = my_DATA.department; //ID
console.log(departmentName.value, '归属名称');
console.log(departmentNameID.value, '归属名称ID');
@ -505,6 +507,7 @@ const ClassificationDditing = val => {
lassificationform.value.name = data.name; //
lassificationform.value.description = data.description; //
lassificationform.value.examineDeptId = data.examineDeptId; //ID
departmentName.value = data.createDeptName; //
//
data.pointsEntities.forEach(res => {
PointsList.value.push({ integral: res.point });
@ -528,11 +531,13 @@ const BatchDelete = () => {
});
return;
}
loadingclassification.value = true; //
let data = {
ids: [],
};
data['ids'] = selectionList.value.map(res => res.id);
data['ids'] = data['ids'].join(',');
console.log(data, '批量删除');
@ -673,6 +678,14 @@ const selectionChange = list => {
selectionList.value = list;
console.log(selectionList.value, '已经选中的数据');
};
function ProhibitSelection(val,index){
if(val.isEdit=='0'){
return false
}else{
return true
}
}
//
const integralAdd = () => {
PointsList.value.push({ integral: 0 });

6
vite.config.js

@ -25,13 +25,13 @@ export default ({ mode, command }) => {
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.161:9777',//CYZ
// target: 'http://192.168.6.161:9777',//CY
// target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000',
target: 'http://192.168.3.5:13000',//?
// target: 'http://192.168.3.5:13000',//?
// target: 'http://h5uapi.huitongys.com',
// target: 'http://test.api.huo5you.com',
target: 'http://test.api.huo5you.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save