Added menu item in NDW Main to launch OI Wizard Create TW Lot
This commit is contained in:
parent
9d86fd5fba
commit
a275005358
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,7 @@ Compile function Lot_Services(@Service, @Params)
|
|||||||
Declare function TEST_WAFER_PROD_SERVICES, SRP_Datetime, Datetime, Database_Services, Lot_Services, Error_Services, RTI_CREATEGUID
|
Declare function TEST_WAFER_PROD_SERVICES, SRP_Datetime, Datetime, Database_Services, Lot_Services, Error_Services, RTI_CREATEGUID
|
||||||
Declare function SRP_Array, SRP_Json, Environment_Services, Logging_Services
|
Declare function SRP_Array, SRP_Json, Environment_Services, Logging_Services
|
||||||
Declare subroutine Database_Services, Btree.Extract, Lot_Services, Error_Services, Labeling_Services, SRP_Json, Logging_Services
|
Declare subroutine Database_Services, Btree.Extract, Lot_Services, Error_Services, Labeling_Services, SRP_Json, Logging_Services
|
||||||
|
Declare subroutine SRP_Run_Command
|
||||||
$insert APP_INSERTS
|
$insert APP_INSERTS
|
||||||
$Insert LOT_EQUATES
|
$Insert LOT_EQUATES
|
||||||
$Insert TEST_WAFER_PROD_EQUATES
|
$Insert TEST_WAFER_PROD_EQUATES
|
||||||
@ -1147,6 +1148,11 @@ Service IncreaseLotWaferCount(LotId, IncreaseQty)
|
|||||||
end
|
end
|
||||||
end service
|
end service
|
||||||
|
|
||||||
|
Service OpenOIWizardCreateTWLotInBrowser()
|
||||||
|
Command = 'explorer https://goto.infineon.com/oiwizard/Lot/CreateTestWaferLot/'
|
||||||
|
SRP_Run_Command(Command)
|
||||||
|
end service
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user