From 26ce8f07a3b36527bacb035a3e3c0f68aa9c895e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 21 二月 2024 17:30:57 +0800
Subject: [PATCH] PDA(首检/工序 检验单;设备点检/保养单);采购订单模块名称动态设置

---
 WebTM/views/设备管理/设备规程单/Sb_EquipDotCheckRuleList_PDA.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipDotCheckRuleList_PDA.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipDotCheckRuleList_PDA.html"
index 9b16e50..1b89678 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipDotCheckRuleList_PDA.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\350\247\204\347\250\213\345\215\225/Sb_EquipDotCheckRuleList_PDA.html"
@@ -168,7 +168,7 @@
             {
                 option = {
                     elem: '#mainTable'
-                    , toolbar: '#toolbarDemo'
+                    //, toolbar: '#toolbarDemo'
                     , height: 'full-50'
                     , page: true
                     , limits: [50, 500, 5000, 20000]
@@ -245,7 +245,7 @@
                             //鍔ㄦ�佹樉绀哄垪鍚�
                             option = {
                                 elem: '#mainTable'
-                                , toolbar: '#toolbarDemo'
+                                //, toolbar: '#toolbarDemo'
                                 , cols: [col]
                                 , data: data1.data
                                 , height: 550

--
Gitblit v1.9.1