更改大宗货主二维码内容

This commit is contained in:
潘晓云
2022-03-01 17:52:36 +08:00
parent 31b1cf15c4
commit 61960380e8

View File

@ -4,7 +4,7 @@
<div style="width: 80%;margin: 0 auto;" id="qr_page">
<div style="text-align: center;">
<h2> {{i?.enterpriseInfoName}}</h2>
<h2> {{i?.shipperAppUserName}}</h2>
<qr [value]="qrCodeValue" #qr></qr>
<div class="mb-sm" *ngFor="let address of i?.loadingAddressArr">卸货地 : {{address}}</div>
<div class="mb-sm" *ngFor="let address of i?.unloadingAddressArr">装货地 : {{address}}</div>