duhe
2024-03-06 5b8a16a7ba81f34f7950421a7323d83061dfff2d
销售订单变更单:增加对税率的变更
2个文件已修改
12 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/销售订单变更单/Xs_SeOrderChangeBill.html 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -5499,7 +5499,7 @@
      <publishTime>01/25/2024 15:36:18</publishTime>
    </File>
    <File Include="views/销售管理/销售订单变更单/Xs_SeOrderChangeBill.html">
      <publishTime>03/05/2024 10:12:50</publishTime>
      <publishTime>03/06/2024 11:05:21</publishTime>
    </File>
    <File Include="views/销售管理/销售订单变更单/Xs_SeOrderChangeBillList.html">
      <publishTime>01/30/2024 13:53:51</publishTime>
WebTM/views/ÏúÊÛ¹ÜÀí/ÏúÊÛ¶©µ¥±ä¸üµ¥/Xs_SeOrderChangeBill.html
@@ -456,6 +456,8 @@
                    "计量单位": "",
                    "HQty_Old": "0",
                    "HQty_New": "0",
                    "HTaxRate_Old": "0",
                    "HTaxRate_New": "0",
                    "HTaxPrice_Old": "0",
                    "HTaxPrice_New": "0",
                    "HDate_Old": "",
@@ -676,6 +678,8 @@
                        , { field: '计量单位', title: '计量单位', width: 100, style: "background-color:#efefef4d;" }//f7
                        , { field: 'HQty_Old', title: '原数量', width: 100, totalRow: true, style: "background-color:#efefef4d;"}
                        , { field: 'HQty_New', title: '新数量', width: 100, totalRow: true, edit: 'text' }
                        , { field: 'HTaxRate_Old', title: '原税率%', width: 100, style: "background-color:#efefef4d;" }
                        , { field: 'HTaxRate_New', title: '新税率%', width: 100, edit: 'text' }
                        , { field: 'HTaxPrice_Old', title: '原含税单价', width: 100, style: "background-color:#efefef4d;" }
                        , { field: 'HTaxPrice_New', title: '新含税单价', width: 100, edit: 'text' }
                        , { field: 'HDate_Old', title: '原交货日期', width: 120, style: "background-color:#efefef4d;" }
@@ -700,6 +704,8 @@
                    "计量单位": "",
                    "HQty_Old": "0",
                    "HQty_New": "0",
                    "HTaxRate_Old": "0",
                    "HTaxRate_New": "0",
                    "HTaxPrice_Old": "0",
                    "HTaxPrice_New": "0",
                    "HDate_Old": "",
@@ -803,6 +809,8 @@
                                        "计量单位": result.data[i]["计量单位"],
                                        "HQty_Old": dealDoubleToFixed(result.data[i]["原数量"], 1),
                                        "HQty_New": dealDoubleToFixed(result.data[i]["新数量"], 1),
                                        "HTaxRate_Old": result.data[i]["原税率"],
                                        "HTaxRate_New": result.data[i]["新税率"],
                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["原含税单价"], 3),
                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["新含税单价"], 3),
                                        "HDate_Old": formatDate(result.data[i]["原交货日期"]),
@@ -891,6 +899,8 @@
                                        "计量单位": result.data[i]["计量单位"],
                                        "HQty_Old": dealDoubleToFixed(result.data[i]["数量"], 1),
                                        "HQty_New": dealDoubleToFixed(result.data[i]["数量"], 1),
                                        "HTaxRate_Old": result.data[i]["税率"],
                                        "HTaxRate_New": result.data[i]["税率"],
                                        "HTaxPrice_Old": dealDoubleToFixed(result.data[i]["含税单价"], 3),
                                        "HTaxPrice_New": dealDoubleToFixed(result.data[i]["含税单价"] ,3),
                                        "HDate_Old": formatDate(result.data[i]["交货日期"]),