edit
This commit is contained in:
@ -230,16 +230,16 @@ export class ReceivableOrderComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
orderS3: {
|
// orderS3: {
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
title: '费用号',
|
// title: '费用号',
|
||||||
ui: {
|
// ui: {
|
||||||
placeholder: '请输入',
|
// placeholder: '请输入',
|
||||||
visibleIf: {
|
// visibleIf: {
|
||||||
expand: (value: boolean) => value
|
// expand: (value: boolean) => value
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
remarks: {
|
remarks: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '核销备注',
|
title: '核销备注',
|
||||||
|
|||||||
Reference in New Issue
Block a user