This commit is contained in:
Taric Xin
2022-02-11 15:20:43 +08:00
parent 16aebd5930
commit 038e0f5891
17 changed files with 306 additions and 183 deletions

View File

@ -118,7 +118,8 @@ export class ReceiptOrderComponent implements OnInit {
type: 'string',
title: '收款类型',
ui: {
widget: 'select',
widget: 'dict-select',
params: { dictKey: 'driverrecord:receive:type' },
placeholder: '请选择',
visibleIf: {
expand: (value: boolean) => value
@ -129,7 +130,8 @@ export class ReceiptOrderComponent implements OnInit {
type: 'string',
title: '收款方式',
ui: {
widget: 'select',
widget: 'dict-select',
params: { dictKey: 'receive:mode' },
placeholder: '请选择',
visibleIf: {
expand: (value: boolean) => value