From e6e7d279a4552a9519c9f2efa2a6af8d997828de Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 23 四月 2024 16:22:33 +0800
Subject: [PATCH] 中检记录单优化
---
WebTM/views/车间管理/工序流转卡/MES_ColorRecordBillList.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
index 60b8c3e..84240b2 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/MES_ColorRecordBillList.html"
@@ -231,7 +231,7 @@
//鍔犺浇鏁版嵁鍒扮綉鏍�
get_FastQuery();
- DisPlay_HideColumn();
+
}
//鍒楁槑鏄剧ず涓嬫媺妗�
@@ -307,6 +307,8 @@
if ($("#Comparator").val() == 0 && $("#ColContent").val() == "") {
ColFilter();
}
+
+ DisPlay_HideColumn();
}
},
error: function (err) {
--
Gitblit v1.9.1