新-成品出库查询 报表导出 添加箱内子卷个数字段
This commit is contained in:
@@ -407,6 +407,7 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
|
|||||||
mp.put("物流公司", json.getString("cust_name"));
|
mp.put("物流公司", json.getString("cust_name"));
|
||||||
mp.put("运费", json.getString("estimated_freight"));
|
mp.put("运费", json.getString("estimated_freight"));
|
||||||
mp.put("木箱号", json.getString("box_no"));
|
mp.put("木箱号", json.getString("box_no"));
|
||||||
|
mp.put("箱内子卷个数", json.getString("boxin_num"));
|
||||||
mp.put("木箱编码", json.getString("box_material_code"));
|
mp.put("木箱编码", json.getString("box_material_code"));
|
||||||
mp.put("木箱描述", json.getString("box_material_name"));
|
mp.put("木箱描述", json.getString("box_material_name"));
|
||||||
mp.put("物料编码", json.getString("material_code"));
|
mp.put("物料编码", json.getString("material_code"));
|
||||||
|
|||||||
@@ -236,9 +236,11 @@ export default {
|
|||||||
},
|
},
|
||||||
divOpen1() {
|
divOpen1() {
|
||||||
debugger
|
debugger
|
||||||
|
console.log(this.currentRow)
|
||||||
this.saleOrderName = this.currentRow.sale_order_name
|
this.saleOrderName = this.currentRow.sale_order_name
|
||||||
const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' }
|
const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' }
|
||||||
crudSubpackagerelation.queryContainerization(queryParam).then(res => {
|
crudSubpackagerelation.queryContainerization(queryParam).then(res => {
|
||||||
|
console.log(res)
|
||||||
this.openParam = res.content
|
this.openParam = res.content
|
||||||
this.divShow = true
|
this.divShow = true
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user