username@email.com
1 天以前 eb07d0be014b11568d4263b470d46b5cd427fe9b
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx
@@ -22,8 +22,9 @@
        function jsdjPrice(zj) {
            var num = $("#printCount").val();
            $("#txtUnitPrice").val( (zj/num).toFixed(4) );
            if (num > 0) {
                $("#txtUnitPrice").val((zj / num).toFixed(4));
            }
        }
        function ReBindClients() {