|
|
@ -907,7 +907,7 @@ const handlePoint = async (row) => { |
|
|
|
}).then((res) => { |
|
|
|
if(res.list.length > 0) { |
|
|
|
isCreateLabel.value = true |
|
|
|
if (res.list[0].supplierItemCode != null) { |
|
|
|
if (res.list[0].supplierCode != null) { |
|
|
|
labelType.value = 'cg' |
|
|
|
} else if(res.list[0].productionLineCode != null){ |
|
|
|
labelType.value = 'zz' |
|
|
|