|
@@ -648,6 +648,7 @@ export default {
|
|
// return this.$errorMsg('请选择仓库');
|
|
// return this.$errorMsg('请选择仓库');
|
|
// }
|
|
// }
|
|
this.goodsList.forEach(item => {
|
|
this.goodsList.forEach(item => {
|
|
|
|
+ item.remark = item.invoiceRemark
|
|
item.correspondName = this.warehouseList.find(o => o.id === item.correspondId).name
|
|
item.correspondName = this.warehouseList.find(o => o.id === item.correspondId).name
|
|
})
|
|
})
|
|
const salesOrderPictures = []
|
|
const salesOrderPictures = []
|