Browse Source

金额回显

master
gjh 3 weeks ago
parent
commit
1240be83fc
  1. 2
      src/views/ProcessApprovalSubPage/planFileApproval.vue

2
src/views/ProcessApprovalSubPage/planFileApproval.vue

@ -307,7 +307,7 @@
taskName: taskName.value, taskName: taskName.value,
projectId: pjid.value, projectId: pjid.value,
}); });
if (contract.realList != null && contract.realList.length > 0) { if (contract.planList != null && contract.planList.length > 0) {
showMoneyForm.value = true; showMoneyForm.value = true;
setContractMoneyProps({ disabled: resButton.isEdit == true ? false : true }); setContractMoneyProps({ disabled: resButton.isEdit == true ? false : true });
} }

Loading…
Cancel
Save