From c82f7a4a818b434fb317ce13b3fa5cfeba1386df Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 24 七月 2023 10:27:17 +0800
Subject: [PATCH] 工程项目:选择时间,复选框消失问题解决

---
 WebTM/views/基础资料/公用基础资料/HBarPlanPrint.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
index 4ab7ff0..aad5263 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
@@ -176,7 +176,7 @@
                 CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_QK_PackingBillList.aspx?typename='" + OpenTmp + "'&linterid=" + value, true, "");
                 break;
             case "HProcessExchange"://宸ュ簭娴佽浆鍗�
-                var ListTrue = value.split(',');
+                var ListTrue = value.split('|');
                 if (ListTrue[1] == 0) {
                     CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp  + ".grf", "xmlLBM_Sc_ProcessExchangeBillList.aspx?linterid=" + ListTrue[0], true, "");
                 } else {
@@ -204,6 +204,9 @@
             case "HWarehouse"://浠撳簱鍒楄〃
                 CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Gy_WarehouseList.aspx?linterid=" + value, true, "");
                 break;
+            case "Kf_OtherOutBillList"://鍏朵粬鍑哄簱鍗曠淮鎶�  鍑哄簱鐮佸崟
+                CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_OtherOutBillList.aspx?linterid=" + value, true, "");
+                break;
         }
     </script>
 </body>

--
Gitblit v1.9.1