|
|
|
@ -111,19 +111,20 @@
|
|
|
|
|
<table class="layui-table" id="myTable"></table>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
{{# if(d.check_type_id === 0) { }}
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" style="color: #c2c2c2 !important;cursor:default;">未提交数据,暂无可用操作</span>
|
|
|
|
|
{{# if(d.check_type_id === 2) { }}
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="view"><a
|
|
|
|
|
class="woo-blue-color">查看详情</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="shenhe"><a
|
|
|
|
|
class="woo-theme-color">审核通过</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="tuihui"><a
|
|
|
|
|
class="woo-red-color">退回</a></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{# } else { }}
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="view"><a
|
|
|
|
|
class="woo-blue-color">查看详情</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="shenhe"><a
|
|
|
|
|
class="woo-theme-color">审核通过</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="tuihui"><a
|
|
|
|
|
class="woo-red-color">退回</a></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" style="color: #c2c2c2 !important;cursor:default;">未提交数据,暂无可用操作</span>
|
|
|
|
|
{{# } }}
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
@ -181,7 +182,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{# } else { }}
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" style="color: #c2c2c2 !important;cursor:default;">未提交数据,暂无可用操作</span>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" style="color: #c2c2c2 !important;cursor:default;">未提交数据,暂无可用操作</span>
|
|
|
|
|
|
|
|
|
|
{{# } }}
|
|
|
|
|
</script>
|
|
|
|
@ -316,6 +317,8 @@
|
|
|
|
|
layer.msg('审核通过成功!', {
|
|
|
|
|
icon: 1,
|
|
|
|
|
time: 1500
|
|
|
|
|
}, function () {
|
|
|
|
|
tableRender1();
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message, {
|
|
|
|
@ -368,6 +371,8 @@
|
|
|
|
|
layer.msg('审核通过成功!', {
|
|
|
|
|
icon: 1,
|
|
|
|
|
time: 1500
|
|
|
|
|
}, function () {
|
|
|
|
|
tableRender();
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message, {
|
|
|
|
@ -391,7 +396,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
window.reLoadTable = function () {
|
|
|
|
|
tableRender();
|
|
|
|
|
tableRender();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.reLoadTable1 = function () {
|
|
|
|
|