Commit 44a4f5da authored by dragondean@qq.com's avatar dragondean@qq.com

制作提单偶发未携带订单号的bug

parent 2c388bea
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
let billContent = `${titleZh}${data.orderInfo}${contentZh}`; let billContent = `${titleZh}${data.orderInfo}${contentZh}`;
this.currData = { this.currData = {
billContent, billContent,
orderNo: this.currRow.orderNo, orderNo: row.orderNo,
}; };
}).catch(() => { }).catch(() => {
throw new Error('制作提单失败') throw new Error('制作提单失败')
......
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