|
@@ -202,7 +202,7 @@
|
|
|
|
|
|
<h5>李华 <span style="font-size: 1.5rem;" class="label-primary">已实名</span></h5>
|
|
|
<button type="button" class="btn btn-sm btn-danger pull-right" onclick="closeItem()"><i class="fa fa-remove"></i>关 闭 页 面</button>
|
|
|
- <button class="btn btn-w-m btn-primary pull-right">编辑档案</button>
|
|
|
+ <button class="btn btn-w-m btn-primary pull-right" onclick="editArchives()">编辑档案</button>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
<p>
|
|
@@ -1148,7 +1148,7 @@
|
|
|
<tbody id="hbyyjlTableTableBody">
|
|
|
<!-- 表格行将在这里动态添加 -->
|
|
|
<!-- 表格行将在这里动态添加 -->
|
|
|
-
|
|
|
+
|
|
|
<tr class="no-data" style="display: none;">
|
|
|
<td colspan="7">
|
|
|
<img th:src="@{/img/locked.png}" alt="暂无数据" style="max-width: 100%;">
|
|
@@ -1735,4 +1735,10 @@
|
|
|
}
|
|
|
tableElement.bootstrapTable(options);
|
|
|
}
|
|
|
+ var editArchives = function(){
|
|
|
+ var id = $("#id").val();
|
|
|
+ table.set();
|
|
|
+ var prefix = ctx + "dtp/pmService/archivesEdit/{id}";
|
|
|
+ $.modal.openTab("修改档案", prefix.replace("{id}", id));
|
|
|
+ }
|
|
|
</script>
|