From f126a51e48410e2dc4ead6d340fd3ece0d934575 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 09 六月 2025 17:24:56 +0800
Subject: [PATCH] 测试,xiug bug
---
src/main/webapp/static/js/inventoryVariance/inventoryVariance.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/inventoryVariance/inventoryVariance.js b/src/main/webapp/static/js/inventoryVariance/inventoryVariance.js
index de55347..1b83e7e 100644
--- a/src/main/webapp/static/js/inventoryVariance/inventoryVariance.js
+++ b/src/main/webapp/static/js/inventoryVariance/inventoryVariance.js
@@ -2,7 +2,7 @@
var tableData;
function getCol() {
var cols = [
- {field: 'matnr', align: 'center',title: '瀛樿揣缂栫爜'}
+ {field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜'}
,{field: 'csocode', align: 'center',title: '閿�鍞鍗曞彿', sort:true}
,{field: 'isoseq', align: 'center',title: '閿�鍞鍗曡鍙�', sort:true}
,{field: 'iquantity', align: 'center',title: 'ERP瀛樿揣鏁伴噺', sort:true}
@@ -145,6 +145,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