1.버전3.0.4
2.올리브영일 경우 order 테이블 시리얼 넘버 88바코드로 중복 적용 안함
This commit is contained in:
parent
26d549545f
commit
d510ba1d50
@ -8,7 +8,7 @@ Imports Newtonsoft.Json.Linq
|
|||||||
|
|
||||||
Public Class mainForm
|
Public Class mainForm
|
||||||
Public projectName As String = "OrderPackingProcessor Ver."
|
Public projectName As String = "OrderPackingProcessor Ver."
|
||||||
Public projectVer As String = "3.0.3"
|
Public projectVer As String = "3.0.4"
|
||||||
|
|
||||||
Private apiItemOutURL As String = "item-outflows/page"
|
Private apiItemOutURL As String = "item-outflows/page"
|
||||||
|
|
||||||
@ -3457,6 +3457,7 @@ Public Class mainForm
|
|||||||
If oybtn.Checked Then
|
If oybtn.Checked Then
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
|
|
||||||
DBCmd = "SELECT COUNT(PackingCode) FROM " & applySalesDB & " WHERE PackingCode = '" & choiceNum & "'"
|
DBCmd = "SELECT COUNT(PackingCode) FROM " & applySalesDB & " WHERE PackingCode = '" & choiceNum & "'"
|
||||||
|
|
||||||
If Val(DBQueryScalar(DBCmd)) > 0 Then
|
If Val(DBQueryScalar(DBCmd)) > 0 Then
|
||||||
@ -3680,8 +3681,10 @@ Public Class mainForm
|
|||||||
If prodArray(itemCode.serialNum, i) = Nothing Then
|
If prodArray(itemCode.serialNum, i) = Nothing Then
|
||||||
prodArray(itemCode.serialNum, i) = playCode
|
prodArray(itemCode.serialNum, i) = playCode
|
||||||
Else
|
Else
|
||||||
|
If Not olivYoungList.Any(Function(v) v.Value = playCode) Then
|
||||||
prodArray(itemCode.serialNum, i) = prodArray(itemCode.serialNum, i) & "/" & playCode
|
prodArray(itemCode.serialNum, i) = prodArray(itemCode.serialNum, i) & "/" & playCode
|
||||||
End If
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
prodArray(itemCode.type, i) = regType
|
prodArray(itemCode.type, i) = regType
|
||||||
prodArray(itemCode.prodCode, i) = setInfo(setInfoList.prodCode)
|
prodArray(itemCode.prodCode, i) = setInfo(setInfoList.prodCode)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user