|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
style="display: flex; margin-top: 5px; float: right"
|
|
|
|
|
>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="paizhao()" :loading="submitLoading"
|
|
|
|
|
v-if="splitType=='out' && !redMesg" style="margin-right: 8px;border-radius: 5%;" :disabled=" collectSet.autoDecode == 1"
|
|
|
|
|
v-if="splitType=='out' && !redMesg && collectSet.autoDecode == 0 " style="margin-right: 8px;border-radius: 5%;" :disabled=" collectSet.autoDecode == 1"
|
|
|
|
|
v-show="isLinkDisabled"
|
|
|
|
|
>拍照解码
|
|
|
|
|
</el-button>
|
|
|
|
@ -999,7 +999,7 @@ export default {
|
|
|
|
|
{
|
|
|
|
|
let item = this.allWorkPlaces.find(item => item.workplaceId == this.orderFormData.workPlaceCode)
|
|
|
|
|
this.queueStatus = item.queueStatus
|
|
|
|
|
if (isBlank(this.curQueue.code)){
|
|
|
|
|
if (this.curQueue == null){
|
|
|
|
|
if (this.queueStatus == 1) {
|
|
|
|
|
this.redMesg = true
|
|
|
|
|
this.redMesgOld = true
|
|
|
|
@ -2037,11 +2037,9 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.curQueueName = "当前取货槽:" + this.productName + "(" + this.curQueue.code + ")"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.orderFormData.workPlaceQueueCode = this.curQueue.code
|
|
|
|
|
this.scanCode = '';
|
|
|
|
|
this.redMesg = false
|
|
|
|
|
// //查找当前用户工位是否有正在处理的单据
|
|
|
|
|
this.getOrder()
|
|
|
|
|
} else {
|
|
|
|
|