From 5b8a16a7ba81f34f7950421a7323d83061dfff2d Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 06 三月 2024 12:09:45 +0800 Subject: [PATCH] 销售订单变更单:增加对税率的变更 --- WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +- WebTM/views/销售管理/销售订单变更单/Xs_SeOrderChangeBill.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user index 9a7405b..4c531b7 100644 --- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user +++ b/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> diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html" index f14c59a..1582a9e 100644 --- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/Xs_SeOrderChangeBill.html" +++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225\345\217\230\346\233\264\345\215\225/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]["浜よ揣鏃ユ湡"]), -- Gitblit v1.9.1