15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"isInvoiceApproved": {
|
|
"ui:autofocus": true,
|
|
"ui:widget": "radio",
|
|
"ui:help": "Select Yes to approve, No to reject"
|
|
},
|
|
"approvalComment": {
|
|
"ui:widget": "textarea",
|
|
"ui:help": "Enter comments related to approval or rejection here"
|
|
},
|
|
"ui:order": [
|
|
"isInvoiceApproved",
|
|
"approvalComment"
|
|
]
|
|
} |