|
@ -97,8 +97,6 @@ |
|
|
var labelInfo = data.label; |
|
|
var labelInfo = data.label; |
|
|
|
|
|
|
|
|
var data = { |
|
|
var data = { |
|
|
productionLineCode:labelInfo.productionLineCode, |
|
|
|
|
|
workStationCode:labelInfo.workStationCode, |
|
|
|
|
|
itemCode:labelInfo.itemCode, |
|
|
itemCode:labelInfo.itemCode, |
|
|
location:labelInfo.location, |
|
|
location:labelInfo.location, |
|
|
qty:labelInfo.qty, |
|
|
qty:labelInfo.qty, |
|
@ -107,6 +105,8 @@ |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
this.detailSource.subList.push(data) |
|
|
this.detailSource.subList.push(data) |
|
|
|
|
|
this.detailSource.productionLineCode=labelInfo.productionLineCode; |
|
|
|
|
|
this.detailSource.workStationCode=labelInfo.workStationCode; |
|
|
this.detailSource.warehouseCode = labelInfo.warehouseCode; |
|
|
this.detailSource.warehouseCode = labelInfo.warehouseCode; |
|
|
this.detailSource.workshopCode = labelInfo.workshopCode; |
|
|
this.detailSource.workshopCode = labelInfo.workshopCode; |
|
|
this.submit(); |
|
|
this.submit(); |
|
|