From 8fa656eca2c32a7dadec539fd21e9a2a41987936 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 24 十二月 2024 11:04:50 +0800
Subject: [PATCH] 1
---
WebTM/views/生产管理/日计划报表/ReportMOMaterReadysBillList.html | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
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 247fd92..c1024c9 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"
@@ -431,10 +431,9 @@
function set_InitGrid() {
option = {
elem: '#mainTable'
- , toolbar: '#toolbarDemo'
- , id: 'mainTable'
+ //, toolbar: '#toolbarDemo'
, height: 'full-50'
- , page: false
+ , page: true
, cellMinWidth: 90
, totalRow: true
, limit: 1000
--
Gitblit v1.9.1