duhe
2024-03-26 3db92120cdf7b7d936b534475032fcf654c41876
增加合计行
4个文件已修改
19 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/应收管理/报表分析/Xs_CusBalanceReport_HIsUsingBalanceEntry.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/应收管理/报表分析/YS_ContactBalReport.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/其他应收单/YS_ReceiveOtherBillMain.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -3432,10 +3432,10 @@
      <publishTime>03/14/2024 11:19:06</publishTime>
    </File>
    <File Include="views/应收管理/报表分析/Xs_CusBalanceReport_HIsUsingBalanceEntry.html">
      <publishTime>03/13/2024 13:51:23</publishTime>
      <publishTime>03/26/2024 16:28:56</publishTime>
    </File>
    <File Include="views/应收管理/报表分析/YS_ContactBalReport.html">
      <publishTime>01/22/2024 10:17:48</publishTime>
      <publishTime>03/26/2024 16:27:28</publishTime>
    </File>
    <File Include="views/应收管理/报表分析/YS_ContactBalReport_ImportByExcel.html">
      <publishTime>01/21/2024 16:25:25</publishTime>
@@ -5508,7 +5508,7 @@
      <publishTime>03/11/2024 09:08:12</publishTime>
    </File>
    <File Include="views/销售管理/其他应收单/YS_ReceiveOtherBillMain.html">
      <publishTime>03/22/2024 16:53:25</publishTime>
      <publishTime>03/26/2024 16:21:59</publishTime>
    </File>
    <File Include="views/销售管理/其他应收单/YS_ReceiveOtherBillMain.htmlList.html">
      <publishTime>03/12/2024 12:06:32</publishTime>
WebTM/views/Ó¦ÊÕ¹ÜÀí/±¨±í·ÖÎö/Xs_CusBalanceReport_HIsUsingBalanceEntry.html
@@ -264,7 +264,7 @@
                    data: { "sWhere": sWhere, "HCusID": HCusID_params, "user": sessionStorage["HUserName"], "userid": sessionStorage["Czybm"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            var totalArray = ["应发数量", "已发数量", "未发数量", "金额", "价税合计","本位币占用额度"];
                            var totalArray = ["应发数量", "已发数量","已退数量", "未发数量", "金额", "价税合计","本位币占用额度"];
                            var data = [];
                            var col = [];
                            //给空的数组赋值
WebTM/views/Ó¦ÊÕ¹ÜÀí/±¨±í·ÖÎö/YS_ContactBalReport.html
@@ -200,6 +200,7 @@
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , page: true
                    , totalRow: true
                    //, cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 50000]
@@ -217,6 +218,7 @@
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            var totalArray = ["期初余额"];
                            var data = [];
                            var col = [];
                            //给空的数组赋值
@@ -230,6 +232,9 @@
                                if ($.inArray(data[i].name, titleData) > -1) {
                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', hide: true }); //隐藏id列
                                }
                                else if ($.inArray(data[i].name, totalArray) > -1) {
                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, totalRow: true, width: 120 });
                                }
                                else {
                                    switch (data[i].Type) {
                                        //int
WebTM/views/ÏúÊÛ¹ÜÀí/ÆäËûÓ¦ÊÕµ¥/YS_ReceiveOtherBillMain.html
@@ -873,11 +873,11 @@
                        , { field: 'HProjectMoneyID', title: '费用项目ID', hide: true, style: 'background-color: #f9f9f9;' }
                        , { field: 'HPMoneyName', title: '费用项目名称', edit: 'text', event: "HPMoneyName",style: 'background-color: #f9f9f9;' }     //f7
                        , { field: 'HTypeSub', title: '发票类型', hide: true, templet: '#HTypeSub' }
                        , { field: 'HMoney', title: '不含税金额', hide: true, edit: 'text', style: 'background-color: #f9f9f9;' }
                        , { field: 'HMoney', title: '不含税金额', hide: true, edit: 'text', totalRow: true, style: 'background-color: #f9f9f9;' }
                        , { field: 'HTaxRate', title: '税率', hide: true, edit: 'text', style: 'background-color: #f9f9f9;' }
                        , { field: 'HQty', title: '数量',  edit: 'text', style: 'background-color: #f9f9f9;' }
                        , { field: 'HQty', title: '数量', edit: 'text', style: 'background-color: #f9f9f9;', totalRow: true }
                        , { field: 'HPrice', title: '单价', edit: 'text', style: 'background-color: #f9f9f9;' }
                        , { field: 'HSumMoney', title: '总金额', style: 'background-color: #f9f9f9;' }
                        , { field: 'HSumMoney', title: '总金额', style: 'background-color: #f9f9f9;', totalRow: true }
                        , { field: 'HRemark', title: '子表备注', edit: 'text', style: 'background-color: #f9f9f9;' }
                        , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                    ]]