zhangjinan
2018-04-10 5374fc3c0b56cd911db5700137e39371295e62e3
Merge branch 'master' of http://122.114.176.216:7070/r/CustomForm-publish
3 files modified
19 ■■■■■ changed files
publish/css/customForm.css 2 ●●● patch | view | raw | blame | history
publish/css/customShow.css 5 ●●●●● patch | view | raw | blame | history
publish/js/customMin/customS_min.js 12 ●●●●● patch | view | raw | blame | history
publish/css/customForm.css
@@ -1599,7 +1599,7 @@
textarea,
th,
td {
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
publish/css/customShow.css
@@ -163,7 +163,7 @@
    display: block;
}
.subCss{
    border-top: 2px solid #23b7e5;
    /*border-top: 2px solid #23b7e5;*/
}
.subformCss ul{
  min-height: 30px;
@@ -390,7 +390,8 @@
  position: absolute;
  left:10px;
  /*top: 0px;*/
  display: none;
  /*display: none;*/
  margin-top: 4px;
}
.frm_item_icons01:hover {
  border: none !important;
publish/js/customMin/customS_min.js
@@ -1499,7 +1499,7 @@
                    '<div id="' + file.id + '" class="thumbnail01">' +
                    '<div class="frm_item_icons01">' +
                    '<div class="frm_item_icon remove" imgId="' + file.id + '">' +
                    '<img   style="width:14px;height:14px;" src="./../../css/img/icon/delete.png"></div>' +
                    '<img   style="width:14px;height:14px;" src="../../formEngine/resources/css/img/icon/delete.png"></div>' +
                    '</div>' +
                    // '<img class = "fileQueuedAddItem">' +
                    '<div class="info"><a  target="_blank" onclick=toastr.warning("加载中");>' + file.name + '</a>'+
@@ -5110,12 +5110,13 @@
    });
    customLinkageAnalysis.bindLinkageSubform("checkbox");
    //删除子表单项目
    $('.divshowEditor .iconfontcolorTH').unbind();
    $('.divshowEditor .iconfontcolorTH').on('click', function () {
        ////////////////console.log($(this).parent().parent().parent());
        $(this).parent().parent().parent().parent().parent().remove();
    $('.iconfontcolorTH').unbind();
    $('.iconfontcolorTH').on('click', function () {
        $(this).parent().parent().parent().parent().remove();
    });
    $('.iconfontcolor').unbind();
    // iconfontcolorTH
    $('.iconfontcolor').on('click', function () {
        $(this).parent().parent().parent().remove();
    });
@@ -6199,6 +6200,7 @@
    var allcopy = subformAdd.getAttribute('allcopy');
    var itemId = subformAdd.getAttribute('itemId');
    //单行记录更新
    debugger
    if (allcopy == "false") {
        console.log(customBase.options.customItems);
        console.log(customBase.options.customItems[customShow.options.customItemShow.item[itemId].tag_Attribute.alias].cloneDiv);