|
@@ -881,7 +881,7 @@ export default {
|
|
|
this.selectionList.forEach(e => {
|
|
|
this.dataList.forEach(async (item, index) => {
|
|
|
if (index == this.reData.index) {
|
|
|
- item.itemId = e.id;
|
|
|
+ item.itemId = e.goodsId;
|
|
|
item.code = e.code;
|
|
|
item.cname = e.cname;
|
|
|
item.corpId = e.corpId;
|
|
@@ -898,7 +898,7 @@ export default {
|
|
|
if (this.goodsListSave.length > 0) { // 暂存的有数据
|
|
|
this.goodsListSave.forEach(async e => {
|
|
|
this.dataList.push({
|
|
|
- itemId: e.id,
|
|
|
+ itemId: e.goodsId,
|
|
|
code: e.code,
|
|
|
cname: e.cname,
|
|
|
corpId: e.corpId,
|
|
@@ -914,7 +914,7 @@ export default {
|
|
|
} else {
|
|
|
this.selectionList.forEach(async e => {
|
|
|
this.dataList.push({
|
|
|
- itemId: e.id,
|
|
|
+ itemId: e.goodsId,
|
|
|
code: e.code,
|
|
|
cname: e.cname,
|
|
|
corpId: e.corpId,
|