This commit is contained in:
wangshiming
2022-04-14 10:19:07 +08:00
parent a80b0513f2
commit 3737d0e943
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
initSF() { initSF() {
this.schema = { this.schema = {
properties: { properties: {
drvComplaintCauseLabel: { shpComplaintCauseLabel: {
title: '投诉原因', title: '投诉原因',
type: 'string', type: 'string',
maxLength: 30, maxLength: 30,

View File

@ -190,7 +190,7 @@
</span> </span>
<span>(运费{{ i?.totalFreight | currency }}含附加运费 {{ i?.totalSurcharge | currency }}</span> <span>(运费{{ i?.totalFreight | currency }}含附加运费 {{ i?.totalSurcharge | currency }}</span>
</h3> </h3>
<div *ngIf='i?.resourceStatus !== "1"' >车队长:{{ i?.payeeName }}/{{ i?.payeePhone }}/{{ i?.payeeCardNo }}</div> <div *ngIf='i?.resourceStatus !== "1" && i?.carrierInformationVO?.driverName !== i?.payeeName' >车队长:{{ i?.payeeName }}/{{ i?.payeePhone }}/{{ i?.payeeCardNo }}</div>
</div> </div>
</div> </div>
</nz-card> </nz-card>