Browse Source

待回复接口恢复

dev-xx
马远东 1 year ago
parent
commit
be84272238
  1. 17
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 2
      src/views/aftersales/aftersalesWorkOrderend.vue

17
src/views/aftersales/aftersalesWorkOrder.vue

@ -2024,25 +2024,16 @@ const tabChenge = val => {
empty(); empty();
TimeoutHandling(); // TimeoutHandling(); //
} else if (val == 8) { } else if (val == 8) {
if (UserPermissions.value == '仓库客服') { //
data.workOrderStatus = ''; console.log('待回复');
details.query.workOrderStatus = '';
ArbitrationStatus.value = true; //
Tableheaderswitching(columnList);
empty();
IndexTable(data);
} else {
console.log('待处理');
ProcessingPartyState.value = true; // ProcessingPartyState.value = true; //
data.workOrderStatus = 30; data.workOrderStatus = '30';
details.query.workOrderStatus = 30; details.query.workOrderStatus = '30';
ArbitrationStatus.value = true; // ArbitrationStatus.value = true; //
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
empty(); empty();
ProcessingPartyFun(data); // ProcessingPartyFun(data); //
} }
}
}; };
/** /**
* 设置列表 -- 固定函数 * 设置列表 -- 固定函数

2
src/views/aftersales/aftersalesWorkOrderend.vue

@ -875,6 +875,7 @@ const accountingID = ref(); //财务处理当id前值
const dialogImgList = ref(false); // const dialogImgList = ref(false); //
const amplifyurl = ref(''); // const amplifyurl = ref(''); //
const amplifysrcList = ref([]); // const amplifysrcList = ref([]); //
const Replycopy =ref([]);//
const PackageInfo = ref([ const PackageInfo = ref([
// //
@ -1085,6 +1086,7 @@ const onLoad = () => {
// //
endFrom.value.processor.push(item.businessId); endFrom.value.processor.push(item.businessId);
MessageResponsibility.value.push(item.businessId); MessageResponsibility.value.push(item.businessId);
Replycopy.value.push(item.businessId);//
} }
} }
}); });

Loading…
Cancel
Save