From 69b16c271110dfceb8b38e835dad0fdc0730a90b Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期二, 05 十二月 2023 08:17:58 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/pakin/pakin.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/pakin/pakin.js b/src/main/webapp/static/js/pakin/pakin.js
index 4c571c4..1f9fff7 100644
--- a/src/main/webapp/static/js/pakin/pakin.js
+++ b/src/main/webapp/static/js/pakin/pakin.js
@@ -17,14 +17,14 @@
page: true,
limit: 16,
limits: [16, 30, 50, 100, 200, 500],
- toolbar: '#toolbar',
+ toolbar: '#other',
cellMinWidth: 50,
cols: [[
{type: 'checkbox'}
,{field: 'wrkNo', align: 'center',title: '浠诲姟鍙�'}
// ,{field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��',event: 'wrkSts', style: 'cursor:pointer'}
// ,{field: 'zpallet', align: 'center',title: '鎵樼洏鍙�'}
- ,{field: 'anfme', align: 'center',title: '鍑哄簱鏁伴噺'}
+ ,{field: 'anfme', align: 'center',title: '鍏ュ簱鏁伴噺'}
,{field: 'nodeId', align: 'center',title: '鍏宠仈璐т綅', hide: true}
,{field: 'locNo', align: 'center',title: '璐т綅'}
,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜'}
@@ -45,10 +45,10 @@
// ,{field: 'createBy$', align: 'center',title: '娣诲姞浜哄憳',event: 'createBy', style: 'cursor:pointer'}
// ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}
// ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳'}
- ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
+ ,{field: 'updateTime$', align: 'center',title: '鍏ュ簱鏃堕棿'}
,{field: 'memo', align: 'center',title: '澶囨敞', hide: false}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+ // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
]],
request: {
pageName: 'curr',
@@ -105,7 +105,7 @@
});
del(ids);
break;
- case 'exportData':
+ case 'otherExportData':
layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){
var titles=[];
var fields=[];
--
Gitblit v1.9.1