批量审核
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 11:10:14
 | 
					 * @Date: 2021-12-03 11:10:14
 | 
				
			||||||
 * @LastEditTime: 2022-01-18 11:30:15
 | 
					 * @LastEditTime: 2022-01-18 14:43:58
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
				
			||||||
@ -67,6 +67,16 @@
 | 
				
			|||||||
      <div *ngIf="item?.loadingTime">装 | {{item?.loadingTime}}</div>
 | 
					      <div *ngIf="item?.loadingTime">装 | {{item?.loadingTime}}</div>
 | 
				
			||||||
      <div *ngIf="item?.unloadingTime">卸 | {{item?.unloadingTime}}</div>
 | 
					      <div *ngIf="item?.unloadingTime">卸 | {{item?.unloadingTime}}</div>
 | 
				
			||||||
    </ng-template>
 | 
					    </ng-template>
 | 
				
			||||||
 | 
					    <ng-template st-row="driverName" let-item let-index="index">
 | 
				
			||||||
 | 
					      <div>
 | 
				
			||||||
 | 
					        {{item?.driverName}}/{{item?.driverPhone}}
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					      </ng-template>
 | 
				
			||||||
 | 
					      <ng-template st-row="payeeName" let-item let-index="index">
 | 
				
			||||||
 | 
					      <div>
 | 
				
			||||||
 | 
					        {{item?.payeeName}}/{{item?.payeePhone}}
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					      </ng-template>
 | 
				
			||||||
    <ng-template st-row="billCode" let-item let-index="index">
 | 
					    <ng-template st-row="billCode" let-item let-index="index">
 | 
				
			||||||
      <a [routerLink]="'/order-management/bulk-detail/'+item.id">{{item.billCode}}</a>
 | 
					      <a [routerLink]="'/order-management/bulk-detail/'+item.id">{{item.billCode}}</a>
 | 
				
			||||||
      <div>
 | 
					      <div>
 | 
				
			||||||
 | 
				
			|||||||
@ -445,7 +445,7 @@ tabs = {
 | 
				
			|||||||
        render: 'mybidDetailInfo',
 | 
					        render: 'mybidDetailInfo',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
 | 
					      { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '货主', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
 | 
					      { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '所属项目', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
 | 
					      { title: '所属项目', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left' },
 | 
					      { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left' },
 | 
				
			||||||
      { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
 | 
					      { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
 | 
				
			||||||
@ -482,14 +482,16 @@ tabs = {
 | 
				
			|||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '承运司机',
 | 
					        title: '承运司机',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
 | 
					        width: '180px',
 | 
				
			||||||
        index: 'driverName',
 | 
					        index: 'driverName',
 | 
				
			||||||
        width: '150px',
 | 
					        render: 'driverName'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '收款人',
 | 
					        title: '收款人',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
 | 
					        width: '180px',
 | 
				
			||||||
        index: 'payeeName',
 | 
					        index: 'payeeName',
 | 
				
			||||||
        width: '150px',
 | 
					        render: 'payeeName',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '装卸货时间',
 | 
					        title: '装卸货时间',
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2022-01-13 20:33:22
 | 
					 * @LastEditTime: 2022-01-18 14:41:30
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
				
			||||||
@ -131,12 +131,17 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<nz-card nzTitle="运费信息"  #distannce3>
 | 
					<nz-card nzTitle="运费信息"  #distannce3>
 | 
				
			||||||
  <st #st [data]="i?.billExpenseDetails" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
					  <st #st [data]="i?.billExpenseDetails" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
				
			||||||
 | 
					    <ng-template st-row="price" let-item let-index="index">
 | 
				
			||||||
 | 
					      {{ item.price | currency}}
 | 
				
			||||||
 | 
					    </ng-template>
 | 
				
			||||||
 | 
					    <ng-template st-row="surcharge" let-item let-index="index">
 | 
				
			||||||
 | 
					      {{ item.surcharge | currency}}
 | 
				
			||||||
 | 
					    </ng-template>
 | 
				
			||||||
  </st>
 | 
					  </st>
 | 
				
			||||||
  <div>
 | 
					  <div>
 | 
				
			||||||
    总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency: '¥' }}</span> (运费¥{{
 | 
					    总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency }}</span> (运费{{
 | 
				
			||||||
      totalObj?.price - attObj?.price
 | 
					      totalObj?.price - attObj?.price | currency
 | 
				
			||||||
    }},附加运费¥{{ attObj?.price }},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%)
 | 
					    }},附加运费{{ attObj?.price | currency}},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%)
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
 | 
					  <div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
 | 
				
			||||||
</nz-card>
 | 
					</nz-card>
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@ import { ViewChild } from '@angular/core';
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2022-01-13 14:19:10
 | 
					 * @LastEditTime: 2022-01-18 14:41:28
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
				
			||||||
@ -35,9 +35,9 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
 | 
				
			|||||||
  isVisible = false;
 | 
					  isVisible = false;
 | 
				
			||||||
  logColumns: STColumn[] = [
 | 
					  logColumns: STColumn[] = [
 | 
				
			||||||
    { title: '款项', index: 'costName' },
 | 
					    { title: '款项', index: 'costName' },
 | 
				
			||||||
    { title: '总费用(元)', index: 'price' },
 | 
					    { title: '总费用(元)', index: 'price',render: 'price' },
 | 
				
			||||||
    { title: '协议金额(元)', index: 'price' },
 | 
					    { title: '协议金额(元)', index: 'price',render: 'price' },
 | 
				
			||||||
    { title: '附加费(元)', index: 'surcharge' },
 | 
					    { title: '附加费(元)', index: 'surcharge', render: 'surcharge'},
 | 
				
			||||||
    { title: '附加费率(%)', index: 'paymentMethodRate' },
 | 
					    { title: '附加费率(%)', index: 'paymentMethodRate' },
 | 
				
			||||||
    { title: '支付时间', index: ' paymentTime' },
 | 
					    { title: '支付时间', index: ' paymentTime' },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 11:10:14
 | 
					 * @Date: 2021-12-03 11:10:14
 | 
				
			||||||
 * @LastEditTime: 2022-01-17 17:50:57
 | 
					 * @LastEditTime: 2022-01-18 14:38:28
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
				
			||||||
@ -99,18 +99,12 @@
 | 
				
			|||||||
    </ng-template>
 | 
					    </ng-template>
 | 
				
			||||||
    <ng-template st-row="driverName" let-item let-index="index">
 | 
					    <ng-template st-row="driverName" let-item let-index="index">
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
      {{item?.driverName}}
 | 
					      {{item?.driverName}}/{{item?.driverPhone}}
 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
    <div>
 | 
					 | 
				
			||||||
      {{item?.driverPhone}}
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    </ng-template>
 | 
					    </ng-template>
 | 
				
			||||||
    <ng-template st-row="payeeName" let-item let-index="index">
 | 
					    <ng-template st-row="payeeName" let-item let-index="index">
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
      {{item?.payeeName}}
 | 
					      {{item?.payeeName}}/{{item?.payeePhone}}
 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
    <div>
 | 
					 | 
				
			||||||
      {{item?.payeePhone}}
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    </ng-template>
 | 
					    </ng-template>
 | 
				
			||||||
    <ng-template st-row="loadingTime" let-item let-index="index">
 | 
					    <ng-template st-row="loadingTime" let-item let-index="index">
 | 
				
			||||||
 | 
				
			|||||||
@ -429,14 +429,14 @@ resourceStatus: any;
 | 
				
			|||||||
      }, {
 | 
					      }, {
 | 
				
			||||||
        title: '承运司机',
 | 
					        title: '承运司机',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
        width: '120px',
 | 
					        width: '180px',
 | 
				
			||||||
        render: 'driverName'
 | 
					        render: 'driverName'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '收款人',
 | 
					        title: '收款人',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
        render: 'payeeName',
 | 
					        render: 'payeeName',
 | 
				
			||||||
        width: '150px',
 | 
					        width: '180px',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '装卸货时间',
 | 
					        title: '装卸货时间',
 | 
				
			||||||
 | 
				
			|||||||
@ -232,10 +232,10 @@ export class SupplyManagementBulkComponent implements OnInit {
 | 
				
			|||||||
        render: 'resourceCode'
 | 
					        render: 'resourceCode'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      { title: '服务类型', index: 'serviceTypeLabel', width: '150px', className: 'text-left' },
 | 
					      { title: '服务类型', index: 'serviceTypeLabel', width: '150px', className: 'text-left' },
 | 
				
			||||||
      { title: '货主', index: 'shipperAppUserName', width: '200px', className: 'text-left' },
 | 
					      { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '项目名称', index: 'enterpriseProjectName', width: '200px', className: 'text-left' },
 | 
					      { title: '项目名称', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '关联订单', render: 'orderSn', width: '200px', className: 'text-left' },
 | 
					      { title: '关联订单', render: 'orderSn', width: '200px', className: 'text-left' },
 | 
				
			||||||
      { title: '货物信息', render: 'goodsInfos', width: '200px', className: 'text-left' },
 | 
					      { title: '货物信息', render: 'goodsInfos', width: '280px', className: 'text-left' },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '装货地',
 | 
					        title: '装货地',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-24 15:38:08
 | 
					 * @Date: 2021-12-24 15:38:08
 | 
				
			||||||
 * @LastEditTime: 2022-01-11 19:47:31
 | 
					 * @LastEditTime: 2022-01-18 14:25:49
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\sys-setting\components\crm-management\crm-management.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\sys-setting\components\crm-management\crm-management.component.html
 | 
				
			||||||
@ -52,12 +52,13 @@
 | 
				
			|||||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
					        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
				
			||||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
					        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
				
			||||||
        [loading]="service.http.loading"
 | 
					        [loading]="service.http.loading"
 | 
				
			||||||
        [scroll]="{ y: '370px' }"
 | 
					        [scroll]="{ x: '2000px' }"
 | 
				
			||||||
      >
 | 
					      >
 | 
				
			||||||
        <ng-template st-row="customerType" let-item let-index="index">
 | 
					        <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index">
 | 
				
			||||||
          <div>
 | 
					          <div>
 | 
				
			||||||
            <span *ngIf="item?.customerType == 1">客户</span>
 | 
					            <span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span>
 | 
				
			||||||
            <span *ngIf="item?.customerType == 2">供应商</span>
 | 
					            <span *ngIf="item?.exceptionCertificateSecondFilePath"><img  style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span>
 | 
				
			||||||
 | 
					            <span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </ng-template>
 | 
					        </ng-template>
 | 
				
			||||||
      </st>
 | 
					      </st>
 | 
				
			||||||
@ -65,7 +66,7 @@
 | 
				
			|||||||
    <nz-tab nzTitle="已回复">
 | 
					    <nz-tab nzTitle="已回复">
 | 
				
			||||||
      <st
 | 
					      <st
 | 
				
			||||||
        #st2
 | 
					        #st2
 | 
				
			||||||
        [data]="service.$api_get_listOperatePage"
 | 
					        [data]="service.$api_get_listOperateReplyPage"
 | 
				
			||||||
        [columns]="columns2"
 | 
					        [columns]="columns2"
 | 
				
			||||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
 | 
					        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
 | 
				
			||||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
					        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
				
			||||||
@ -73,10 +74,11 @@
 | 
				
			|||||||
        [loading]="service.http.loading"
 | 
					        [loading]="service.http.loading"
 | 
				
			||||||
        [scroll]="{ y: '370px' }"
 | 
					        [scroll]="{ y: '370px' }"
 | 
				
			||||||
      >
 | 
					      >
 | 
				
			||||||
        <ng-template st-row="customerType" let-item let-index="index">
 | 
					      <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index">
 | 
				
			||||||
        <div>
 | 
					        <div>
 | 
				
			||||||
            <span *ngIf="item?.customerType == 1">客户</span>
 | 
					          <span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span>
 | 
				
			||||||
            <span *ngIf="item?.customerType == 2">供应商</span>
 | 
					          <span *ngIf="item?.exceptionCertificateSecondFilePath"><img  style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span>
 | 
				
			||||||
 | 
					          <span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </ng-template>
 | 
					      </ng-template>
 | 
				
			||||||
      </st>
 | 
					      </st>
 | 
				
			||||||
 | 
				
			|||||||
@ -31,16 +31,16 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
 | 
				
			|||||||
  selectedIndex = 0;
 | 
					  selectedIndex = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  columns: STColumn[] = [
 | 
					  columns: STColumn[] = [
 | 
				
			||||||
    { title: '异常编号', index: 'exceptionCode',width: '180px' },
 | 
					    { title: '异常编号', index: 'exceptionCode',width: '180px',className: 'text-left', },
 | 
				
			||||||
    { title: '关联运单号', index: 'wayBillCode',width: '180px' },
 | 
					    { title: '关联运单号', index: 'wayBillCode',width: '180px',className: 'text-left', },
 | 
				
			||||||
    { title: '网络货运人', index: 'enterpriseInfoName',width: '180px' },
 | 
					    { title: '网络货运人', index: 'enterpriseInfoName',width: '220px',className: 'text-left', },
 | 
				
			||||||
    { title: '货主', index: 'shipperAppUserName' ,width: '180px'},
 | 
					    { title: '货主', index: 'shipperAppUserName' ,width: '220px',className: 'text-left',},
 | 
				
			||||||
    { title: '装货地', index: 'loadingAddressArr' ,width: '200px'},
 | 
					    { title: '装货地', index: 'loadingAddressArr' ,width: '220px',className: 'text-left',},
 | 
				
			||||||
    { title: '卸货地', index: 'unloadingAddressArr' ,width: '200px'},
 | 
					    { title: '卸货地', index: 'unloadingAddressArr' ,width: '220px',className: 'text-left',},
 | 
				
			||||||
    { title: '承运司机', index: 'driver' ,width: '90px'},
 | 
					    { title: '承运司机', index: 'driver' ,width: '250px',className: 'text-left',},
 | 
				
			||||||
    { title: '异常信息', index: 'exceptionContent',width: '250px' },
 | 
					    { title: '异常信息', index: 'exceptionContent',width: '250px',className: 'text-left', },
 | 
				
			||||||
    { title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
 | 
					    { title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '200px',className: 'text-left',},
 | 
				
			||||||
    { title: '上报时间', index: 'createTime',width: '180px' },
 | 
					    { title: '上报时间', index: 'createTime',width: '180px' ,className: 'text-left',},
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
  columns2: STColumn[] = [
 | 
					  columns2: STColumn[] = [
 | 
				
			||||||
    { title: '异常编号', index: 'exceptionCode',width: '180px' },
 | 
					    { title: '异常编号', index: 'exceptionCode',width: '180px' },
 | 
				
			||||||
@ -52,7 +52,10 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
 | 
				
			|||||||
    { title: '承运司机', index: 'driver' ,width: '90px'},
 | 
					    { title: '承运司机', index: 'driver' ,width: '90px'},
 | 
				
			||||||
    { title: '异常信息', index: 'exceptionContent',width: '250px' },
 | 
					    { title: '异常信息', index: 'exceptionContent',width: '250px' },
 | 
				
			||||||
    { title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
 | 
					    { title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
 | 
				
			||||||
    { title: '上报时间', index: 'createTime',width: '180px' },
 | 
					    { title: '上报时间', index: 'reportingTime',width: '180px' },
 | 
				
			||||||
 | 
					    { title: '回复内容', index: 'replyContent',width: '180px' },
 | 
				
			||||||
 | 
					    { title: '回复人', index: 'replyAppUserName',width: '180px' },
 | 
				
			||||||
 | 
					    { title: '回复时间', index: 'replyTime',width: '180px' },
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  get reqParams (){ 
 | 
					  get reqParams (){ 
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2022-01-13 16:43:37
 | 
					 * @LastEditTime: 2022-01-18 14:34:10
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
				
			||||||
@ -138,17 +138,19 @@
 | 
				
			|||||||
</nz-card>
 | 
					</nz-card>
 | 
				
			||||||
<nz-card nzTitle="运费信息" #distannce3>
 | 
					<nz-card nzTitle="运费信息" #distannce3>
 | 
				
			||||||
  <div style="margin-bottom: 18px">
 | 
					  <div style="margin-bottom: 18px">
 | 
				
			||||||
    <span style="color: #da001b; font-size: 18px"> {{ i?.goodsInfos?.[0]?.freightPrice }}{{ i?.goodsInfos?.[0]?.freightTypeLabel }} </span>({{ i?.goodsInfos?.[0]?.settlementBasisLabel }},{{
 | 
					    <span style="color: #da001b; font-size: 18px"> {{ i?.goodsInfos?.[0]?.freightPrice | currency }}{{ i?.goodsInfos?.[0]?.freightTypeLabel }} </span>({{ i?.goodsInfos?.[0]?.settlementBasisLabel }},{{
 | 
				
			||||||
      i?.goodsInfos?.[0]?.ruleLabel
 | 
					      i?.goodsInfos?.[0]?.ruleLabel
 | 
				
			||||||
    }})</div
 | 
					    }})</div
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
  <st #st [data]="i?.billExpenseDetailVOList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
					  <st #st [data]="i?.billExpenseDetailVOList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
				
			||||||
 | 
					    <ng-template st-row="price" let-item let-index="index">
 | 
				
			||||||
 | 
					      {{ item.price | currency}}
 | 
				
			||||||
 | 
					    </ng-template>
 | 
				
			||||||
  </st>
 | 
					  </st>
 | 
				
			||||||
  <div>
 | 
					  <div>
 | 
				
			||||||
    总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency: '¥' }}</span> (运费¥{{
 | 
					    总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency }}</span> (运费{{
 | 
				
			||||||
      totalObj?.price - attObj?.price
 | 
					      totalObj?.price - attObj?.price | currency
 | 
				
			||||||
    }},附加运费¥{{ attObj?.price }},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%)
 | 
					    }},附加运费{{ attObj?.price | currency}},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%)
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div>收款人:{{ i?.payee?.name }}/{{ i?.payee?.phone }}</div>
 | 
					  <div>收款人:{{ i?.payee?.name }}/{{ i?.payee?.phone }}</div>
 | 
				
			||||||
</nz-card>
 | 
					</nz-card>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2021-12-28 16:43:55
 | 
					 * @LastEditTime: 2022-01-18 14:32:49
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
				
			||||||
@ -30,7 +30,7 @@ export class WaybillManagementBulkeDetailComponent implements OnInit {
 | 
				
			|||||||
  isVisible = false;
 | 
					  isVisible = false;
 | 
				
			||||||
  logColumns: STColumn[] = [
 | 
					  logColumns: STColumn[] = [
 | 
				
			||||||
    { title: '款项', index: 'expenseName' },
 | 
					    { title: '款项', index: 'expenseName' },
 | 
				
			||||||
    { title: '运输费(元)', index: 'price' },
 | 
					    { title: '运输费(元)', index: 'price',render: 'price' },
 | 
				
			||||||
    { title: '支付时间', index: ' paymentTime' },
 | 
					    { title: '支付时间', index: ' paymentTime' },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      title: '支付状态',
 | 
					      title: '支付状态',
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 11:10:14
 | 
					 * @Date: 2021-12-03 11:10:14
 | 
				
			||||||
 * @LastEditTime: 2022-01-17 20:39:18
 | 
					 * @LastEditTime: 2022-01-18 14:29:44
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
				
			||||||
@ -68,6 +68,9 @@
 | 
				
			|||||||
          <span *ngIf="item?.wayBillStatus == 6">已取消</span>
 | 
					          <span *ngIf="item?.wayBillStatus == 6">已取消</span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </ng-template>
 | 
					      </ng-template>
 | 
				
			||||||
 | 
					      <ng-template st-row="freightPrice" let-item let-index="index">
 | 
				
			||||||
 | 
					        {{ item.freightPrice | currency}}
 | 
				
			||||||
 | 
					      </ng-template>
 | 
				
			||||||
      <ng-template st-row="billExpenseDetailVOList" let-item let-index="index">
 | 
					      <ng-template st-row="billExpenseDetailVOList" let-item let-index="index">
 | 
				
			||||||
        <div *ngIf="item.billExpenseDetailVOList.length > 0">
 | 
					        <div *ngIf="item.billExpenseDetailVOList.length > 0">
 | 
				
			||||||
          <p *ngFor="let data of item.billExpenseDetailVOList">
 | 
					          <p *ngFor="let data of item.billExpenseDetailVOList">
 | 
				
			||||||
 | 
				
			|||||||
@ -382,15 +382,15 @@ tabs = {
 | 
				
			|||||||
        className: 'text-right',
 | 
					        className: 'text-right',
 | 
				
			||||||
        render: 'billExpenseDetailVOList'
 | 
					        render: 'billExpenseDetailVOList'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      { title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' },
 | 
					      { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
 | 
				
			||||||
      { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' },
 | 
					      { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' },
 | 
				
			||||||
      { title: '关联订单号', render: 'wayBill', width: '180px', className: 'text-left' },
 | 
					      { title: '关联订单号', render: 'wayBill', width: '180px', className: 'text-left' },
 | 
				
			||||||
      { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
 | 
					      { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
 | 
				
			||||||
      { title: '装货地', index: 'loadingPlace', width: '180px', className: 'text-left' },
 | 
					      { title: '装货地', index: 'loadingPlace', width: '220px', className: 'text-left' },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '卸货地',
 | 
					        title: '卸货地',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-left',
 | 
				
			||||||
        width: '180px',
 | 
					        width: '220px',
 | 
				
			||||||
        index: 'dischargePlace'
 | 
					        index: 'dischargePlace'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
     {
 | 
					     {
 | 
				
			||||||
@ -401,9 +401,10 @@ tabs = {
 | 
				
			|||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '运费单价',
 | 
					        title: '运费单价',
 | 
				
			||||||
        className: 'text-left',
 | 
					        className: 'text-right',
 | 
				
			||||||
        width: '120px',
 | 
					        width: '120px',
 | 
				
			||||||
        index: 'freightPrice'
 | 
					        index: 'freightPrice',
 | 
				
			||||||
 | 
					        render: 'freightPrice'
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '接单数量',
 | 
					        title: '接单数量',
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2022-01-13 16:55:33
 | 
					 * @LastEditTime: 2022-01-18 14:35:53
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | 
				
			||||||
@ -138,6 +138,9 @@
 | 
				
			|||||||
</nz-card>
 | 
					</nz-card>
 | 
				
			||||||
<nz-card nzTitle="运费信息" #distannce3>
 | 
					<nz-card nzTitle="运费信息" #distannce3>
 | 
				
			||||||
  <st #st [data]="i?.billExpenseDetailVOList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
					  <st #st [data]="i?.billExpenseDetailVOList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | 
				
			||||||
 | 
					    <ng-template st-row="price" let-item let-index="index">
 | 
				
			||||||
 | 
					      {{ item.price | currency}}
 | 
				
			||||||
 | 
					    </ng-template>
 | 
				
			||||||
  </st>
 | 
					  </st>
 | 
				
			||||||
  <div>
 | 
					  <div>
 | 
				
			||||||
    总计:<span style="color: #da001b; font-size: 18px">{{ i?.freight | currency: '¥' }}</span>
 | 
					    总计:<span style="color: #da001b; font-size: 18px">{{ i?.freight | currency: '¥' }}</span>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 15:31:52
 | 
					 * @Date: 2021-12-03 15:31:52
 | 
				
			||||||
 * @LastEditTime: 2022-01-13 16:52:42
 | 
					 * @LastEditTime: 2022-01-18 14:36:38
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
 | 
				
			||||||
@ -30,7 +30,7 @@ export class WaybillManagementVehicleDetailComponent implements OnInit {
 | 
				
			|||||||
  isVisible = false;
 | 
					  isVisible = false;
 | 
				
			||||||
  logColumns: STColumn[] = [
 | 
					  logColumns: STColumn[] = [
 | 
				
			||||||
    { title: '款项', index: 'costName' },
 | 
					    { title: '款项', index: 'costName' },
 | 
				
			||||||
    { title: '运输费(元)', index: 'price' },
 | 
					    { title: '运输费(元)', index: 'price', render: 'price' },
 | 
				
			||||||
    { title: '支付时间', index: ' paymentTime' },
 | 
					    { title: '支付时间', index: ' paymentTime' },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      title: '支付状态',
 | 
					      title: '支付状态',
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user