From 48b2dc4df2c247d12e4dd52c3c5d290f1e026578 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 29 一月 2026 13:39:43 +0800
Subject: [PATCH] 销售订单-修复

---
 src/main/webapp/static/js/report/workIn.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/report/workIn.js b/src/main/webapp/static/js/report/workIn.js
index 367d367..8b9a067 100644
--- a/src/main/webapp/static/js/report/workIn.js
+++ b/src/main/webapp/static/js/report/workIn.js
@@ -1,4 +1,5 @@
 var pageCurr;
+var workInData = [];
 function getCol() {
     var cols = [
         {field: 'io_time', align: 'center', title: '鍏ュ簱鏃ユ湡', width: 200}
@@ -48,6 +49,8 @@
             }
             pageCurr=curr;
             limit();
+            // 鍒嗛〉鏁版嵁涓存椂瀛樺偍
+            workInData = res.data;
         }
     });
 

--
Gitblit v1.9.1