username@email.com
2026-03-05 d1b1d6703fda926f5b80682d64c26833338a1082
CY_ECommercePlatform/CY.WebForm/js/business/Order.js
@@ -599,7 +599,7 @@
       
    }
    if (sel.value == 37 || sel.value == 38) {
    if (sel.value == 37 || sel.value == 38 || sel.value == 7) {
        $("#Duiyinghetongbianhao").hide();
    } else {
        $("#Duiyinghetongbianhao").show();
@@ -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;