Browse Source

修复已知bug

dev
马远东 1 month ago
parent
commit
82fe71a5b9
  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",
// },
{
label: "三方商",
label: "三方商",
prop: "tripartiteMall",
},
{

21
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;
}
}
}

Loading…
Cancel
Save