Commit 84cd6097 authored by 黄卓's avatar 黄卓

入仓页面缺少标签修改功能 标签箱号回显

https://zentao.jdshangmen.com/bug-view-1846.html
parent fdac78a7
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
// 箱号标签回显 // 箱号标签回显
getLabelByOrder(){ getLabelByOrder(){
getLabelByOrder(this.orderId).then(r => { getLabelByOrder(this.orderId).then(r => {
if (r.code === 0 && !! r.data) { if (r.code === 0 && !! r.data && r.data.length > 0) {
this.label.orderLabelDtoList = r.data this.label.orderLabelDtoList = r.data
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment