diff --git a/ruoyi-admin/src/main/resources/templates/nanjing/ProRpList/SelectProRpList.html b/ruoyi-admin/src/main/resources/templates/nanjing/ProRpList/SelectProRpList.html
index 167538f6..3c45ffd0 100644
--- a/ruoyi-admin/src/main/resources/templates/nanjing/ProRpList/SelectProRpList.html
+++ b/ruoyi-admin/src/main/resources/templates/nanjing/ProRpList/SelectProRpList.html
@@ -44,7 +44,7 @@
搜索
- 导出
+
@@ -65,7 +65,7 @@
exportUrl: prefix + "/export",
modalName: "ProRpList",
pagination:false,
- showExport: false,//工具栏上显示导出按钮
+ showExport: true,//工具栏上显示导出按钮
exportOptions: {
ignoreColumn: false //忽略第一列和最后一列
},
diff --git a/ruoyi-admin/src/main/resources/templates/nanjing/ProductChangeInfo/SelectProductChangeInfo.html b/ruoyi-admin/src/main/resources/templates/nanjing/ProductChangeInfo/SelectProductChangeInfo.html
index e31783e0..0ff68b0d 100644
--- a/ruoyi-admin/src/main/resources/templates/nanjing/ProductChangeInfo/SelectProductChangeInfo.html
+++ b/ruoyi-admin/src/main/resources/templates/nanjing/ProductChangeInfo/SelectProductChangeInfo.html
@@ -26,7 +26,7 @@
搜索
查询全部
- 导出
+
@@ -46,10 +46,10 @@
url: prefix + "/list",
exportUrl: prefix + "/export",
modalName: "机种更换信息查询",
- // showExport: true,//工具栏上显示导出按钮
- // exportOptions: {
- // ignoreColumn: false //忽略第一列和最后一列
- // },
+ showExport: true,//工具栏上显示导出按钮
+ exportOptions: {
+ ignoreColumn: false //忽略第一列和最后一列
+ },
columns: [
{
field: 'id',
diff --git a/ruoyi-admin/src/main/resources/templates/nanjing/Report/Report.html b/ruoyi-admin/src/main/resources/templates/nanjing/Report/Report.html
index fc322b6f..6727a5cd 100644
--- a/ruoyi-admin/src/main/resources/templates/nanjing/Report/Report.html
+++ b/ruoyi-admin/src/main/resources/templates/nanjing/Report/Report.html
@@ -63,7 +63,8 @@
for (var i = 0; i < (Object.keys(json.rows[0])).length; i++) {//Object.keys(obj) 获取key名称
var property = (Object.keys(json.rows[0]))[i];
console.log(property)
- if(property!='Barcode'){
+
+ if(property!='Barcode' && property!="ProductBarcode"){
columnsArray.push({
"title": property,
"field": property,
@@ -73,6 +74,7 @@
);
}
+
}
}
// coulmnsData.push(columnsArray);
diff --git a/ruoyi-admin/src/main/resources/templates/nanjing/WorkTrayHistoryInfo/WorkTrayHistoryInfo.html b/ruoyi-admin/src/main/resources/templates/nanjing/WorkTrayHistoryInfo/WorkTrayHistoryInfo.html
index e6734b6c..87ca83dc 100644
--- a/ruoyi-admin/src/main/resources/templates/nanjing/WorkTrayHistoryInfo/WorkTrayHistoryInfo.html
+++ b/ruoyi-admin/src/main/resources/templates/nanjing/WorkTrayHistoryInfo/WorkTrayHistoryInfo.html
@@ -33,7 +33,7 @@
搜索
查询全部
- 导出
+
@@ -59,6 +59,7 @@
+