updated WO_MAT and WM_IN actions to mark cassettes as processed when cassettes have a quantity of zero
This commit is contained in:
@ -846,7 +846,15 @@ Event PUB_CHANGE_CASS_QTY.CLICK()
|
||||
IF Get_Status(errCode) THEN ErrMsg(errCode)
|
||||
|
||||
// Set CtrlMap variable to the control(s) that need to be updated
|
||||
CtrlMap = 'EDT_CASS_NO'
|
||||
CtrlMap = ''
|
||||
CtrlMap<1> = @Window:'.EDL_WO_QTY'
|
||||
CtrlMap<2> = @Window:'.EDL_RX_QTY'
|
||||
CtrlMap<3> = @Window:'.EDL_REL_QTY'
|
||||
CtrlMap<4> = @Window:'.EDL_UNREL_QTY'
|
||||
CtrlMap<5> = @Window:'.EDL_SAP_CONFIRM_SCRAP_QTY'
|
||||
CtrlMap<6> = @Window:'.EDL_SAP_YIELD_QTY'
|
||||
CtrlMap<7> = @Window:'.EDL_SHIP_QTY'
|
||||
CtrlMap<8> = @Window:'.EDT_CASS_NO'
|
||||
GoSub PopulateControls
|
||||
|
||||
END
|
||||
@ -2155,4 +2163,3 @@ StartStopDate:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user