\n' +
'
\n' +
'
\n' +
' - 第一个选项卡\n' +
@@ -147,10 +150,10 @@
'
\n' +
'
\n' +
'
\n' +
@@ -165,13 +168,13 @@
contentType: "application/x-www-form-urlencoded",
queryParams: {
inspectionId: row.inspectionId,
- locationCode:row.planePosition
+ locationCode: row.planePosition
},
columns: [
{
title: '序号',
formatter: function (value, row, index) {
- return index+1
+ return index + 1
}
},
{
@@ -195,7 +198,8 @@
title: '提交时间'
}
- ]});
+ ]
+ });
$(childTable1).bootstrapTable({
url: ctx + "manage/record_inspection_img/list",
method: 'post',