diff --git a/src/option/basicdata/basicdataTripartiteMall.js b/src/option/basicdata/basicdataTripartiteMall.js index 607f1958..44cee612 100644 --- a/src/option/basicdata/basicdataTripartiteMall.js +++ b/src/option/basicdata/basicdataTripartiteMall.js @@ -93,7 +93,7 @@ export default { // prop: "client", // }, { - label: "三方商城", + label: "三方商场", prop: "tripartiteMall", }, { diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue index fb05b0a8..0f22569b 100644 --- a/src/views/aftersales/aftersalesWorkOrderInfo.vue +++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue @@ -1546,23 +1546,6 @@ const PermissionButton = computed(() => ({ Confirm_review: isConfirmReview(), //审核确定 })); -// 是否显示处理结果 -const Processingrelease = () => { - if (Indexform.value.processor.length == 1 && Mydata.value.id == Indexform.value.processor[0]) { - ProcessingreleaseState.value = true; //显示处理放 - } else { - ProcessingreleaseState.value = false; //关闭处理方 - } -}; - -// 对调查经过输入框进行处理 -const isShowFormItem1 = computed(() => { - return !['1', '2', '5', '6', '7'].includes(groundlineType.value); -}); -// 对调查经过输入框进行处理 -const isShowFormItem2 = computed(() => { - return !['2', '5', '6', '7', '8'].includes(groundlineType.value); -}); // 聊天刷新 const Chatrefresh = () => { Chathistory(); @@ -1611,8 +1594,7 @@ const addingRecord = () => { }, }); }; -// 待审核里面确定审核 -const ConfirmReview = () => {}; + // 完结 const EndJump = () => { $router.push({ @@ -2505,7 +2487,6 @@ const ResultDetermination = () => { .el-tag { width: 70px; } - } }