剔除界面修改

20240912_adapter
yewj 1 month ago
parent 1308927c08
commit 5afece1c2f

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

Loading…
Cancel
Save