Commit bd39c1aa authored by xiexiuxing's avatar xiexiuxing

请购单bug修复

parents 7ffdd146 8d49c783
......@@ -217,7 +217,7 @@ export class DeliveryNoteAddService extends HandleFormSubmit {
values.buyerMemberName = values.member.buyerMemberName
values.receiveVO.consignee = values.receiveVO.shipperName
values.deliveryVO.consignee = values.deliveryVO.receiverName
values.executorVO.consignee = values.executorVO.receiverName
values.logisticsCompanyId = values?.logisticsCompanyInt?.value ?? ''
values.logisticsCompany = values?.logisticsCompanyInt?.label ?? ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment