From f1b2ef9600a038008e11b151a5cb7cffab336be5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 28 二月 2025 09:26:26 +0800 Subject: [PATCH] 把这个我们政财里面有个常用资料,常用资料有通讯录和账号密码。把这个也放到川一头去,川饮也需要这个东西,就放在川渝的行政管理好行政管理里面。你二级栏目就是常用资料。 --- CY_ECommercePlatform/CY.WebForm/js/business/Order.js | 17 ++++++++++++++++- 1 files changed, 16 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..a04d821 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; } + } else { document.getElementById('tbFacing').style.display = ''; @@ -555,6 +556,13 @@ document.getElementById('selVerifyWay321').style.display = ''; document.getElementById('selVerifyWay1234').style.display = ''; document.getElementById('selVerifyWay4321').style.display = ''; + + } + + if (sel.value == 37 || sel.value == 38) { + $("#Duiyinghetongbianhao").hide(); + } else { + $("#Duiyinghetongbianhao").show(); } } @@ -590,6 +598,7 @@ document.getElementById('selBusinessManagers').value = jobj.BusinessManagerId; document.getElementById('txtContact').value = jobj.BusinessManagers; document.getElementById('txtPhone').value = jobj.CompanyPhone; + document.getElementById('txtPrintPackDeliveryRequir').value = jobj.Note; var aaaaaaaaaselPrintTypes = document.getElementById('selPrintTypes').value; if (aaaaaaaaaselPrintTypes == "37") { document.getElementById('txtDocumentName').value = jobj.CompanyName + "浣滀笟鏈�"; @@ -657,4 +666,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