fix bug
This commit is contained in:
		| @ -155,19 +155,19 @@ | ||||
|       <sv label="是否回单"> | ||||
|         {{ i?.supplementaryInformationVO?.stateReceipt ? '是' : '否' }} | ||||
|       </sv> | ||||
|       <sv label="回单类型"> | ||||
|       <sv label="回单类型" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.receiptTypeLabel }} | ||||
|       </sv> | ||||
|       <sv label="联系人"> | ||||
|       <sv label="联系人" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.receiptUserName ? i?.supplementaryInformationVO?.receiptUserName + '/' : '' }}  {{ i?.supplementaryInformationVO?.phon }} | ||||
|       </sv> | ||||
|       <sv label="所在地区"> | ||||
|       <sv label="所在地区" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.area }} | ||||
|       </sv> | ||||
|       <sv label="详细地址"> | ||||
|       <sv label="详细地址" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.address }} | ||||
|       </sv> | ||||
|       <sv label="备注"> | ||||
|       <sv label="备注" > | ||||
|         {{ i?.supplementaryInformationVO?.remarks }} | ||||
|       </sv> | ||||
|     </sv-container> | ||||
|  | ||||
| @ -199,13 +199,13 @@ | ||||
|       <sv label="是否回单"> | ||||
|         {{ i?.supplementaryInformationVO?.stateReceipt ? '是' : '否' }} | ||||
|       </sv> | ||||
|       <sv label="回单类型"> | ||||
|       <sv label="回单类型" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.receiptType === '1' ? '电子回单' : '纸质回单' }} | ||||
|       </sv> | ||||
|       <sv label="所在地区"> | ||||
|       <sv label="所在地区" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.area }} | ||||
|       </sv> | ||||
|       <sv label="详细地址"> | ||||
|       <sv label="详细地址" *ngIf="i?.supplementaryInformationVO?.stateReceipt"> | ||||
|         {{ i?.supplementaryInformationVO?.address }} | ||||
|       </sv> | ||||
|       <sv label="备注"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user