车辆接口更新
This commit is contained in:
		| @ -919,12 +919,12 @@ export class SupplyManagementBulkPublishComponent implements OnInit { | ||||
|     } | ||||
|     this.totalFees = res?.freightPrice || '0'; | ||||
|     this.sf7data = { | ||||
|       stateReceipt: res?.supplementaryInformationVO?.stateReceipt, | ||||
|       stateReceipt: res?.stateReceipt, | ||||
|       receiptType: res?.receiptType || '', | ||||
|       receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '', | ||||
|       receiptAddressArea: res?.supplementaryInformationVO?.receiptAddressArea || '', | ||||
|       receiptUserPhone: res?.supplementaryInformationVO?.receiptUserPhone || '', | ||||
|       receiptAddress: res?.supplementaryInformationVO?.receiptAddress || '', | ||||
|       receiptUserName: res?.receiptUserName || '', | ||||
|       receiptAddressArea: res?.receiptAddressArea || '', | ||||
|       receiptUserPhone: res?.receiptUserPhone || '', | ||||
|       receiptAddress: res?.receiptAddress || '', | ||||
|       paymentDays: res?.paymentDays || '', | ||||
|       remarks: res?.remarks || '' | ||||
|     }; | ||||
|  | ||||
| @ -1048,12 +1048,12 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { | ||||
|     //   remarks: res?.remarks | ||||
|     // }; | ||||
|     this.sf6data = { | ||||
|       stateReceipt: res?.supplementaryInformationVO?.stateReceipt, | ||||
|       stateReceipt: res?.stateReceipt, | ||||
|       receiptType: res?.receiptType || '', | ||||
|       receiptUserName: res?.supplementaryInformationVO?.receiptUserName || '', | ||||
|       receiptAddressArea: res?.supplementaryInformationVO?.receiptAddressArea || '', | ||||
|       receiptUserPhone: res?.supplementaryInformationVO?.receiptUserPhone || '', | ||||
|       receiptAddress: res?.supplementaryInformationVO?.receiptAddress || '', | ||||
|       receiptUserName: res?.receiptUserName || '', | ||||
|       receiptAddressArea: res?.receiptAddressArea || '', | ||||
|       receiptUserPhone: res?.receiptUserPhone || '', | ||||
|       receiptAddress: res?.receiptAddress || '', | ||||
|       remarks: res?.supplementaryInformationVO?.remarks || '' | ||||
|     }; | ||||
|     // if (this.PageStatus === '整车修改') { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user