main
kgdxpr 1 year ago
parent 4e15cd6d61
commit 84899f3b77

@ -20,7 +20,7 @@
.not-equal-color {
color: #FFB800 !important;
}
}
.woo-tool-span {
margin: 0 3px;
@ -56,6 +56,15 @@
{{# } }}
</script>
<script type="text/html" id="match_tpl">
{{# if(d.org_name != d.ty_org_name){ }}
<span class="not-equal-color">手工匹配</span>
{{# } else { }}
智能匹配
{{# } }}
</script>
</div>
</div>
@ -73,7 +82,7 @@
var table = layui.table;
var form = layui.form;
var $ = layui.jquery;
var common = layui.common;
var common = layui.common;
tableRender();
@ -95,7 +104,8 @@
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
{ title: '单位名称', unresize: true, align: 'center', templet: '#org_name_tpl' },
{ title: '第三方系统单位名称', unresize: true, align: 'center', templet: '#ty_org_name_tpl' },
{ title: '单位类型', unresize: true, align: 'center', field: 'bureau_type_name', width: "20%" },
{ title: '单位类型', unresize: true, align: 'center', field: 'bureau_type_name', width: "15%" },
{ title: '匹配类型', unresize: true, align: 'center', width: "15%", templet: '#match_tpl' },
{ title: '操作', unresize: true, align: 'center', width: "10%", toolbar: '#table-bar' }
]],
skin: 'line',

Loading…
Cancel
Save