This commit is contained in:
Taric Xin
2022-03-10 18:03:44 +08:00
parent 20a4a91444
commit 006a59122b
4 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
<nz-card class="search-box">
<div nz-row>
<div nz-col nzSpan="24">
<se-container col="3" labelWidth="100">
<se-container col="3" labelWidth="120">
<se-title class="mb-md" style="font-size: 18px">基本信息</se-title>
<se label="网络货运人" required>
{{ costInfo?.ltdName }}

View File

@ -166,9 +166,9 @@ export class PaymentRecordComponent implements OnInit {
payType: {
type: 'string',
title: '支付类型',
enum: [{ label: '全部', value: '' }],
ui: {
widget: 'select',
widget: 'dict-select',
params: { dictKey: 'paybill:type' },
placeholder: '请选择',
visibleIf: {
expand: (value: boolean) => value
@ -250,7 +250,7 @@ export class PaymentRecordComponent implements OnInit {
{
title: '运费明细',
render: 'amountDetails',
width: 160,
width: 160
// format: item => {
// (item.amountDetails as Array<any>).forEach(detail => {
// detail.surcharge = detail.price + (detail.surcharge || 0);