Commit 555b7c31 by LJM

Merge branch 'feature/ljm/寄售召回' into dev/ver/1.0.0

parents 5d22f458 b6d2a3be
......@@ -247,6 +247,11 @@ export default {
this.$http('GET', "/api/consignmentRecall/getConsignmentRecallReceiptInfo", {}).then(res => {
if (res.code === 0) {
this.updateConsignmentRecallReceiptInfoParams = res.data;
// 如果省份为空,弹出收货信息弹窗
if (!res.data.province) {
this.dialogVisible_3 = true
}
}
})
},
......
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 sign in to comment