Browse Source

金额回显

master
gjh 2 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,
projectId: pjid.value,
});
if (contract.realList != null && contract.realList.length > 0) {
if (contract.planList != null && contract.planList.length > 0) {
showMoneyForm.value = true;
setContractMoneyProps({ disabled: resButton.isEdit == true ? false : true });
}

Loading…
Cancel
Save