duhe
2023-11-24 3865f8ed00f67b279fbf0f482eefa31796b59a3a
销售订单列表、销售出库单列表:打印功能限制审核状态下使用
3个文件已修改
25 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/销售订单/Xs_SeOrderBillList.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/销售出库/Kf_SellOutBillList.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -18,10 +18,10 @@
      <publishTime>01/28/2016 14:22:24</publishTime>
    </File>
    <File Include="bin/WebTM.dll">
      <publishTime>11/24/2023 09:35:15</publishTime>
      <publishTime>11/24/2023 15:24:09</publishTime>
    </File>
    <File Include="bin/WebTM.pdb">
      <publishTime>11/24/2023 09:35:15</publishTime>
      <publishTime>11/24/2023 15:24:09</publishTime>
    </File>
    <File Include="HtmlPage1.html">
      <publishTime>04/11/2023 16:34:42</publishTime>
@@ -4860,7 +4860,7 @@
      <publishTime>04/11/2023 16:34:43</publishTime>
    </File>
    <File Include="views/销售管理/销售订单/Xs_SeOrderBillList.html">
      <publishTime>11/24/2023 09:38:21</publishTime>
      <publishTime>11/24/2023 15:34:02</publishTime>
    </File>
    <File Include="views/采购管理/委外订单/WW_EntrustOrderBillList.html">
      <publishTime>11/03/2023 21:45:51</publishTime>
@@ -4881,7 +4881,7 @@
      <publishTime>11/03/2023 21:45:51</publishTime>
    </File>
    <File Include="views/销售管理/销售订单/Xs_SeOrderBillList.html">
      <publishTime>11/24/2023 09:38:21</publishTime>
      <publishTime>11/24/2023 15:34:02</publishTime>
    </File>
    <File Include="views/销售管理/销售订单/Xs_SeOrderBill_LookDown.html">
      <publishTime>11/17/2023 10:53:40</publishTime>
@@ -5049,10 +5049,10 @@
      <publishTime>11/24/2023 14:28:45</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBillList.html">
      <publishTime>11/24/2023 15:11:04</publishTime>
      <publishTime>11/24/2023 15:40:08</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBillList.html">
      <publishTime>11/24/2023 15:11:04</publishTime>
      <publishTime>11/24/2023 15:40:08</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBill_CheckList_New.html">
      <publishTime>06/29/2023 15:20:45</publishTime>
@@ -5217,7 +5217,7 @@
      <publishTime>04/11/2023 16:34:43</publishTime>
    </File>
    <File Include="Web.config">
      <publishTime>11/20/2023 12:04:22</publishTime>
      <publishTime>11/24/2023 15:24:13</publishTime>
    </File>
  </ItemGroup>
</Project>
WebTM/views/ÏúÊÛ¹ÜÀí/ÏúÊÛ¶©µ¥/Xs_SeOrderBillList.html
@@ -960,6 +960,12 @@
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                if (checkStatus.data.length === 1) {
                    if (data[0].状态 != "已审核") {
                        layer.alert("打印失败!原因:单据状态不为'已审核'状态!!", { icon: 5 });
                        return;
                    }
                    layer.open({
                        type: 2
                        , area: ['50%', '50%']
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBillList.html
@@ -807,6 +807,11 @@
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                if (checkStatus.data.length === 1) {
                    if (data[0].状态 != "已审核") {
                        layer.alert("打印失败!原因:单据状态不为'已审核'状态!!", { icon: 5 });
                        return;
                    }
                    layer.open({
                        type: 2
                        , area: ['50%', '50%']