From d3213d6495ee54c5c56df7f56a995a244742eacd Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 07 三月 2024 12:28:00 +0800
Subject: [PATCH] 其他应收单:数据校验,税率可以为0,不可为空
---
WebTM/views/销售管理/其他应收单/YS_ReceiveOtherBillMain.html | 6 +++---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 720cbd5..eefe153 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -5406,7 +5406,7 @@
<publishTime>03/05/2024 12:29:40</publishTime>
</File>
<File Include="views/閿�鍞鐞�/鍏朵粬搴旀敹鍗�/YS_ReceiveOtherBillMain.html">
- <publishTime>03/07/2024 11:30:29</publishTime>
+ <publishTime>03/07/2024 12:24:55</publishTime>
</File>
<File Include="views/閿�鍞鐞�/鍏朵粬搴旀敹鍗�/YS_ReceiveOtherBillMain.htmlList.html">
<publishTime>03/07/2024 11:30:29</publishTime>
diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
index f0e2207..7a5075f 100644
--- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
+++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\205\266\344\273\226\345\272\224\346\224\266\345\215\225/YS_ReceiveOtherBillMain.html"
@@ -758,7 +758,7 @@
layer.msg("鏀舵鏃ユ湡涓嶈兘涓虹┖!");
return false;
}
- if ($("#HCusID").val() == "") {
+ if ($("#HCusID").val() == "0") {
layer.msg("瀹㈡埛涓嶈兘涓虹┖!");
return false;
}
@@ -778,8 +778,8 @@
layer.msg("涓嶅惈绋庨噾棰濅笉鑳戒负闆�");
return false;
}
- if ($("#HTaxRate").val() == "0") {
- layer.msg("绋庣巼涓嶈兘涓洪浂");
+ if ($("#HTaxRate").val() == "") {
+ layer.msg("绋庣巼涓嶈兘涓虹┖");
return false;
}
if ($("#HSumMoney").val() == "0") {
--
Gitblit v1.9.1