预付:¥200.00
-到付:¥200.00
-油卡:¥200.00
-回单付:¥200.00
-小计:¥200.00
-附加费:¥200.00
-装货地:{{item?.detailedAddress}}
-联系人:{{item?.appUserName}}/{{item?.contractTelephone}}
-发货日期:{{item?.createTime}}
- -卸货地:{{item?.detailedAddress}}
-联系人:{{item?.appUserName}}/{{item?.contractTelephone}}
-卸货日期:{{item?.modifyTime}}
-货物名称:{{item?.goodsName}}
-货物数量:{{item?.weight}}吨/{{item?.volume}}立方
-用车需求:{{item?.vehicleDemand}}
-网络货运人:{{dataList?.carrierInformationVO?.enterpriseInfoName}}
-服务类型:{{dataList?.carrierInformationVO?.serviceType === 1 ? '抢单' : '指派'}}
-司机姓名:{{dataList?.carrierInformationVO?.driverName}}
-手机号:{{dataList?.carrierInformationVO?.driverTelephone}}
-车牌号:{{dataList?.carrierInformationVO?.driverLicensePlate}}
-货物价值:{{dataList?.goodsInfoList?.goodsName}}
-保价费金额:{{dataList?.goodsInfoList?.goodsName}}
-{{dataList?.supplementaryInformationVO?.stateReceipt === 2 ? '不需要回单' : '需要回单'}}
-联系人:{{dataList?.supplementaryInformationVO?.receiptUserId}}
-联系电话:{{dataList?.supplementaryInformationVO?.remarks}}
-所在地区:{{dataList?.supplementaryInformationVO?.remarks}}
-详细地址:{{dataList?.supplementaryInformationVO?.receiptAddress}}
-备注:{{dataList?.supplementaryInformationVO?.remarks}}
-预付:{{dataList?.shippingInformationVO?.prePay | currency: '¥' }}
-油卡:{{dataList?.shippingInformationVO?.oilCardPay | currency: '¥'}}
-到付:{{dataList?.shippingInformationVO?.toPay | currency: '¥'}}
-回单付:{{dataList?.shippingInformationVO?.receiptPay | currency: '¥'}}
-保险费:{{dataList?.shippingInformationVO?.insuranceFee | currency: '¥'}}
-附加费保险费:{{dataList?.shippingInformationVO?.appendFee | currency: '¥'}}
-{{item.resourceTypeLabel}}{{item.serviceTypeLabel}}
预付:¥200.00
diff --git a/src/app/routes/supply-management/components/vehicle/vehicle.component.ts b/src/app/routes/supply-management/components/vehicle/vehicle.component.ts index 4d37b56c..43fc8e88 100644 --- a/src/app/routes/supply-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/supply-management/components/vehicle/vehicle.component.ts @@ -398,9 +398,9 @@ export class SupplyManagementVehicleComponent implements OnInit { }, { title: '用车需求', + className: 'text-center', width: '120px', - format: (item: any) => `车型: ${item.vehicleDemand?.maxWeight || ''}
车长: ${item.vehicleDemand?.maxCube || ''}米
`, - index: 'vehicleDemand' + render: 'useCarDemand' }, { title: '总费用', @@ -411,9 +411,10 @@ export class SupplyManagementVehicleComponent implements OnInit { }, { title: '总运费', - className: 'text-center', width: '120px', - index: '总运费' + className: 'text-center', + index: 'totalAmount', + render: 'totalAmount' }, { title: '附加费', diff --git a/src/app/routes/supply-management/services/supply-management.service.ts b/src/app/routes/supply-management/services/supply-management.service.ts index fa3d959e..73791b95 100644 --- a/src/app/routes/supply-management/services/supply-management.service.ts +++ b/src/app/routes/supply-management/services/supply-management.service.ts @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-12-03 11:10:14 - * @LastEditTime: 2022-01-04 13:27:16 + * @LastEditTime: 2022-01-05 16:45:24 * @LastEditors: Please set LastEditors * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @FilePath: \tms-obc-web\src\app\routes\supply-management\services\supply-management.service.ts @@ -42,6 +42,7 @@ export class SupplyManagementService extends BaseService { $api_get_goods_resource_statistical = `/api/sdc/goodsResourceOperate/statisticalStatus`; // 统计整车、大宗货源状态数量 // 获取货主企业列表 public $api_getList = '/api/mdc/cuc/enterpriseInfo/cargoOwner/getList?_allow_anonymous=true'; + public $api_commonAddress = '/api/sdc/commonAddress/list/page'; // 获取货主企业列表 public $api_enterpriceList = '/api/mdc/cuc/enterpriseInfo/operate/enterpriceList'; // 取消货源 @@ -79,6 +80,9 @@ export class SupplyManagementService extends BaseService { $api_checkIdCard = '/api/mdc/pbc/hwc/ocr/recognizeIdCard'; // 驾驶证识别 $api_recognizeDriverLicense = `/api/mdc/pbc/hwc/ocr/recognizeDriverLicense`; + // 查询系统配置项 + public $api_get_config_item_page = '/api/mdc/pbc/sysConfigItem/list/page'; + constructor(public injector: Injector) { super(injector) } diff --git a/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.html b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.html new file mode 100644 index 00000000..f2586444 --- /dev/null +++ b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.html @@ -0,0 +1,59 @@ + +