|
|
@ -148,13 +148,14 @@
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native.stop="bingLed(scope.row)"
|
|
|
|
@click.native.stop="bingLed(scope.row)"
|
|
|
|
|
|
|
|
:disabled="scope.row.mac"
|
|
|
|
>绑定灯组
|
|
|
|
>绑定灯组
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native.stop="removeMac(scope.row)"
|
|
|
|
@click.native.stop="removeMac(scope.row)"
|
|
|
|
:disabled="!scope.row.nameCode"
|
|
|
|
:disabled="!scope.row.mac"
|
|
|
|
>解绑灯组
|
|
|
|
>解绑灯组
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
@ -193,6 +194,7 @@
|
|
|
|
v-if="addBindVisible"
|
|
|
|
v-if="addBindVisible"
|
|
|
|
width="65%"
|
|
|
|
width="65%"
|
|
|
|
append-to-body
|
|
|
|
append-to-body
|
|
|
|
|
|
|
|
@close="getCodeDetailList()"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-form :model="addBindData" ref="stockCompare" class="query-form"
|
|
|
|
<el-form :model="addBindData" ref="stockCompare" class="query-form"
|
|
|
|
size="mini" label-width="auto"
|
|
|
|
size="mini" label-width="auto"
|
|
|
@ -229,10 +231,10 @@
|
|
|
|
<el-col :span="24">
|
|
|
|
<el-col :span="24">
|
|
|
|
<el-form-item prop="code" label="灯组标签:" class="query-form-item">
|
|
|
|
<el-form-item prop="code" label="灯组标签:" class="query-form-item">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
id="inputer1"
|
|
|
|
id="inputer3"
|
|
|
|
@focus="getInputFocus($event)"
|
|
|
|
@focus="getInputFocus($event)"
|
|
|
|
@keypress.enter.native="enterKey3($event)"
|
|
|
|
@keypress.enter.native="enterKey3($event)"
|
|
|
|
ref="inputRef1"
|
|
|
|
ref="inputRef3"
|
|
|
|
type="tel"
|
|
|
|
type="tel"
|
|
|
|
placeholder="请点击输入框进行扫描灯组标签"
|
|
|
|
placeholder="请点击输入框进行扫描灯组标签"
|
|
|
|
v-model="addBindData.macCode"
|
|
|
|
v-model="addBindData.macCode"
|
|
|
@ -246,10 +248,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="24">
|
|
|
|
<el-col :span="24">
|
|
|
|
<el-form-item prop="udiCode" label="" class="query-form-item">
|
|
|
|
<el-form-item prop="udiCode" label="" class="query-form-item">
|
|
|
|
<el-descriptions class="margin-top" title="" :column="3" border style="width: 80%">
|
|
|
|
<el-descriptions class="margin-top" title="" :column="2" border style="width: 80%">
|
|
|
|
<el-descriptions-item label="灯组标签">{{ sysWorkplaceQueue.code }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="灯组标签">{{ ledData.mac }}</el-descriptions-item>
|
|
|
|
<!--<el-descriptions-item label="货架名称">{{ sysWorkplaceQueue.name }}</el-descriptions-item>-->
|
|
|
|
<!--<el-descriptions-item label="货架名称">{{ sysWorkplaceQueue.name }}</el-descriptions-item>-->
|
|
|
|
<el-descriptions-item label="备注">{{ sysWorkplaceQueue.remark }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="备注">{{ ledData.remark }}</el-descriptions-item>
|
|
|
|
|
|
|
|
<el-descriptions-item label="红灯">{{ lesStatusMap[ledData.red] }}</el-descriptions-item>
|
|
|
|
|
|
|
|
<el-descriptions-item label="黄灯">{{ lesStatusMap[ledData.orange] }}</el-descriptions-item>
|
|
|
|
|
|
|
|
<el-descriptions-item label="蓝灯">{{ lesStatusMap[ledData.blue] }}</el-descriptions-item>
|
|
|
|
|
|
|
|
<el-descriptions-item label="绿灯">{{ lesStatusMap[ledData.green] }}</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
@ -267,15 +273,6 @@
|
|
|
|
v-model="addBindData.udiCode"
|
|
|
|
v-model="addBindData.udiCode"
|
|
|
|
:disabled="!addBindData.udiCodeFlag"
|
|
|
|
:disabled="!addBindData.udiCodeFlag"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
<el-button
|
|
|
|
|
|
|
|
style="margin-left: 20px"
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
|
|
|
|
size="mini"
|
|
|
|
|
|
|
|
@click.native="bingLed()"
|
|
|
|
|
|
|
|
>绑定灯组
|
|
|
|
|
|
|
|
<!-- v-if="(curAction.checkWebNew !== 2 || viewType !== 1) && orderFormData.billNo"-->
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
@ -367,7 +364,7 @@ import {
|
|
|
|
getInfoByCode,
|
|
|
|
getInfoByCode,
|
|
|
|
getProductByCode,
|
|
|
|
getProductByCode,
|
|
|
|
bind,
|
|
|
|
bind,
|
|
|
|
removeProduct, removeLed
|
|
|
|
removeProduct, removeLed, getLedDataByCode, binding
|
|
|
|
} from '@/api/basic/workPlace/SysWorkplaceQueue'
|
|
|
|
} from '@/api/basic/workPlace/SysWorkplaceQueue'
|
|
|
|
import { executeFuc, getHead } from '@/utils/customConfig'
|
|
|
|
import { executeFuc, getHead } from '@/utils/customConfig'
|
|
|
|
import selectDrugDialog from "./selectDrugDialog"
|
|
|
|
import selectDrugDialog from "./selectDrugDialog"
|
|
|
@ -501,7 +498,11 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
addBindLedVisible: false,
|
|
|
|
addBindLedVisible: false,
|
|
|
|
queueData: null,
|
|
|
|
queueData: null,
|
|
|
|
ledData:{}
|
|
|
|
ledData:{},
|
|
|
|
|
|
|
|
lesStatusMap: {
|
|
|
|
|
|
|
|
true : "开启",
|
|
|
|
|
|
|
|
false: "关闭"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
@ -566,7 +567,7 @@ export default {
|
|
|
|
this.addBindData.udiCodeFlag = true
|
|
|
|
this.addBindData.udiCodeFlag = true
|
|
|
|
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.inputRef2.focus() // 设置焦点到第一个输入框
|
|
|
|
this.$refs.inputRef3.focus() // 设置焦点到第一个输入框
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -575,10 +576,12 @@ export default {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.addBindData.id = this.sysWorkplaceQueue.id
|
|
|
|
this.addBindData.id = this.sysWorkplaceQueue.id
|
|
|
|
this.addBindData.codeFlag = true
|
|
|
|
this.addBindData.codeFlag = true
|
|
|
|
|
|
|
|
this.addBindData.macCodeFlag = true
|
|
|
|
|
|
|
|
//绑定产品
|
|
|
|
this.addBindData.udiCodeFlag = true
|
|
|
|
this.addBindData.udiCodeFlag = true
|
|
|
|
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.inputRef2.focus() // 设置焦点到第一个输入框
|
|
|
|
this.$refs.inputRef3.focus() // 设置焦点到第一个输入框
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -599,14 +602,16 @@ export default {
|
|
|
|
this.product = response.data
|
|
|
|
this.product = response.data
|
|
|
|
if (this.product.relId != null) {
|
|
|
|
if (this.product.relId != null) {
|
|
|
|
//已绑定
|
|
|
|
//已绑定
|
|
|
|
// this.$confirm('当前出货槽位编码将绑定绑定产品, 是否提交?', '提示', {
|
|
|
|
this.$confirm('当前出货槽位编码将绑定绑定产品, 是否提交?', '提示', {
|
|
|
|
// confirmButtonText: '确定',
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
// cancelButtonText: '取消',
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
// type: 'warning'
|
|
|
|
type: 'warning'
|
|
|
|
// }).then(() => {
|
|
|
|
}).then(() => {
|
|
|
|
this.addBindData.relId = this.product.relId
|
|
|
|
this.addBindData.relId = this.product.relId
|
|
|
|
this.codeQuery.scanCode = null
|
|
|
|
this.submitAddBindData()
|
|
|
|
// this.submitAddBindData()
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -617,6 +622,60 @@ export default {
|
|
|
|
this.$message.error(error.message)
|
|
|
|
this.$message.error(error.message)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
enterKey3(){
|
|
|
|
|
|
|
|
if (isBlank(this.addBindData.macCode)) {
|
|
|
|
|
|
|
|
return this.$message.error('灯组标签不能为空')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
let query = {
|
|
|
|
|
|
|
|
macCode: this.addBindData.macCode,
|
|
|
|
|
|
|
|
queueCode : this.sysWorkplaceQueue.code
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
getLedDataByCode(query).then(
|
|
|
|
|
|
|
|
(response) => {
|
|
|
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
|
|
|
this.ledData = response.data
|
|
|
|
|
|
|
|
this.addBindData.macCodeFlag = false
|
|
|
|
|
|
|
|
if (!isBlank(this.sysWorkplaceQueue.mac) && this.sysWorkplaceQueue.mac === this.ledData.mac){
|
|
|
|
|
|
|
|
this.addBindData.macCodeFlag = true
|
|
|
|
|
|
|
|
return this.$message.warning("当前灯组标签已和当前出货槽绑定")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!isBlank(this.sysWorkplaceQueue.mac)){
|
|
|
|
|
|
|
|
this.$confirm('当前出货槽信息已绑定灯组, 是否更换?', '提示', {
|
|
|
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
|
|
|
|
type: 'warning'
|
|
|
|
|
|
|
|
}).then(() => {
|
|
|
|
|
|
|
|
this.bindLED()
|
|
|
|
|
|
|
|
}).catch(() => {})
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
this.bindLED()
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.addBindData.macCode = null
|
|
|
|
|
|
|
|
this.$message.error(response.message)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
|
|
|
this.$message.error()
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
bindLED(){
|
|
|
|
|
|
|
|
let query = {
|
|
|
|
|
|
|
|
id : this.sysWorkplaceQueue.id,
|
|
|
|
|
|
|
|
code : this.sysWorkplaceQueue.code,
|
|
|
|
|
|
|
|
mac : this.ledData.mac
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
binding(query).then(res => {
|
|
|
|
|
|
|
|
if (res.code == 20000){
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
|
|
|
this.$refs.inputRef3.focus() // 设置焦点到第一个输入框
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
this.$message.success("绑定成功")
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
this.$message.error(res.meaage)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
// this.$emit('bindLed', row);
|
|
|
|
|
|
|
|
},
|
|
|
|
submitAddBindData() {
|
|
|
|
submitAddBindData() {
|
|
|
|
if (this.addBindData.id == null || this.addBindData.code == null) {
|
|
|
|
if (this.addBindData.id == null || this.addBindData.code == null) {
|
|
|
|
return this.$message.error('请添加槽位')
|
|
|
|
return this.$message.error('请添加槽位')
|
|
|
@ -642,11 +701,13 @@ export default {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
this.getCodeDetailList()
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message)
|
|
|
|
this.$message.error(response.message)
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
this.getCodeDetailList()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch((error) => {
|
|
|
|
}).catch((error) => {
|
|
|
|
this.$message.error(error.message)
|
|
|
|
this.$message.error(error.message)
|
|
|
@ -808,6 +869,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.sysWorkplaceQueue = {}
|
|
|
|
this.sysWorkplaceQueue = {}
|
|
|
|
this.product = {}
|
|
|
|
this.product = {}
|
|
|
|
|
|
|
|
this.ledData = {}
|
|
|
|
this.addBindVisible = true
|
|
|
|
this.addBindVisible = true
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|
this.$refs.inputRef1.focus() // 设置焦点到第一个输入框
|
|
|
|