fix: MAXIMUM ALPHA S/N compare function
This commit is contained in:
parent
fde2a55cf4
commit
efacf4ed32
@ -7,7 +7,7 @@ Imports Newtonsoft.Json.Linq
|
||||
|
||||
Public Class mainForm
|
||||
Public projectName As String = "DUALSONIC SalesPacking MES Program Ver."
|
||||
Public projectVer As String = "1.0.11"
|
||||
Public projectVer As String = "1.0.12"
|
||||
|
||||
Private apiItemOutURL As String = "item-outflows/page"
|
||||
|
||||
@ -2070,7 +2070,7 @@ Public Class mainForm
|
||||
End Select
|
||||
|
||||
Case modelList.MAXIMUM_ALPHA
|
||||
TDUseCompare = False
|
||||
TDUseCompare = True
|
||||
|
||||
Select Case typeNum
|
||||
Case typeList.prodset_V1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user