qb 1 month ago
parent
commit
e3914c683c
  1. 2
      src/option/basicdata/basicdataTripartiteMall.js
  2. 21
      src/views/aftersales/aftersalesWorkOrderInfo.vue

2
src/option/basicdata/basicdataTripartiteMall.js

@ -93,7 +93,7 @@ export default {
// prop: "client", // prop: "client",
// }, // },
{ {
label: "三方商", label: "三方商",
prop: "tripartiteMall", prop: "tripartiteMall",
}, },
{ {

21
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -1546,23 +1546,6 @@ const PermissionButton = computed(() => ({
Confirm_review: isConfirmReview(), // 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 = () => { const Chatrefresh = () => {
Chathistory(); Chathistory();
@ -1611,8 +1594,7 @@ const addingRecord = () => {
}, },
}); });
}; };
//
const ConfirmReview = () => {};
// //
const EndJump = () => { const EndJump = () => {
$router.push({ $router.push({
@ -2505,7 +2487,6 @@ const ResultDetermination = () => {
.el-tag { .el-tag {
width: 70px; width: 70px;
} }
} }
} }

Loading…
Cancel
Save