|
@ -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 }); |
|
|
} |
|
|
} |
|
|