From 41ad7e179503b9b0be795b0f8e2b5f090a4514c7 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期一, 24 三月 2025 19:50:36 +0800
Subject: [PATCH] 1
---
src/main/webapp/static/js/staDesc/staDesc.js | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/staDesc/staDesc.js b/src/main/webapp/static/js/staDesc/staDesc.js
index fc63e60..08c6db4 100644
--- a/src/main/webapp/static/js/staDesc/staDesc.js
+++ b/src/main/webapp/static/js/staDesc/staDesc.js
@@ -25,8 +25,8 @@
// ,{field: 'typeDesc', align: 'center',title: '浣滀笟绫诲瀷'}
,{field: 'stnNo$', align: 'center',title: '浣滀笟绔欑偣'}
,{field: 'stnDesc', align: 'center',title: '绔欑偣鍚嶇О', edit:'text'}
- ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈哄彿'}
- ,{field: 'crnStn$', align: 'center',title: '鍫嗗灈鏈虹珯鐐�'}
+ ,{field: 'crnNo', align: 'center',title: '鎻愬崌鏈哄彿'}
+ ,{field: 'crnStn$', align: 'center',title: '绔欑偣'}
,{field: 'memo', align: 'center',title: '澶囨敞'}
,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide:true}
,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide:true}
@@ -83,7 +83,7 @@
success: function (res) {
layer.closeAll();
if (res.code === 200){
- tableReload(false);
+ $(".layui-laypage-btn")[0].click();
} else if (res.code === 403){
top.location.href = baseUrl+"/";
}else {
@@ -126,7 +126,7 @@
type: 2,
title: '鏂板',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['40%', top.detailHeight],
shadeClose: false,
content: 'staDesc_detail.html',
success: function(layero, index){
@@ -172,6 +172,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) {
@@ -240,7 +241,7 @@
type: 2,
title: '淇敼',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['40%', top.detailHeight],
shadeClose: false,
content: 'staDesc_detail.html',
success: function(layero, index){
--
Gitblit v1.9.1