新-成品出库查询 报表导出 添加箱内子卷个数字段
This commit is contained in:
@@ -236,9 +236,11 @@ export default {
|
||||
},
|
||||
divOpen1() {
|
||||
debugger
|
||||
console.log(this.currentRow)
|
||||
this.saleOrderName = this.currentRow.sale_order_name
|
||||
const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' }
|
||||
crudSubpackagerelation.queryContainerization(queryParam).then(res => {
|
||||
console.log(res)
|
||||
this.openParam = res.content
|
||||
this.divShow = true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user