From 6bfc7192451dcf1f4d96bea08cc3ae58e52bda28 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 20 Jan 2022 13:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.conf.js | 4 +- .../receipt-order/receipt-order.component.ts | 2 +- .../bulk-detail/bulk-detail.component.html | 107 ++++++++++-------- .../bulk-detail/bulk-detail.component.ts | 15 ++- .../components/bulk/bulk.component.ts | 13 --- .../services/supply-management.service.ts | 6 +- 6 files changed, 76 insertions(+), 71 deletions(-) diff --git a/proxy.conf.js b/proxy.conf.js index eeaa5ac8..60203285 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-01-19 20:50:35 + * @LastEditTime : 2022-01-20 11:12:31 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ @@ -20,7 +20,7 @@ module.exports = { // } '//api': { target: { - host: 'tms-api-test.eascs.com', + host: 'tms-api-dev.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts index 7c3a1882..e0eac603 100644 --- a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts +++ b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts @@ -257,7 +257,7 @@ export class ReceiptOrderComponent implements OnInit { { title: '银行水单', index: 'bankreceipt', width: 200, className: 'text-left' }, { title: '创建时间', index: 'createTime', type: 'date', width: 200, className: 'text-left' }, { title: '创建人', index: 'createUserId', width: 150, className: 'text-left' }, - { title: '收款状态', index: 'sts', width: 200, className: 'text-left' }, + { title: '收款状态', index: 'stsLabel', width: 200, className: 'text-left' }, { title: '收款备注', index: 'remarks', width: 200, className: 'text-left' }, { title: '操作', diff --git a/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html b/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html index 55d8005d..7189e67c 100644 --- a/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html +++ b/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html @@ -7,31 +7,32 @@
- +

货源编码 : {{ i?.resourceCode }}

-
网络货运人:{{i?.shipperAppUserName}}
+
网络货运人:{{ i?.shipperAppUserName }}
- - + +
- 总费用:{{i?.totalAmount | currency: '¥'}} + 总费用:{{ i?.totalAmount | currency: '¥' }}
- {{i?.enterpriseProjectId}} - {{i?.deadlineTime}} - {{i?.createUserName}}/{{i?.createUserPhone}} - {{i?.dispatchName}}/{{i?.dispatchPhone}} - {{i?.serviceTypeLabel}} + {{ i?.enterpriseProjectId }} + {{ i?.deadlineTime }} + {{ i?.createUserName }}/{{ i?.createUserPhone }} + {{ i?.dispatchName }}/{{ i?.dispatchPhone }} + {{ i?.serviceTypeLabel }}
@@ -39,13 +40,19 @@
- - + + -
@@ -56,20 +63,14 @@ 货物信息 - {{item?.goodsName}} - - - {{item?.weight}}顿 | {{item?.volume}}方 - - - {{10}}顿 | {{10}}方 - - - {{item?.maxWeight}} | {{item?.maxCube}}米 + {{ item?.goodsName }} + {{ item?.weight }}顿 | {{ item?.volume }}方 + {{ 10 }}顿 | {{ 10 }}方 + {{ item?.maxWeight }} | {{ item?.maxCube }}米 - {{i?.carrierInformationVO?.driverName}} / {{i?.carrierInformationVO?.driverTelephone}} / - {{i?.carrierInformationVO?.driverLicensePlate}} + {{ i?.carrierInformationVO?.driverName }} / {{ i?.carrierInformationVO?.driverTelephone }} / + {{ i?.carrierInformationVO?.driverLicensePlate }}