From c4e556a509b7fd8084a4aee8f4221158bac6cd3a Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 25 三月 2024 13:11:56 +0800
Subject: [PATCH] 设备负荷分析表
---
WebTM/views/领料发货/销售出库/Kf_SellOutBillList_BarCodeNote.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList_BarCodeNote.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList_BarCodeNote.html"
index 436d35d..50207fd 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList_BarCodeNote.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBillList_BarCodeNote.html"
@@ -193,7 +193,7 @@
, height: 550
//, page: true
, cellMinWidth: 90
- //, limit: 50
+ , limit: 5000
//, limits: [50, 500, 5000, 20000]
};
@@ -204,7 +204,7 @@
, height: 550
//, page: true
, cellMinWidth: 90
- //, limit: 50
+ , limit: 5000
//, limits: [50, 500, 5000, 20000]
};
@@ -215,7 +215,7 @@
, height: 550
//, page: true
, cellMinWidth: 90
- //, limit: 50
+ , limit: 5000
//, limits: [50, 500, 5000, 20000]
};
}
--
Gitblit v1.9.1