diff --git a/htmlweb/web/backstage/oa/ocr/information/add.html b/htmlweb/web/backstage/oa/ocr/information/add.html index d75dc6b9..8ed95078 100644 --- a/htmlweb/web/backstage/oa/ocr/information/add.html +++ b/htmlweb/web/backstage/oa/ocr/information/add.html @@ -33,7 +33,7 @@
- +
@@ -82,7 +82,6 @@
-
@@ -93,7 +92,6 @@
-
diff --git a/htmlweb/web/backstage/oa/ocr/information/list.html b/htmlweb/web/backstage/oa/ocr/information/list.html index bb98b308..bcf1d318 100644 --- a/htmlweb/web/backstage/oa/ocr/information/list.html +++ b/htmlweb/web/backstage/oa/ocr/information/list.html @@ -17,10 +17,10 @@
- +
- @@ -44,7 +44,7 @@

-
+
@@ -86,8 +86,8 @@ sortname: params.sort, pagesize: params.limit, start: (params.offset / params.limit) + 1, - name:'{"value":"' + $("#search_postname").val() + '","op":"equal","type":"string"}', - reviewType:'{"value":"' + $("#reviewType").val() + '","op":"equal","type":"string"}', + search_name:'{"value":"' + $("#search_name").val() + '","op":"equal","type":"string"}', + search_reviewType:'{"value":"' + $("#search_reviewType").val() + '","op":"equal","type":"string"}', }; }, responseHandler:function(res){ @@ -221,6 +221,6 @@ function refreshTable(sourceid){ _tableListPost.bootstrapTable('refreshOptions',{pageNumber:1}); } - +