fix bug
This commit is contained in:
@ -156,7 +156,11 @@ export class CostManagementComponent implements OnInit {
|
|||||||
feeSubId: {
|
feeSubId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '费用科目',
|
title: '费用科目',
|
||||||
enum: [{ label: '全部', value: '全部' }],
|
enum: [
|
||||||
|
{ label: '全部', value: '全部' },
|
||||||
|
{ label: '运输费', value: '1475197820443299842' },
|
||||||
|
{ label: '附加费', value: '1476197820443299842 ' },
|
||||||
|
],
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
|
|||||||
@ -217,7 +217,7 @@ export class ReceiptOrderComponent implements OnInit {
|
|||||||
// },
|
// },
|
||||||
remarks: {
|
remarks: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '付款备注',
|
title: '收款备注',
|
||||||
ui: {
|
ui: {
|
||||||
placeholder: '请输入',
|
placeholder: '请输入',
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
|
|||||||
Reference in New Issue
Block a user