|
@@ -492,6 +492,7 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
contractInfo.form.contract_amount = parseFloat(contractInfo.form.contract_amount)
|
|
contractInfo.form.contract_amount = parseFloat(contractInfo.form.contract_amount)
|
|
|
|
+ if(!contractInfo.form.has_payment) contractInfo.form.has_payment=0
|
|
console.log(contractInfo.form);
|
|
console.log(contractInfo.form);
|
|
if(contractInfo.form.contract_register_id){
|
|
if(contractInfo.form.contract_register_id){
|
|
// 编辑
|
|
// 编辑
|