|
@@ -242,6 +242,7 @@ function formatInfoData(k,data){
|
|
function formatSpecPage(data,title,type){
|
|
function formatSpecPage(data,title,type){
|
|
$(".page-item[code='缺陷总览']").remove()
|
|
$(".page-item[code='缺陷总览']").remove()
|
|
$("#appointBookTmpl").tmpl({title,data}).appendTo(".flaw-table");
|
|
$("#appointBookTmpl").tmpl({title,data}).appendTo(".flaw-table");
|
|
|
|
+ setBoxHeight();
|
|
$(".page-anchor").on("click",function(){
|
|
$(".page-anchor").on("click",function(){
|
|
const code=$(this).attr("code");
|
|
const code=$(this).attr("code");
|
|
const pCode=$(this).parents("tr").attr("code").replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'');
|
|
const pCode=$(this).parents("tr").attr("code").replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'');
|