From a063ed7f882c1a27c510e0c7000b9fc270dce50f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 26 九月 2024 13:53:39 +0800
Subject: [PATCH] 销售订单:点击 待关闭项后,显示需要行关闭的数据,此时点击分页切换页面,数据错误。问题处理
---
WebTM/views/销售管理/销售订单/Xs_SeOrderBillList.html | 8 +++++++-
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 6e08eea..f3702f7 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -6792,7 +6792,7 @@
<publishTime>04/11/2023 16:34:43</publishTime>
</File>
<File Include="views/閿�鍞鐞�/閿�鍞鍗�/Xs_SeOrderBillList.html">
- <publishTime>09/25/2024 14:54:26</publishTime>
+ <publishTime>09/26/2024 11:28:24</publishTime>
</File>
<File Include="views/閲囪喘绠$悊/濮斿璁㈠崟/WW_EntrustOrderBillList.html">
<publishTime>07/31/2024 13:38:19</publishTime>
@@ -6813,7 +6813,7 @@
<publishTime>08/23/2024 15:38:54</publishTime>
</File>
<File Include="views/閿�鍞鐞�/閿�鍞鍗�/Xs_SeOrderBillList.html">
- <publishTime>09/25/2024 14:54:26</publishTime>
+ <publishTime>09/26/2024 11:28:24</publishTime>
</File>
<File Include="views/閿�鍞鐞�/閿�鍞鍗�/Xs_SeOrderBillQuery.html">
<publishTime>09/25/2024 14:54:04</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/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/Xs_SeOrderBillList.html"
index 1fcf6da..a33060f 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/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/Xs_SeOrderBillList.html"
@@ -758,7 +758,13 @@
console.log(obj)
page = obj.curr;
size = obj.limit;
- get_FastQuery();
+
+ if (get_needClose_Bar == 0) {
+ get_FastQuery();
+ } else if (get_needClose_Bar == 1) {
+ get_needClose();
+ }
+
}
}
}
--
Gitblit v1.9.1