|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
@ -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',
|
|
|
|
|