|
@@ -1971,6 +1971,7 @@
|
|
|
// if (supplierObj[item.productId]?.length === 1) {
|
|
// if (supplierObj[item.productId]?.length === 1) {
|
|
|
// item.entrustedEnterpriseId = supplierObj[item.productId][0].id;
|
|
// item.entrustedEnterpriseId = supplierObj[item.productId][0].id;
|
|
|
// }
|
|
// }
|
|
|
|
|
+ item.entrustedEnterpriseId = item.entrustedEnterpriseId || '';
|
|
|
item['customerMark'] = item.customerMark || this.customerMark;
|
|
item['customerMark'] = item.customerMark || this.customerMark;
|
|
|
item['arrivalWay'] = item.arrivalWay || 1;
|
|
item['arrivalWay'] = item.arrivalWay || 1;
|
|
|
});
|
|
});
|