From 54ddbb9eba145dfdcee0c3d28bdd1a91aec34122 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 31 一月 2024 15:50:37 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/生产管理/工单/Sc_MyTicketList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\267\245\345\215\225/Sc_MyTicketList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\267\245\345\215\225/Sc_MyTicketList.html"
index b7e4ef8..b7dde12 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\267\245\345\215\225/Sc_MyTicketList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\345\267\245\345\215\225/Sc_MyTicketList.html"
@@ -161,7 +161,7 @@
             function set_InitGrid_notStart() {
                 option_notStart = {
                     elem: '#mainTable_notStart'
-                    , toolbar: '#toolbarDemo'
+                    //, toolbar: '#toolbarDemo'
                     , page: true
                     , height: 300
                     , cellMinWidth: 90
@@ -236,7 +236,7 @@
                             //鍔ㄦ�佹樉绀哄垪鍚�
                             option_notStart = {
                                 elem: '#mainTable_notStart'
-                                , toolbar: '#toolbarDemo'
+                                //, toolbar: '#toolbarDemo'
                                 , cols: [col]
                                 , data: data1.data.h_p_Sc_MyICMOWorkBill
                                 , height: 'full-80'
@@ -250,7 +250,7 @@
 
                             option_finish = {
                                 elem: '#mainTable_finish'
-                                , toolbar: '#toolbarDemo'
+                                //, toolbar: '#toolbarDemo'
                                 , cols: [col]
                                 , data: data1.data.h_p_Sc_MyICMOWorkBill1
                                 , height: 'full-80'
@@ -263,7 +263,7 @@
 
                             option_proc = {
                                 elem: '#mainTable_proc'
-                                , toolbar: '#toolbarDemo'
+                                //, toolbar: '#toolbarDemo'
                                 , cols: [col]
                                 , data: data1.data.h_p_Sc_MyICMOWorkBill2
                                 , height: 'full-80'

--
Gitblit v1.9.1