mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 23:35:06 +08:00
✨ CRM:完善合同的待回款金额
This commit is contained in:
@ -270,8 +270,7 @@ const handleContractChange = async (contractId: number) => {
|
||||
// 设置金额
|
||||
const contract = contractList.value.find((item) => item.id === contractId)
|
||||
if (contract) {
|
||||
// TODO @芋艿:后续可以改成未还款金额
|
||||
formData.value.price = contract.totalPrice
|
||||
formData.value.price = contract.totalPrice - contract.totalReceivablePrice
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -308,7 +308,6 @@ const handleProcessDetail = (row: ReceivableApi.ReceivableVO) => {
|
||||
push({ name: 'BpmProcessInstanceDetail', query: { id: row.processInstanceId } })
|
||||
}
|
||||
|
||||
// TODO puhui999: 回款流程审批表单详情查看后面完善
|
||||
/** 导出按钮操作 */
|
||||
const handleExport = async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user