username@email.com
2026-02-25 b73be4c097b5e12c9534fbefd8df54b404c05cb0
CY_ECommercePlatform/CY.WebForm/js/business/Order.js
@@ -1019,6 +1019,12 @@
    }
}
function Save() {
    if (document.getElementById('printCount').value == "" || parseFloat(document.getElementById('printCount').value) <= 0) {
        alert("订单数量为0,不能保存!");
            return false;
    }
    if (document.getElementById('txtSumPrice').value == "" || parseFloat(document.getElementById('txtSumPrice').value) <= 0) {
        if (!confirm("订单总价为0,是否继续保存?"))
            return false;