From 23979c64c0456b983b318637212ce45d85cf214c Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 29 五月 2023 17:20:33 +0800
Subject: [PATCH] 白坯发布汇总报表:任意字段过滤根据字段显示不同输入框
---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +-
WebTM/views/车间管理/报表分析/Kf_MaterOutSumReport_Cloth.html | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index c5a2098..64e55d9 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4101,7 +4101,7 @@
<publishTime>05/29/2023 14:15:50</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/Kf_MaterOutSumReport_Cloth.html">
- <publishTime>05/29/2023 17:09:38</publishTime>
+ <publishTime>05/29/2023 17:15:41</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/Kf_ProdProcessEntryReport_DyeColor.html">
<publishTime>05/29/2023 14:16:13</publishTime>
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_MaterOutSumReport_Cloth.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_MaterOutSumReport_Cloth.html"
index f3fe177..20d050e 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_MaterOutSumReport_Cloth.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_MaterOutSumReport_Cloth.html"
@@ -254,6 +254,17 @@
});
+ ////鐩戝惉浠绘剰瀛楁杩囨护-锛氭牴鎹�変腑鐨勫瓧娈碉紝鍙樻洿杈撳叆妗嗙殑杈撳叆褰㈠紡
+ layui.use(['form'], function () {
+ var form = layui.form;
+ form.on('select(ColName)', function (data) {
+ if (data.value == "鏃ユ湡") {
+ document.getElementById("ColContent").type = "date";
+ } else {
+ document.getElementById("ColContent").type = "text";
+ }
+ })
+ })
//#endregion
--
Gitblit v1.9.1