|
|
|
@ -18,9 +18,11 @@
|
|
|
|
|
color: #2d8cf0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.not-equal-color {
|
|
|
|
|
/* .not-equal-color {
|
|
|
|
|
color: #FFB800 !important;
|
|
|
|
|
}
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.woo-tool-span {
|
|
|
|
|
margin: 0 3px;
|
|
|
|
@ -63,7 +65,7 @@
|
|
|
|
|
智能匹配
|
|
|
|
|
{{# } }}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -115,6 +117,14 @@
|
|
|
|
|
layEvent: 'refresh',
|
|
|
|
|
icon: 'layui-icon-refresh',
|
|
|
|
|
}]
|
|
|
|
|
, parseData: function (res) {
|
|
|
|
|
for (var i = 0; i < res.data.length; i++) {
|
|
|
|
|
if (res.data[i].org_name != res.data[i].ty_org_name) {
|
|
|
|
|
res.data[i].LAY_CHECKED = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return res;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|