main
kgdxpr 2 years ago
parent 573a0bcd55
commit 040565ab42

@ -54,7 +54,6 @@
</div>
</div>
<div class="layui-row layui-col-space10" style="height: 100%;">
<div class="layui-col-md2" style="height: 100%;">
<div class="layui-card" style="margin-top: 10px;margin-left: 10px;height: calc(100% - 60px);">
@ -69,8 +68,7 @@
<a href="javascript:;">{{item.number}}. {{item.sheet_name}}</a>
<i id="ico{{item.sheet_index}}" class="layui-icon layui-icon-ok-circle {{ item.is_check == 0 ? 'dh_ico' : '' }}"
style="font-size: 18px; color: #04B543;margin-top: -10px;" ></i>
style="font-size: 18px; color: #04B543;margin-top: -10px;" ></i>
</div>
</li>
{{# }); }}
@ -93,11 +91,9 @@
确认
</button>
</div>
</div>
<div class="layui-card-body">
<table id="data-table"></table>
<script type="text/html" id="fieldsType_select">
{{# var fieldsTypeList = [{"id":1,"name":"文本"},{"id":2,"name":"数值"},{"id":3,"name":"小数"},{"id":4,"name":"日期"}]; }}
<select name="fieldsType" class="layui-border fields-select" lay-ignore>
@ -110,7 +106,6 @@
<script type="text/html" id="required_switch">
<input type="checkbox" title="是|否" lay-skin="switch" lay-filter="requiredSwitch" {{d.allow_blank == false ? "checked" : "" }}>
</script>
</div>
</div>
</div>
@ -270,7 +265,7 @@
layer.msg('有未确认的sheet表请确认后再保存', {
icon: 2,
time: 1500,
});
});
} else {
layer.open({
type: 2,
@ -316,7 +311,6 @@
cellElem.addClass('err_border');
}
}
// console.log('修改的字段为' + obj.field + '<br>' + '修改的值为' + obj.value + '<br>' + JSON.stringify(obj.data));
});
//菜单的点击事件
@ -338,7 +332,6 @@
window.location = "./task_list.html";
}
});
</script>
</body>

Loading…
Cancel
Save