duhe
2024-03-07 d3213d6495ee54c5c56df7f56a995a244742eacd
其他应收单:数据校验,税率可以为0,不可为空
2个文件已修改
8 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/其他应收单/YS_ReceiveOtherBillMain.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
WebTM/views/ÏúÊÛ¹ÜÀí/ÆäËûÓ¦ÊÕµ¥/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") {