From fc69a1e9655df3e8a01dc36ea2742c99f4a651ed Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 17 一月 2024 13:22:08 +0800
Subject: [PATCH] 特批申请单:数据校验 销售订单:维护页面增加字段 销售出库关联数量、销售出库未关联数量、生产关联数量、生产未关联数量

---
 WebTM/views/基础资料/基础资料/Gy_EquipStatus.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipStatus.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipStatus.html"
index b4facd5..5f95764 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipStatus.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipStatus.html"
@@ -190,9 +190,9 @@
                     , toolbar: '#toolbarDemo'
                     , height: 500
                     , page: true
-                    , cellMinWidth: 90
+                    , limits: [50, 500, 5000, 50000]
                     , limit: 50
-                    , limits: [50, 500, 5000, 20000]
+                    , cellMinWidth: 90
                 };
             }
             //#endregion
@@ -251,9 +251,9 @@
                                 , data: data1.data
                                 , height: 'full-80'
                                 , page: true
-                                , cellMinWidth: 90
+                                , limits: [50, 500, 5000, 50000]
                                 , limit: 50
-                                , limits: [50, 500, 5000, 20000]
+                                , cellMinWidth: 90
                             }
                             table.render(option);
 

--
Gitblit v1.9.1