chore: clean unused
This commit is contained in:
parent
77176ece15
commit
bab06c9bb4
1 changed files with 0 additions and 21 deletions
|
|
@ -258,27 +258,6 @@ const responsiblePersonList = computed(() => {
|
||||||
return temp || {};
|
return temp || {};
|
||||||
});
|
});
|
||||||
|
|
||||||
const successAll = computed(() => {
|
|
||||||
return !!flow.value?.step.every((_, i) => {
|
|
||||||
return workList.value
|
|
||||||
?.filter((v) => {
|
|
||||||
return v.productService.work?.attributes.workflowStep?.[
|
|
||||||
i
|
|
||||||
]?.productsId.includes(v.productService.productId);
|
|
||||||
})
|
|
||||||
.every((v) => {
|
|
||||||
const status = v.stepStatus.find(
|
|
||||||
({ step }) => step === i + 1,
|
|
||||||
)?.workStatus;
|
|
||||||
|
|
||||||
return (
|
|
||||||
status === RequestWorkStatus.Completed ||
|
|
||||||
status === RequestWorkStatus.Ended
|
|
||||||
);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
function getInstallmentInfo() {
|
function getInstallmentInfo() {
|
||||||
if (
|
if (
|
||||||
data.value?.quotation.payCondition === 'Full' ||
|
data.value?.quotation.payCondition === 'Full' ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue