This commit is contained in:
gyq
2024-05-28 11:05:50 +08:00
parent c54304f3d6
commit 6d7db2d743
4 changed files with 24 additions and 63 deletions

View File

@@ -73,7 +73,7 @@ function refundConfirm() {
// 计算退单金额
function refundNumChange(e) {
refundForm.refundAmount = Math.floor(newRow.value.orderAmount / e * 100) / 100
refundForm.refundAmount = Math.floor(newRow.value.orderAmount / newRow.value.number * e * 100) / 100
}
// 显示