From 94853e46b9d4911fb4cf00389f00a4b820db5d3c Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 21 五月 2025 14:35:46 +0800
Subject: [PATCH] fix: 修正 系统上机日志查询 没有显示默认方案的问题

---
 WebTM/views/生产管理/三升排产/JIT_DayPlanPlatForm.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\344\270\211\345\215\207\346\216\222\344\272\247/JIT_DayPlanPlatForm.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\344\270\211\345\215\207\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
index 6ac4e16..f48231c 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\344\270\211\345\215\207\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\344\270\211\345\215\207\346\216\222\344\272\247/JIT_DayPlanPlatForm.html"
@@ -2072,7 +2072,7 @@
                 , area: ['100%', '100%']
                 , title: 'Excel瀵煎叆'
                 , shift: 0//寮瑰嚭鍔ㄧ敾
-                , content: '../鐢熶骇璁″垝骞冲彴/JIT_DayPlanPlatFormImport.html?OperationType=1'
+                , content: '../涓夊崌鎺掍骇/JIT_DayPlanPlatFormImport_SS_Sec.html?OperationType=1'
                 , end: function () {
                     //鍒锋柊椤甸潰,
                     location.reload();
@@ -2085,7 +2085,7 @@
                 type: 2
                 , skin: 'layui-layer-rim' //鍔犱笂杈规
                 , area: ['100%', '100%']
-                , title: 'Excel瀵煎叆'
+                , title: '浜ゆ湡瀵煎叆'
                 , shift: 0//寮瑰嚭鍔ㄧ敾
                 , content: '../涓夊崌鎺掍骇/JIT_DayPlanPlatFormImport_SS.html?OperationType=1'
                 , end: function () {
@@ -3002,8 +3002,10 @@
                                     iRow = i + 1;
                                     //灏嗘暟鎹帓鍒扮綉鏍间腑
                                     SetInfoToGrid(option, dsSub, null, (iRow - 1), iLeftQty, sWorkQty, false, HPlanDay);
-
-                                    set_AddNew1(option.data[i]);
+                                    //鑻ュ伐鍗曡閿佸畾浜嗚烦杩囦繚瀛樺唴瀹�
+                                    if (option.data[i]["閿佸畾宸ュ崟"] == "鍚�") {
+                                        set_AddNew1(option.data[i]);
+                                    }
                                 }
                                 bFind = true;
                             }

--
Gitblit v1.9.1