|
|
@ -640,9 +640,9 @@ export default {
|
|
|
|
// 获取当前取货槽名称
|
|
|
|
// 获取当前取货槽名称
|
|
|
|
getQueueName() {
|
|
|
|
getQueueName() {
|
|
|
|
if (isBlank(this.productName)) {
|
|
|
|
if (isBlank(this.productName)) {
|
|
|
|
return `当前取货槽: ${this.curQueue.code}`
|
|
|
|
return `取货槽编码: ${this.curQueue.code}`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return `当前取货槽:${this.curQueue.code}`
|
|
|
|
return `取货槽编码:${this.curQueue.code}`
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getCurProduct() {
|
|
|
|
getCurProduct() {
|
|
|
|
return "取货槽信息:" + this.curQueue.cpmctymc + "-" + this.curQueue.ggxh + "-" + this.curQueue.prepnSpec
|
|
|
|
return "取货槽信息:" + this.curQueue.cpmctymc + "-" + this.curQueue.ggxh + "-" + this.curQueue.prepnSpec
|
|
|
|