From bdf8664ad7080f45a8d6b5a0727b0415cce882c7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 06 十一月 2024 12:40:40 +0800
Subject: [PATCH] 计划报表取消分页

---
 WebTM/views/生产管理/日计划报表/ReportPODemandPlanBillList_S.html |    4 ++--
 WebTM/views/生产管理/日计划报表/MaterialShorAnalysisReport.html   |    4 ++--
 WebTM/views/生产管理/日计划报表/ReportMOMaterReadysBillList.html  |    4 ++--
 WebTM/views/生产管理/日计划报表/ReportWorkDemandPlanBillList.html |    4 ++--
 WebTM/layuiadmin/Scripts/webConfig.js                    |    2 +-
 WebTM/views/生产管理/日计划报表/ReportPODemandPlanBillList.html   |    4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 680af9f..f4da593 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -10,7 +10,7 @@
     var WEBURL = "http://localhost:8082/API/";    //寮犵憺骞挎湰鍦伴厤缃�
    /* var WEBURL = "http://localhost:81/API/"    //缈佹稕娑涙湰鍦伴厤缃�*/
     //var WEBURL = "http://47.96.97.237/API/";          //鏅轰簯鏈嶅姟鍣�
-    /*var WEBURL = "http://localhost:8082/LuBaoAPI/"; */  //浣欐�濇澃鏈湴閰嶇疆
+    var WEBURL = "http://localhost:8082/LuBaoAPI/";   //浣欐�濇澃鏈湴閰嶇疆
     //var WEBURL = "http://localhost:8088/ARAPI/";      //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
     //var WEBURL = "http://localhost/API/";             //娼樻禉娓告湰鍦伴厤缃�
     //var WEBURL = "http://61.164.86.218:8099/ABAPI/";  //濂ラ偊
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html"
index 10d9e07..e20365e 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html"
@@ -282,10 +282,10 @@
                 elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , height: 'full-50'
-                , page: true
+                , page: false
                 , cellMinWidth: 90
                 , totalRow: true
-                , limit: 50
+                , limit: 20000
                 , limits: [50, 500, 5000, 20000]
                 , loading: false
                 , cols: [columns]
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportMOMaterReadysBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportMOMaterReadysBillList.html"
index 9a5e3c3..6f6febd 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportMOMaterReadysBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportMOMaterReadysBillList.html"
@@ -263,10 +263,10 @@
                 elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , height: 'full-50'
-                , page: true
+                , page: false
                 , cellMinWidth: 90
                 , totalRow: true
-                , limit: 50
+                , limit: 20000
                 , limits: [50, 500, 5000, 20000]
                 , loading: false
                 , done: function (res, curr, count) {
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList.html"
index 71b8c56..e5da520 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList.html"
@@ -336,10 +336,10 @@
                 elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , height: 'full-50'
-                , page: true
+                , page: false
                 , cellMinWidth: 90
                 , totalRow: true
-                , limit: 50
+                , limit: 20000
                 , limits: [50, 500, 5000, 20000]
                 , loading: false
                 , cols: [columns]
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList_S.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList_S.html"
index da290c1..abadad5 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList_S.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportPODemandPlanBillList_S.html"
@@ -314,9 +314,9 @@
                 elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , height: 'full-50'
-                , page: true
+                , page: false
                 , cellMinWidth: 90
-                , limit: 50
+                , limit: 20000
                 , limits: [50, 500, 5000, 20000]
                 , totalRow: true
                 , loading: false
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
index 8814bdb..b14df31 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/ReportWorkDemandPlanBillList.html"
@@ -296,9 +296,9 @@
                 elem: '#mainTable'
                 , toolbar: '#toolbarDemo'
                 , height: 'full-50'
-                , page: true
+                , page: false
                 , cellMinWidth: 90
-                , limit: 50
+                , limit: 20000
                 , totalRow: true
                 , limits: [50, 500, 5000, 20000]
                 , loading: false

--
Gitblit v1.9.1