From 17298aeaaa32dd6d0732c79d71c1bf5db6c3d549 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 14 三月 2024 13:41:37 +0800 Subject: [PATCH] 销售订单:子表输入数量、单价、税率、价税合计时,取消子表的重新渲染 --- WebTM/views/销售管理/销售订单/Add_Edit_Xs_SeOrderBillList.html | 8 ++++---- WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user index 477fce1..9b3d756 100644 --- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user +++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user @@ -5505,7 +5505,7 @@ <publishTime>02/06/2024 13:17:49</publishTime> </File> <File Include="views/閿�鍞鐞�/閿�鍞鍗�/Add_Edit_Xs_SeOrderBillList.html"> - <publishTime>03/13/2024 16:54:52</publishTime> + <publishTime>03/14/2024 12:55:46</publishTime> </File> <File Include="views/閿�鍞鐞�/閿�鍞鍗�/Xs_SeOrderBillDyColList.html"> <publishTime>04/11/2023 16:34:43</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/Add_Edit_Xs_SeOrderBillList.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/Add_Edit_Xs_SeOrderBillList.html" index b3c2acf..912545d 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/Add_Edit_Xs_SeOrderBillList.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/Add_Edit_Xs_SeOrderBillList.html" @@ -750,7 +750,7 @@ , HMoney: HMoney , HlineTotal: HlineTotal }); - table.render(option); + //table.render(option); //鍒锋柊琛ㄦ牸鍚屾椂鏍规嵁option涓璈isStockGoods鍊艰缃笅鎷夊垪琛� setSelectHisStockGoodsByTableRender(); @@ -834,7 +834,7 @@ , HMoney: HMoney , HlineTotal: HlineTotal }); - table.render(option); + //table.render(option); //鍒锋柊琛ㄦ牸鍚屾椂鏍规嵁option涓璈isStockGoods鍊艰缃笅鎷夊垪琛� setSelectHisStockGoodsByTableRender(); @@ -889,7 +889,7 @@ , HMoney: HMoney , HlineTotal: HlineTotal }); - table.render(option); + //table.render(option); //鍒锋柊琛ㄦ牸鍚屾椂鏍规嵁option涓璈isStockGoods鍊艰缃笅鎷夊垪琛� setSelectHisStockGoodsByTableRender(); @@ -974,7 +974,7 @@ , HMoney: HMoney , HlineTotal: HlineTotal }); - table.render(option); + //table.render(option); //鍒锋柊琛ㄦ牸鍚屾椂鏍规嵁option涓璈isStockGoods鍊艰缃笅鎷夊垪琛� setSelectHisStockGoodsByTableRender(); -- Gitblit v1.9.1