From dfc9552392f9f973ab52e55d58a7ae2acdaeb1f3 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期日, 09 三月 2025 14:19:43 +0800
Subject: [PATCH] 四期

---
 src/main/webapp/static/js/manLocDetl/manLocDetlTemp.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/manLocDetl/manLocDetlTemp.js b/src/main/webapp/static/js/manLocDetl/manLocDetlTemp.js
index 2811255..e8e726e 100644
--- a/src/main/webapp/static/js/manLocDetl/manLocDetlTemp.js
+++ b/src/main/webapp/static/js/manLocDetl/manLocDetlTemp.js
@@ -2,7 +2,7 @@
 function getCol() {
     var cols = [
         {field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
-        //,{field: 'containerCode', align: 'center',title: '鏂欑鐮�', sort:true}
+        //,{field: 'containerCode', align: 'center',title: '璐ф灦鐮�', sort:true}
         ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', sort:true}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
         //,{field: 'docNum', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
@@ -160,6 +160,7 @@
                 break;
             case 'exportData':
                 layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){
+                    layer.load(2, {time: 600*1000});
                     var titles=[];
                     var fields=[];
                     obj.config.cols[0].map(function (col) {

--
Gitblit v1.9.1