admin
2020-03-18 6cb2ced6406b27c232ed229de88f6593d21aa7d8
Merge branch 'master' of ssh://193.112.35.168:29418/flqAdmin
2个文件已修改
8 ■■■■ 已修改文件
childPath/editor/dongTai/evaluate_edit.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
childPath/editor/dongTai/sucai_edit.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
childPath/editor/dongTai/evaluate_edit.html
@@ -2059,7 +2059,7 @@
    layui.use(['form', 'layedit', 'upload'], function() {
        var form = layui.form
        form.on('select(hc_select)', function(data) { //选择移交单位 赋值给input框
            $("#nickName").val(data.value);
            $("#nickName").val($("#hc_select").find("option:selected").text());
            $("#hc_select").next().find("dl").css({
                "display": "none"
            });
@@ -2068,7 +2068,7 @@
        });
        form.on('select(hc_select2)', function(data) { //选择移交单位 赋值给input框
            $("#nickName2").val(data.value);
            $("#nickName2").val($("#hc_select2").find("option:selected").text());
            $("#hc_select2").next().find("dl").css({
                "display": "none"
            });
@@ -2077,7 +2077,7 @@
        });
        form.on('select(hc_select3)', function(data) { //选择移交单位 赋值给input框
            $("#nickName3").val(data.value);
            $("#nickName3").val($("#hc_select3").find("option:selected").text());
            $("#hc_select3").next().find("dl").css({
                "display": "none"
            });
childPath/editor/dongTai/sucai_edit.html
@@ -645,7 +645,7 @@
    layui.use(['form', 'layedit', 'upload'], function() {
        var form = layui.form
        form.on('select(hc_select)', function(data) { //选择移交单位 赋值给input框
            $("#nickName").val(data.value);
            $("#nickName").val($("#hc_select").find("option:selected").text());
            $("#hc_select").next().find("dl").css({
                "display": "none"
            });