edit
This commit is contained in:
@ -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 }}
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user