|
@ -8,7 +8,7 @@ |
|
|
</head> |
|
|
</head> |
|
|
<body class="white-bg"> |
|
|
<body class="white-bg"> |
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
|
|
<form class="form-horizontal m" id="form-baseExpense-zozj" th:object="${baseExpenseAccount}"> |
|
|
<form class="form-horizontal m" id="form-baseExpense-edit" th:object="${baseExpenseAccount}"> |
|
|
<input name="expenseId" th:field="*{expenseId}" type="hidden"> |
|
|
<input name="expenseId" th:field="*{expenseId}" type="hidden"> |
|
|
<input name="expenseCode" th:field="*{expenseCode}" type="hidden"> |
|
|
<input name="expenseCode" th:field="*{expenseCode}" type="hidden"> |
|
|
<input name="instanceId" th:field="*{instanceId}" type="hidden"> |
|
|
<input name="instanceId" th:field="*{instanceId}" type="hidden"> |
|
|