|
@@ -391,9 +391,10 @@
|
|
|
}
|
|
|
}
|
|
|
function addAddiveGoods(data){
|
|
|
- debugger
|
|
|
data.map(item=>{
|
|
|
item.model = item.childModel
|
|
|
+ item.sourceId = item.childId
|
|
|
+ item.orderQuantity=item.quantity
|
|
|
})
|
|
|
var arr = data.concat(arriveDetailsFormProductTable.dataSource)
|
|
|
arriveDetailsFormProductTable.dataSource=arr
|