新-成品出库查询 报表导出 添加箱内子卷个数字段
This commit is contained in:
@@ -400,6 +400,7 @@
|
||||
c.pcsn,
|
||||
sub.sap_pcsn,
|
||||
sub.net_weight,
|
||||
sub.boxin_num,
|
||||
sub.customer_name,
|
||||
sub.customer_description,
|
||||
sub.sale_order_name,
|
||||
@@ -460,6 +461,7 @@
|
||||
max(record.customer_name) as customer_name,
|
||||
max(record.customer_description) as customer_description,
|
||||
max(record.width) as width,
|
||||
max(record.quanlity_in_box) boxin_num,
|
||||
max(record.thickness) as thickness,
|
||||
max(record.mass_per_unit_area) as mass_per_unit_area,
|
||||
max(record.net_weight) as net_weight,
|
||||
|
||||
@@ -236,11 +236,9 @@ 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