bug
This commit is contained in:
@@ -1276,6 +1276,7 @@ export default {
|
||||
this.invoiceNum = row.发货单编号
|
||||
this.DeliveryVisiable = true
|
||||
selectDelivery(this.invoiceNum).then(response => {
|
||||
console.log(response)
|
||||
this.table = response.data
|
||||
this.装箱单名称 = response.data[0].装箱单名称
|
||||
this.发货单号 = response.data[0].发货单号
|
||||
@@ -1315,7 +1316,7 @@ export default {
|
||||
const printNode = $(htmlNode)
|
||||
body.append(printNode)
|
||||
window.print()
|
||||
body.children().show()
|
||||
body.children().not('script').show()
|
||||
printNode.remove()
|
||||
},
|
||||
callOffDownLoadDelivery() {
|
||||
|
||||
Reference in New Issue
Block a user