|
|
@ -95,12 +95,18 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
mounted() { |
|
|
|
if (this.detailOptions.length == 0) { |
|
|
|
this.detailOptions = getDetailOption(); |
|
|
|
} |
|
|
|
|
|
|
|
if (this.scanOptions.length == 0) { |
|
|
|
this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty,this.settingParam.allowModifyLocation) |
|
|
|
} |
|
|
|
|
|
|
|
if(import.meta.env.VITE_MANAGE_MODEL=="BY_PACKAGING"){ |
|
|
|
if (this.detailOptions.length == 0) { |
|
|
|
this.detailOptions = getDetailOption(); |
|
|
|
} |
|
|
|
}else { |
|
|
|
this.scanOptions.splice(0,1) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|