|
@@ -759,6 +759,7 @@ export default {
|
|
|
this.tableData = res.rows;
|
|
|
if (res.rows.length > 0) {
|
|
|
let lastRow = res.rows[res.rows.length - 1];
|
|
|
+ this.qrCode = lastRow.qrCode;
|
|
|
let {
|
|
|
packaging,
|
|
|
machineTool,
|
|
@@ -1046,7 +1047,7 @@ export default {
|
|
|
};
|
|
|
let {
|
|
|
id, //id
|
|
|
- qrCode, //序号
|
|
|
+ qrCode, //箱单号
|
|
|
canisterNum, //筒数
|
|
|
grossWeight, //毛重
|
|
|
suttle, //净重
|