duhe
2023-05-29 23979c64c0456b983b318637212ce45d85cf214c
白坯发布汇总报表:任意字段过滤根据字段显示不同输入框
2个文件已修改
13 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/报表分析/Kf_MaterOutSumReport_Cloth.html 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
WebTM/views/³µ¼ä¹ÜÀí/±¨±í·ÖÎö/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