duhe
2023-11-10 54b26de7fd552f0fb57697396b3e59ab026e59ec
信用额度申请单、销售出库单:编辑时方法未定义报错问题解决
3个文件已修改
44 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/信用额度申请单/Xs_CusRatingChangeBill.html 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/销售出库/Kf_SellOutBill.html 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4677,13 +4677,13 @@
      <publishTime>11/03/2023 21:45:51</publishTime>
    </File>
    <File Include="views/销售管理/应收退款单/YS_ReceiveBackBill.html">
      <publishTime>11/10/2023 12:40:28</publishTime>
      <publishTime>11/10/2023 15:16:17</publishTime>
    </File>
    <File Include="views/销售管理/应收退款单/YS_ReceiveBackBillList.html">
      <publishTime>10/26/2023 13:26:13</publishTime>
    </File>
    <File Include="views/销售管理/收款单/YS_ReceiveBill.html">
      <publishTime>11/10/2023 12:29:50</publishTime>
      <publishTime>11/10/2023 15:16:02</publishTime>
    </File>
    <File Include="views/销售管理/收款单/YS_ReceiveBillList.html">
      <publishTime>10/26/2023 13:27:26</publishTime>
@@ -4890,10 +4890,10 @@
      <publishTime>04/11/2023 16:34:43</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBill.html">
      <publishTime>11/09/2023 15:34:08</publishTime>
      <publishTime>11/10/2023 15:34:42</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBill.html">
      <publishTime>11/09/2023 15:34:08</publishTime>
      <publishTime>11/10/2023 15:34:42</publishTime>
    </File>
    <File Include="views/领料发货/销售出库/Kf_SellOutBillList.html">
      <publishTime>11/09/2023 15:53:10</publishTime>
WebTM/views/ÏúÊÛ¹ÜÀí/ÐÅÓöî¶ÈÉêÇëµ¥/Xs_CusRatingChangeBill.html
@@ -496,6 +496,24 @@
            }
            //#endregion
            //#region  æ—¶é—´è½¬æ¢
            function formatDate(date) {
                var d = new Date(date),
                    month = '' + (d.getMonth() + 1),
                    day = '' + d.getDate(),
                    year = d.getFullYear();
                if (month.length < 2) {
                    month = '0' + month;
                }
                if (day.length < 2) {
                    day = '0' + day;
                }
                return [year, month, day].join('-');
            }
            //#endregion
            //#region èŽ·å–ç»„ç»‡
            function Organ() {
                //获取登录页组织列
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBill.html
@@ -729,6 +729,24 @@
            }
            //#endregion
            //#region  æ—¶é—´è½¬æ¢
            function formatDate(date) {
                var d = new Date(date),
                    month = '' + (d.getMonth() + 1),
                    day = '' + d.getDate(),
                    year = d.getFullYear();
                if (month.length < 2) {
                    month = '0' + month;
                }
                if (day.length < 2) {
                    day = '0' + day;
                }
                return [year, month, day].join('-');
            }
            //#endregion
            //#region èŽ·å–ç»„ç»‡
            function Organ() {
                //获取登录页组织列