username@email.com
2025-08-22 32ad806c4d6bc5aa7aac1948e6c686696a4bbeb0
CY_ECommercePlatform/CY.WebForm/js/business/Order.js
@@ -335,11 +335,16 @@
    //正数正则表达式
    var reg1 = /^\d+(?=\.{0,1}\d+$|$)/;
    if (sparam.dtypeId == 4 && sparam.orderState != '1' && sparam.orderState != '2') {
        alertMsg('已经安排生产的订单不能撤销!'); txtTargetValue.focus(); return;
    }
    //未受理
    if (sparam.orderState == '1') {
        sparam.dtypeId = 4;
        sparam.title = "撤单管理";
    }
    parent.parent.parent.parent.parent.parent['ToSubmit'] =
    function (domobj) {
@@ -1018,5 +1023,9 @@
        if (!confirm("订单总价为0,是否继续保存?"))
            return false;
    }
    if (document.getElementById('selPrintTypes').value == "37") {
        WorkBookCountNum();
    }
    return ValidateForm();
}