신규 구성품 등록 : JGIFT-0031, JGIFT-0032, JGIFT-0033, JGIFT-0034
This commit is contained in:
parent
384a52f30a
commit
93bcc36ee5
4119
SalesPacking_MES_API_Project/countForm.Designer.vb
generated
4119
SalesPacking_MES_API_Project/countForm.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@ -110,7 +110,8 @@ Public Class countForm
|
|||||||
txbdoenaliftingamp.Text = comComCount(comDB.DoenaLiftingAmp)
|
txbdoenaliftingamp.Text = comComCount(comDB.DoenaLiftingAmp)
|
||||||
txbdoenaliftingcream.Text = comComCount(comDB.DoenaLiftingCream)
|
txbdoenaliftingcream.Text = comComCount(comDB.DoenaLiftingCream)
|
||||||
pnfirmingcollagengel.Text = comComCount(comDB.FirmingCollagenGel)
|
pnfirmingcollagengel.Text = comComCount(comDB.FirmingCollagenGel)
|
||||||
|
txbkeyringSally.Text = comComCount(comDB.keyringSally)
|
||||||
|
'신규구성품추가 : 추가한 품목 수량 출력하도록 추가
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -145,7 +145,6 @@
|
|||||||
massageSoothing
|
massageSoothing
|
||||||
maxSMint
|
maxSMint
|
||||||
meshpouch
|
meshpouch
|
||||||
|
|
||||||
firmingAmp
|
firmingAmp
|
||||||
hyaluronicAmp
|
hyaluronicAmp
|
||||||
nightshot
|
nightshot
|
||||||
@ -167,13 +166,11 @@
|
|||||||
Dayshot2
|
Dayshot2
|
||||||
Elixir
|
Elixir
|
||||||
Elixirpremium
|
Elixirpremium
|
||||||
|
|
||||||
Emsbeltcontrollset
|
Emsbeltcontrollset
|
||||||
FabricBag
|
FabricBag
|
||||||
Goldshopbag
|
Goldshopbag
|
||||||
MorNigshotset
|
MorNigshotset
|
||||||
CTBox
|
CTBox
|
||||||
|
|
||||||
ElesqLiftingToner
|
ElesqLiftingToner
|
||||||
ElesqLiftingCeam
|
ElesqLiftingCeam
|
||||||
ElesqLiftingECream
|
ElesqLiftingECream
|
||||||
@ -182,21 +179,22 @@
|
|||||||
ElesqAquaCeam
|
ElesqAquaCeam
|
||||||
ElesqAquaECream
|
ElesqAquaECream
|
||||||
ElesqAquaAmp
|
ElesqAquaAmp
|
||||||
|
|
||||||
car8
|
car8
|
||||||
|
|
||||||
keyring
|
keyring
|
||||||
|
|
||||||
DoenaLiftingToner
|
DoenaLiftingToner
|
||||||
DoenaLiftingAmp
|
DoenaLiftingAmp
|
||||||
DoenaLiftingCream
|
DoenaLiftingCream
|
||||||
|
|
||||||
FirmingCollagenGel
|
FirmingCollagenGel
|
||||||
|
keyringSally
|
||||||
|
beautykitHairband
|
||||||
|
beautykitMirrorS
|
||||||
|
beautykitMirrorL
|
||||||
|
'신규구성품추가 : 추가하는 품목의 변수 추가
|
||||||
End Enum
|
End Enum
|
||||||
Public comDBCount(comDB.FirmingCollagenGel) As Integer ''DB 저장
|
'신규구성품추가 : comDBCount, comInCount, comComCount comDB 크기에 맞춰 배열 크기 조정
|
||||||
Public comInCount(comDB.FirmingCollagenGel) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41
|
Public comDBCount(comDB.beautykitMirrorL) As Integer ''DB 저장
|
||||||
Public comComCount(comDB.FirmingCollagenGel) As Integer '' 로컬 저장
|
Public comInCount(comDB.beautykitMirrorL) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41
|
||||||
|
Public comComCount(comDB.beautykitMirrorL) As Integer '' 로컬 저장
|
||||||
|
|
||||||
Public countCommand(prodInCount.Length + comInCount.Length - 1) As String
|
Public countCommand(prodInCount.Length + comInCount.Length - 1) As String
|
||||||
|
|
||||||
@ -492,6 +490,15 @@
|
|||||||
comInCount(comDB.DoenaLiftingCream) = ckCount
|
comInCount(comDB.DoenaLiftingCream) = ckCount
|
||||||
Case comDB.FirmingCollagenGel
|
Case comDB.FirmingCollagenGel
|
||||||
comInCount(comDB.FirmingCollagenGel) = ckCount
|
comInCount(comDB.FirmingCollagenGel) = ckCount
|
||||||
|
Case comDB.keyringSally
|
||||||
|
comInCount(comDB.keyringSally) = ckCount
|
||||||
|
Case comDB.beautykitHairband
|
||||||
|
comInCount(comDB.beautykitHairband) = ckCount
|
||||||
|
Case comDB.beautykitMirrorS
|
||||||
|
comInCount(comDB.beautykitMirrorS) = ckCount
|
||||||
|
Case comDB.beautykitMirrorL
|
||||||
|
comInCount(comDB.beautykitMirrorL) = ckCount
|
||||||
|
'신규구성품추가 : 추가한 comDB 수량 카운트를 위해 Case 문 추가
|
||||||
|
|
||||||
Case Else
|
Case Else
|
||||||
MsgBox("잘못된 데이터가 개입되었습니다", vbCritical)
|
MsgBox("잘못된 데이터가 개입되었습니다", vbCritical)
|
||||||
@ -551,8 +558,6 @@
|
|||||||
countCommand(prodInCount.Length + comDB.maxapr) = "CaseMAXApr"
|
countCommand(prodInCount.Length + comDB.maxapr) = "CaseMAXApr"
|
||||||
countCommand(prodInCount.Length + comDB.maxmint) = "CaseMAXMint"
|
countCommand(prodInCount.Length + comDB.maxmint) = "CaseMAXMint"
|
||||||
countCommand(prodInCount.Length + comDB.maxbeige) = "CaseMAXBeige"
|
countCommand(prodInCount.Length + comDB.maxbeige) = "CaseMAXBeige"
|
||||||
countCommand(prodInCount.Length + comDB.maxPurple) = "CaseMAXPurple"
|
|
||||||
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "CasePROSnakeBlack"
|
|
||||||
countCommand(prodInCount.Length + comDB.soothing) = "SoothingGelCnt"
|
countCommand(prodInCount.Length + comDB.soothing) = "SoothingGelCnt"
|
||||||
countCommand(prodInCount.Length + comDB.car0) = "Carton0Cnt"
|
countCommand(prodInCount.Length + comDB.car0) = "Carton0Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.car1) = "Carton1Cnt"
|
countCommand(prodInCount.Length + comDB.car1) = "Carton1Cnt"
|
||||||
@ -564,6 +569,8 @@
|
|||||||
countCommand(prodInCount.Length + comDB.bag) = "BagCnt"
|
countCommand(prodInCount.Length + comDB.bag) = "BagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.cosbag) = "CosBagCnt"
|
countCommand(prodInCount.Length + comDB.cosbag) = "CosBagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.dustbag) = "DustBagCnt"
|
countCommand(prodInCount.Length + comDB.dustbag) = "DustBagCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.maxPurple) = "CaseMAXPurple"
|
||||||
|
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "CasePROSnakeBlack"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen) = "KollagenCnt"
|
countCommand(prodInCount.Length + comDB.kollagen) = "KollagenCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagenset) = "KollagenSetCnt"
|
countCommand(prodInCount.Length + comDB.kollagenset) = "KollagenSetCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen_P) = "Kollagen_PCnt"
|
countCommand(prodInCount.Length + comDB.kollagen_P) = "Kollagen_PCnt"
|
||||||
@ -571,25 +578,19 @@
|
|||||||
countCommand(prodInCount.Length + comDB.cleansingWater) = "CleansingWaterCnt"
|
countCommand(prodInCount.Length + comDB.cleansingWater) = "CleansingWaterCnt"
|
||||||
countCommand(prodInCount.Length + comDB.tonerPad) = "TonerPadCnt"
|
countCommand(prodInCount.Length + comDB.tonerPad) = "TonerPadCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "CaseMaxSafBK"
|
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "CaseMaxSafBK"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.hologram1) = "Hologram_1Cnt"
|
countCommand(prodInCount.Length + comDB.hologram1) = "Hologram_1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram3) = "Hologram_3Cnt"
|
countCommand(prodInCount.Length + comDB.hologram3) = "Hologram_3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram5) = "Hologram_5Cnt"
|
countCommand(prodInCount.Length + comDB.hologram5) = "Hologram_5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "CaseMaxSafPp"
|
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "CaseMaxSafPp"
|
||||||
countCommand(prodInCount.Length + comDB.maxYellow) = "CaseMaxYellow"
|
countCommand(prodInCount.Length + comDB.maxYellow) = "CaseMaxYellow"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "Kollagen_Pe1Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "Kollagen_Pe1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "Kollagen_Pe3Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "Kollagen_Pe3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "Kollagen_Pe5Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "Kollagen_Pe5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.ATCircleCase) = "ATCircleCaseCnt"
|
countCommand(prodInCount.Length + comDB.ATCircleCase) = "ATCircleCaseCnt"
|
||||||
countCommand(prodInCount.Length + comDB.APSquareCase) = "APSquareCaseCnt"
|
countCommand(prodInCount.Length + comDB.APSquareCase) = "APSquareCaseCnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.maxPeach) = "CaseMAXPeach"
|
countCommand(prodInCount.Length + comDB.maxPeach) = "CaseMAXPeach"
|
||||||
countCommand(prodInCount.Length + comDB.massageSoothing) = "MasSoothingCnt"
|
countCommand(prodInCount.Length + comDB.massageSoothing) = "MasSoothingCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSMint) = "CaseMAXSMint"
|
countCommand(prodInCount.Length + comDB.maxSMint) = "CaseMAXSMint"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.meshpouch) = "MeshPouchCnt"
|
countCommand(prodInCount.Length + comDB.meshpouch) = "MeshPouchCnt"
|
||||||
countCommand(prodInCount.Length + comDB.firmingAmp) = "FirmingAmpCnt"
|
countCommand(prodInCount.Length + comDB.firmingAmp) = "FirmingAmpCnt"
|
||||||
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "HyaluronicAmpCnt"
|
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "HyaluronicAmpCnt"
|
||||||
@ -631,6 +632,11 @@
|
|||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "DoenaLiftingAmpcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "DoenaLiftingAmpcnt"
|
||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "DoenaLiftingCreamcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "DoenaLiftingCreamcnt"
|
||||||
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "FirmingCollagenGelcnt"
|
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "FirmingCollagenGelcnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.keyringSally) = "KeyringSallyCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitHairband) = "BeautykitHairbandCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorS) = "BeautykitMirrorSCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorL) = "BeautykitMirrorLCnt"
|
||||||
|
'신규구성품추가 : 추가한 comDB 수량을 DB에 저장하기 위해 jomtPackingCount 에 생성한 일반동작 컬럼명 추가
|
||||||
|
|
||||||
Case countSaveList.autopack
|
Case countSaveList.autopack
|
||||||
|
|
||||||
@ -677,8 +683,6 @@
|
|||||||
countCommand(prodInCount.Length + comDB.maxapr) = "APCaseMAXApr"
|
countCommand(prodInCount.Length + comDB.maxapr) = "APCaseMAXApr"
|
||||||
countCommand(prodInCount.Length + comDB.maxmint) = "APCaseMAXMint"
|
countCommand(prodInCount.Length + comDB.maxmint) = "APCaseMAXMint"
|
||||||
countCommand(prodInCount.Length + comDB.maxbeige) = "APCaseMAXBeige"
|
countCommand(prodInCount.Length + comDB.maxbeige) = "APCaseMAXBeige"
|
||||||
countCommand(prodInCount.Length + comDB.maxPurple) = "APCaseMAXPurple"
|
|
||||||
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "APCasePROSnakeBlack"
|
|
||||||
countCommand(prodInCount.Length + comDB.soothing) = "APSoothingGelCnt"
|
countCommand(prodInCount.Length + comDB.soothing) = "APSoothingGelCnt"
|
||||||
countCommand(prodInCount.Length + comDB.car0) = "APCarton0Cnt"
|
countCommand(prodInCount.Length + comDB.car0) = "APCarton0Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.car1) = "APCarton1Cnt"
|
countCommand(prodInCount.Length + comDB.car1) = "APCarton1Cnt"
|
||||||
@ -690,6 +694,8 @@
|
|||||||
countCommand(prodInCount.Length + comDB.bag) = "APBagCnt"
|
countCommand(prodInCount.Length + comDB.bag) = "APBagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.cosbag) = "APCosBagCnt"
|
countCommand(prodInCount.Length + comDB.cosbag) = "APCosBagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.dustbag) = "APDustBagCnt"
|
countCommand(prodInCount.Length + comDB.dustbag) = "APDustBagCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.maxPurple) = "APCaseMAXPurple"
|
||||||
|
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "APCasePROSnakeBlack"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen) = "APKollagenCnt"
|
countCommand(prodInCount.Length + comDB.kollagen) = "APKollagenCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagenset) = "APKollagenSetCnt"
|
countCommand(prodInCount.Length + comDB.kollagenset) = "APKollagenSetCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen_P) = "APKollagen_PCnt"
|
countCommand(prodInCount.Length + comDB.kollagen_P) = "APKollagen_PCnt"
|
||||||
@ -697,25 +703,19 @@
|
|||||||
countCommand(prodInCount.Length + comDB.cleansingWater) = "APCleansingWaterCnt"
|
countCommand(prodInCount.Length + comDB.cleansingWater) = "APCleansingWaterCnt"
|
||||||
countCommand(prodInCount.Length + comDB.tonerPad) = "APTonerPadCnt"
|
countCommand(prodInCount.Length + comDB.tonerPad) = "APTonerPadCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "APCaseMaxSafBK"
|
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "APCaseMaxSafBK"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.hologram1) = "APHologram_1Cnt"
|
countCommand(prodInCount.Length + comDB.hologram1) = "APHologram_1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram3) = "APHologram_3Cnt"
|
countCommand(prodInCount.Length + comDB.hologram3) = "APHologram_3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram5) = "APHologram_5Cnt"
|
countCommand(prodInCount.Length + comDB.hologram5) = "APHologram_5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "APCaseMaxSafPp"
|
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "APCaseMaxSafPp"
|
||||||
countCommand(prodInCount.Length + comDB.maxYellow) = "APCaseMaxYellow"
|
countCommand(prodInCount.Length + comDB.maxYellow) = "APCaseMaxYellow"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "APKollagen_Pe1Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "APKollagen_Pe1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "APKollagen_Pe3Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "APKollagen_Pe3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "APKollagen_Pe5Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "APKollagen_Pe5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.ATCircleCase) = "APATCircleCaseCnt"
|
countCommand(prodInCount.Length + comDB.ATCircleCase) = "APATCircleCaseCnt"
|
||||||
countCommand(prodInCount.Length + comDB.APSquareCase) = "APAPSquareCaseCnt"
|
countCommand(prodInCount.Length + comDB.APSquareCase) = "APAPSquareCaseCnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.maxPeach) = "APCaseMAXPeach"
|
countCommand(prodInCount.Length + comDB.maxPeach) = "APCaseMAXPeach"
|
||||||
countCommand(prodInCount.Length + comDB.massageSoothing) = "APMasSoothingCnt"
|
countCommand(prodInCount.Length + comDB.massageSoothing) = "APMasSoothingCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSMint) = "APCaseMAXSMint"
|
countCommand(prodInCount.Length + comDB.maxSMint) = "APCaseMAXSMint"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.meshpouch) = "APMeshPouchCnt"
|
countCommand(prodInCount.Length + comDB.meshpouch) = "APMeshPouchCnt"
|
||||||
countCommand(prodInCount.Length + comDB.firmingAmp) = "APFirmingAmpCnt"
|
countCommand(prodInCount.Length + comDB.firmingAmp) = "APFirmingAmpCnt"
|
||||||
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "APHyaluronicAmpCnt"
|
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "APHyaluronicAmpCnt"
|
||||||
@ -757,6 +757,11 @@
|
|||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "APDoenaLiftingAmpcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "APDoenaLiftingAmpcnt"
|
||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "APDoenaLiftingCreamcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "APDoenaLiftingCreamcnt"
|
||||||
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "APFirmingCollagenGelcnt"
|
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "APFirmingCollagenGelcnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.keyringSally) = "APKeyringSallyCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitHairband) = "APBeautykitHairbandCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorS) = "APBeautykitMirrorSCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorL) = "APBeautykitMirrorLCnt"
|
||||||
|
'신규구성품추가 : 추가한 comDB 수량을 DB에 저장하기 위해 jomtPackingCount 에 생성한 자동화동작(포장) 컬럼명 추가
|
||||||
|
|
||||||
Case countSaveList.autoWeight
|
Case countSaveList.autoWeight
|
||||||
|
|
||||||
@ -770,12 +775,10 @@
|
|||||||
countCommand(prodDB.probody) = "AWProBodyCnt"
|
countCommand(prodDB.probody) = "AWProBodyCnt"
|
||||||
countCommand(prodDB.luxbody) = "AWLuxBodyCnt"
|
countCommand(prodDB.luxbody) = "AWLuxBodyCnt"
|
||||||
countCommand(prodDB.maximum) = "AWMAXIMUMCnt"
|
countCommand(prodDB.maximum) = "AWMAXIMUMCnt"
|
||||||
|
|
||||||
countCommand(prodDB.alphaSet) = "AWAlphaSetCnt"
|
countCommand(prodDB.alphaSet) = "AWAlphaSetCnt"
|
||||||
countCommand(prodDB.alphaFace) = "AWAlphaFaceCnt"
|
countCommand(prodDB.alphaFace) = "AWAlphaFaceCnt"
|
||||||
countCommand(prodDB.alphaEye) = "AWAlphaEyeCnt"
|
countCommand(prodDB.alphaEye) = "AWAlphaEyeCnt"
|
||||||
countCommand(prodDB.alphaBody) = "AWAlphaBodyCnt"
|
countCommand(prodDB.alphaBody) = "AWAlphaBodyCnt"
|
||||||
|
|
||||||
countCommand(prodDB.alto) = "AWAltoCnt"
|
countCommand(prodDB.alto) = "AWAltoCnt"
|
||||||
countCommand(prodDB.effect) = "AWEffectCnt"
|
countCommand(prodDB.effect) = "AWEffectCnt"
|
||||||
countCommand(prodDB.effectV3) = "AWEffectV3Cnt"
|
countCommand(prodDB.effectV3) = "AWEffectV3Cnt"
|
||||||
@ -805,8 +808,6 @@
|
|||||||
countCommand(prodInCount.Length + comDB.maxapr) = "AWCaseMAXApr"
|
countCommand(prodInCount.Length + comDB.maxapr) = "AWCaseMAXApr"
|
||||||
countCommand(prodInCount.Length + comDB.maxmint) = "AWCaseMAXMint"
|
countCommand(prodInCount.Length + comDB.maxmint) = "AWCaseMAXMint"
|
||||||
countCommand(prodInCount.Length + comDB.maxbeige) = "AWCaseMAXBeige"
|
countCommand(prodInCount.Length + comDB.maxbeige) = "AWCaseMAXBeige"
|
||||||
countCommand(prodInCount.Length + comDB.maxPurple) = "AWCaseMAXPurple"
|
|
||||||
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "AWCasePROSnakeBlack"
|
|
||||||
countCommand(prodInCount.Length + comDB.soothing) = "AWSoothingGelCnt"
|
countCommand(prodInCount.Length + comDB.soothing) = "AWSoothingGelCnt"
|
||||||
countCommand(prodInCount.Length + comDB.car0) = "AWCarton0Cnt"
|
countCommand(prodInCount.Length + comDB.car0) = "AWCarton0Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.car1) = "AWCarton1Cnt"
|
countCommand(prodInCount.Length + comDB.car1) = "AWCarton1Cnt"
|
||||||
@ -818,6 +819,8 @@
|
|||||||
countCommand(prodInCount.Length + comDB.bag) = "AWBagCnt"
|
countCommand(prodInCount.Length + comDB.bag) = "AWBagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.cosbag) = "AWCosBagCnt"
|
countCommand(prodInCount.Length + comDB.cosbag) = "AWCosBagCnt"
|
||||||
countCommand(prodInCount.Length + comDB.dustbag) = "AWDustBagCnt"
|
countCommand(prodInCount.Length + comDB.dustbag) = "AWDustBagCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.maxPurple) = "AWCaseMAXPurple"
|
||||||
|
countCommand(prodInCount.Length + comDB.proSnakeBlack) = "AWCasePROSnakeBlack"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen) = "AWKollagenCnt"
|
countCommand(prodInCount.Length + comDB.kollagen) = "AWKollagenCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagenset) = "AWKollagenSetCnt"
|
countCommand(prodInCount.Length + comDB.kollagenset) = "AWKollagenSetCnt"
|
||||||
countCommand(prodInCount.Length + comDB.kollagen_P) = "AWKollagen_PCnt"
|
countCommand(prodInCount.Length + comDB.kollagen_P) = "AWKollagen_PCnt"
|
||||||
@ -825,25 +828,19 @@
|
|||||||
countCommand(prodInCount.Length + comDB.cleansingWater) = "AWCleansingWaterCnt"
|
countCommand(prodInCount.Length + comDB.cleansingWater) = "AWCleansingWaterCnt"
|
||||||
countCommand(prodInCount.Length + comDB.tonerPad) = "AWTonerPadCnt"
|
countCommand(prodInCount.Length + comDB.tonerPad) = "AWTonerPadCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "AWCaseMaxSafBK"
|
countCommand(prodInCount.Length + comDB.maxSaffianoBK) = "AWCaseMaxSafBK"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.hologram1) = "AWHologram_1Cnt"
|
countCommand(prodInCount.Length + comDB.hologram1) = "AWHologram_1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram3) = "AWHologram_3Cnt"
|
countCommand(prodInCount.Length + comDB.hologram3) = "AWHologram_3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.hologram5) = "AWHologram_5Cnt"
|
countCommand(prodInCount.Length + comDB.hologram5) = "AWHologram_5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "AWCaseMaxSafPp"
|
countCommand(prodInCount.Length + comDB.caseSaffianoPp) = "AWCaseMaxSafPp"
|
||||||
countCommand(prodInCount.Length + comDB.maxYellow) = "AWCaseMaxYellow"
|
countCommand(prodInCount.Length + comDB.maxYellow) = "AWCaseMaxYellow"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "AWKollagen_Pe1Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe1) = "AWKollagen_Pe1Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "AWKollagen_Pe3Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe3) = "AWKollagen_Pe3Cnt"
|
||||||
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "AWKollagen_Pe5Cnt"
|
countCommand(prodInCount.Length + comDB.Kollagen_Pe5) = "AWKollagen_Pe5Cnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.ATCircleCase) = "AWATCircleCaseCnt"
|
countCommand(prodInCount.Length + comDB.ATCircleCase) = "AWATCircleCaseCnt"
|
||||||
countCommand(prodInCount.Length + comDB.APSquareCase) = "AWAPSquareCaseCnt"
|
countCommand(prodInCount.Length + comDB.APSquareCase) = "AWAPSquareCaseCnt"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.maxPeach) = "AWCaseMAXPeach"
|
countCommand(prodInCount.Length + comDB.maxPeach) = "AWCaseMAXPeach"
|
||||||
countCommand(prodInCount.Length + comDB.massageSoothing) = "AWMasSoothingCnt"
|
countCommand(prodInCount.Length + comDB.massageSoothing) = "AWMasSoothingCnt"
|
||||||
countCommand(prodInCount.Length + comDB.maxSMint) = "AWCaseMAXSMint"
|
countCommand(prodInCount.Length + comDB.maxSMint) = "AWCaseMAXSMint"
|
||||||
|
|
||||||
countCommand(prodInCount.Length + comDB.meshpouch) = "AWMeshPouchCnt"
|
countCommand(prodInCount.Length + comDB.meshpouch) = "AWMeshPouchCnt"
|
||||||
countCommand(prodInCount.Length + comDB.firmingAmp) = "AWFirmingAmpCnt"
|
countCommand(prodInCount.Length + comDB.firmingAmp) = "AWFirmingAmpCnt"
|
||||||
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "AWHyaluronicAmpCnt"
|
countCommand(prodInCount.Length + comDB.hyaluronicAmp) = "AWHyaluronicAmpCnt"
|
||||||
@ -885,6 +882,11 @@
|
|||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "AWDoenaLiftingAmpcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingAmp) = "AWDoenaLiftingAmpcnt"
|
||||||
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "AWDoenaLiftingCreamcnt"
|
countCommand(prodInCount.Length + comDB.DoenaLiftingCream) = "AWDoenaLiftingCreamcnt"
|
||||||
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "AWFirmingCollagenGelcnt"
|
countCommand(prodInCount.Length + comDB.FirmingCollagenGel) = "AWFirmingCollagenGelcnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.keyringSally) = "AWKeyringSallyCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitHairband) = "AWBeautykitHairbandCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorS) = "AWBeautykitMirrorSCnt"
|
||||||
|
countCommand(prodInCount.Length + comDB.beautykitMirrorL) = "AWBeautykitMirrorLCnt"
|
||||||
|
'신규구성품추가 : 추가한 comDB 수량을 DB에 저장하기 위해 jomtPackingCount 에 생성한 자동화동작(무게측정) 컬럼명 추가
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user