记得上下班打卡 | git大法好,push需谨慎

Commit e013214c authored by 胡佳晨's avatar 胡佳晨

退款 时间配置 不能为空

parent 3fccaeda
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<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-refund-edit" th:object="${performanceRefundConfigVo}"> <form class="form-horizontal m" id="form-refund-edit" th:object="${performanceRefundConfigVo}">
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label is-required">performances_id:</label> <label class="col-sm-3 control-label is-required">演出id:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input name="performancesId" th:field="*{performancesId}" class="form-control" type="text" readonly> <input name="performancesId" th:field="*{performancesId}" class="form-control" type="text" readonly>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment