|
@@ -225,7 +225,7 @@ export default class DeliveryDetail extends Vue {
|
|
this.value.subItem = [];
|
|
this.value.subItem = [];
|
|
for (const item of this.value.subItemList) {
|
|
for (const item of this.value.subItemList) {
|
|
this.value.subItem.push({
|
|
this.value.subItem.push({
|
|
- tmsGoodsCode: item.tmsGoodsCode,
|
|
|
|
|
|
+ barCode: item.tmsGoodsCode,
|
|
name: item.tmsGoodsName,
|
|
name: item.tmsGoodsName,
|
|
tmsGoodsTotalPrice: item.tmsGoodsTotalPrice,
|
|
tmsGoodsTotalPrice: item.tmsGoodsTotalPrice,
|
|
price: item.tmsGoodsPrice,
|
|
price: item.tmsGoodsPrice,
|