车辆对接
This commit is contained in:
@ -1032,14 +1032,13 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
// };
|
||||
this.sf6data = {
|
||||
stateReceipt: res?.supplementaryInformationVO?.stateReceipt,
|
||||
receiptType: res?.supplementaryInformationVO?.receiptType || '',
|
||||
receiptAddressId: res?.supplementaryInformationVO?.receiptAddressId || '',
|
||||
receiptType: res?.receiptType || '',
|
||||
receiptAddressId: res?.receiptAddressId || '',
|
||||
receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '',
|
||||
area: res?.supplementaryInformationVO?.area || '',
|
||||
phon: res?.supplementaryInformationVO?.phon || '',
|
||||
address: res?.supplementaryInformationVO?.address || '',
|
||||
remarks: res?.supplementaryInformationVO?.remarks || '',
|
||||
id: res?.supplementaryInformationVO?.id
|
||||
};
|
||||
// if (this.PageStatus === '整车修改') {
|
||||
// this.sf6data.id = res?.supplementaryInformationVO?.id
|
||||
|
||||
Reference in New Issue
Block a user