From 8b6da0b504bd698086b1f4c191cd2b377c56b437 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 30 五月 2025 09:27:49 +0800
Subject: [PATCH] 提料计划报表更改日期查询页面没变化
---
WebTM/views/生产管理/日计划报表/ReportPODemandPlanBillList.html | 9 +++++----
1 files changed, 5 insertions(+), 4 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/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 3c16e8e..0722866 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"
@@ -197,7 +197,7 @@
//鐢熶骇缁勭粐鍔犺浇
Organ();
////鍒濆鍖栬〃鏍�
- set_InitGrid();
+ //set_InitGrid();
//蹇�熻繃婊�
get_FastQuery(1);
@@ -240,7 +240,7 @@
var k = 0;//鏀堕泦寰幆娆℃暟
for (var j = 0; j <= (Days - k); j++) {
- columns.push({ field: Format(yyyy + '/' + MM + '/' + (HBEGINDATE + j), 'yyyy-MM-dd'), title: Format(yyyy + '/' + MM + '/' + (HBEGINDATE + j), 'MM.dd'), width: 70, totalRow: true })
+ columns.push({ field: Format(yyyy + '/' + MM + '/' + (HBEGINDATE + j), 'yyyy-MM-dd'), title: Format(yyyy + '/' + MM + '/' + (HBEGINDATE + j), 'MM-dd'), width: 70, totalRow: true })
//璺ㄥ勾鐨勮瘽 浼氫粠涓�鏈堜竴鍙峰紑濮�
if (MM == 12 && (HBEGINDATE + j) == 31) {
yyyy += 1;
@@ -266,10 +266,10 @@
, toolbar: '#toolbarDemo'
, height: 'full-50'
, title: "鎻愭枡璁″垝鎶ヨ〃锛堥噰璐鍗曪級"
- , page: false
+ , page: true
, cellMinWidth: 90
, totalRow: true
- , limit: 20000
+ , limit: 50
, limits: [50, 500, 5000, 20000]
, loading: false
, cols: [columns]
@@ -344,6 +344,7 @@
//#region 蹇�熻繃婊�
function get_FastQuery(number) {
var HORGID = "";
+ set_InitGrid()//姣忔鏌ヨ鍓嶈缃〉闈�
//if (number == 1) {
// HORGID = sessionStorage["OrganizationID"];
//}
--
Gitblit v1.9.1