From 85c82e61104884a052893b2a642e732d1182707f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 21 一月 2025 14:01:03 +0800 Subject: [PATCH] 专版施工单 订单的后道工序复制到专版工单的后道工序 --- CY_ECommercePlatform/CY.WebForm/js/business/Order.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/js/business/Order.js b/CY_ECommercePlatform/CY.WebForm/js/business/Order.js index df309d1..a89652b 100644 --- a/CY_ECommercePlatform/CY.WebForm/js/business/Order.js +++ b/CY_ECommercePlatform/CY.WebForm/js/business/Order.js @@ -546,6 +546,7 @@ document.getElementById('txtDocumentName').value = document.getElementById('txtDocumentNameHide').value; } + $("#Duiyinghetongbianhao").hide(); } else { document.getElementById('tbFacing').style.display = ''; @@ -555,6 +556,7 @@ document.getElementById('selVerifyWay321').style.display = ''; document.getElementById('selVerifyWay1234').style.display = ''; document.getElementById('selVerifyWay4321').style.display = ''; + $("#Duiyinghetongbianhao").show(); } } @@ -657,4 +659,10 @@ return verfy_form(document.forms[0]); } } -function Save() { return ValidateForm(); } \ No newline at end of file +function Save() { + if (document.getElementById('txtSumPrice').value == "" || parseFloat(document.getElementById('txtSumPrice').value) <= 0) { + if (!confirm("璁㈠崟鎬讳环涓�0锛屾槸鍚︾户缁繚瀛橈紵")) + return false; + } + return ValidateForm(); +} \ No newline at end of file -- Gitblit v1.9.1