|
@@ -1281,8 +1281,9 @@ export default {
|
|
|
res.data.forEach(item => {
|
|
|
const params = {
|
|
|
...item,
|
|
|
- price: this.form.salesPrice,
|
|
|
- cntrNum: 1,
|
|
|
+ itemType:item.specificationAndModel,
|
|
|
+ cntrNo:item.containerNo,
|
|
|
+ orderQuantity:item.number,
|
|
|
}
|
|
|
this.$refs.crudContact.rowCellAdd(params)
|
|
|
})
|