14 lines
1.6 KiB
Plaintext
14 lines
1.6 KiB
Plaintext
|
|
delete dbo.Sys_Menu where MenuId in ('455F7CA8-F005-44B2-8F25-461A6EBC7E00','005464F1-EC79-4D9C-9A96-95D06409DC42','C2DD09FD-96AD-4276-9846-5524A83BDC7F','72FA73C6-6DB2-4D33-9246-9525AD3777E1','609CF4E7-AE7A-422E-8F81-CA5004777F97','C7C80360-FCAD-46C2-9AA2-812A89091AE1')
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
VALUES('455F7CA8-F005-44B2-8F25-461A6EBC7E00','打印管理','','240','0','3')
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
VALUES('005464F1-EC79-4D9C-9A96-95D06409DC42','焊接记录打印','ContinuousPrint/WeldingRecordPrint.aspx','10','455F7CA8-F005-44B2-8F25-461A6EBC7E00','3')
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
VALUES('C2DD09FD-96AD-4276-9846-5524A83BDC7F','检测委托单打印','ContinuousPrint/TestOrderPrint.aspx','20','455F7CA8-F005-44B2-8F25-461A6EBC7E00','3')
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
VALUES('72FA73C6-6DB2-4D33-9246-9525AD3777E1','返修焊缝委托单打印','ContinuousPrint/CommissionRepairPrint.aspx','30','455F7CA8-F005-44B2-8F25-461A6EBC7E00','3')
|
|
--INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
--VALUES('609CF4E7-AE7A-422E-8F81-CA5004777F97','项目管理管道单线图附页打印','ContinuousPrint/PipingSingleDiagramPrint.aspx','40','455F7CA8-F005-44B2-8F25-461A6EBC7E00','3')
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuModule)
|
|
VALUES('C7C80360-FCAD-46C2-9AA2-812A89091AE1','焊接接头报检检查记录','ContinuousPrint/WeldingJointInspection.aspx','40','455F7CA8-F005-44B2-8F25-461A6EBC7E00','3') |