duhe
2023-07-12 3cc56ff5b45dc78ce5ad9c50d466cfa2e4e9c1f7
WebTM/views/生产管理/日计划报表/ReportWorkDemandPlanBillList.html
@@ -11,7 +11,6 @@
    <script src="../../../layuiadmin/Scripts/jquery-1.4.1.js"></script>
    <script src="../../../layuiadmin/Scripts/webConfig.js"></script>
    <script src="../../../layuiadmin/PubCustom.js"></script>
</head>
<body>
    <div class="layui-fluid">
@@ -179,10 +178,10 @@
            columns.push({ field: '鐗╂枡浠g爜', title: '鐗╂枡缂栫爜' });
            columns.push({ field: '璁¢噺鍗曚綅鍚嶇О', title: '璁¢噺鍗曚綅' });
            columns.push({ field: 'TQSUM', title: '瑕佹枡鎷栨湡鏁伴噺' });
            for (var i = 1; i <= (MonthCount - dd); i++) {
                columns.push({ field: Format(yyyy + '/' + (MM - 1) + '/' + (dd + i), 'yyyy-MM-dd'), title: Format(yyyy + '/' + (MM - 1) + '/' + (dd + i), 'MM.dd'), width: 70 })//0
            for (var i = 1; i <= (MonthCount - dd + (SumMonth - MonthCount)); i++) {
                columns.push({ field: Format(yyyy + '/' + (MM - 1) + '/' + (dd + i - (SumMonth - MonthCount)), 'yyyy-MM-dd'), title: Format(yyyy + '/' + (MM - 1) + '/' + (dd + i - (SumMonth - MonthCount)), 'MM.dd'), width: 70 })//0
            }
            for (var i = 1; i <= (SumMonth - MonthCount + dd); i++) {
            for (var i = 1; i <= dd; i++) {
                columns.push({ field: Format(yyyy + '/' + MM + '/' + i, 'yyyy-MM-dd'), title: Format(yyyy + '/' + MM + '/' + i, 'MM.dd'), width: 70 })//0
            }
            columns.push({ field: '', title: '璁″垝鏄庣粏_鍚堣' });