|
@@ -111,10 +111,10 @@
|
|
|
|
|
|
<div class="input-box">
|
|
|
<span class="input-dic" style="margin-top: 0">维修结果</span>
|
|
|
- <label for="radio-3">
|
|
|
+ <label for="radio-3" style="margin-left: 2.3%;">
|
|
|
<input type="radio" id="radio-3" name="maintenanceState" value="1" <#if maintenanceInfo.maintenanceState == 1>checked</#if>/>正在维修
|
|
|
</label>
|
|
|
- <label for="radio-4" style="margin-left: 50px;">
|
|
|
+ <label for="radio-4" style="margin-left: 9%;">
|
|
|
<input type="radio" id="radio-4" name="maintenanceState" value="2" <#if maintenanceInfo.maintenanceState == 2>checked</#if>/>已完成
|
|
|
|
|
|
</label>
|
|
@@ -125,7 +125,7 @@
|
|
|
<label for="radio-5">
|
|
|
<input type="radio" id="radio-5" name="maintenanceIsRepair" value="1" <#if maintenanceInfo.maintenanceIsRepair == 1>checked</#if>/>不可返修
|
|
|
</label>
|
|
|
- <label for="radio-6" style="margin-left: 50px;">
|
|
|
+ <label for="radio-6" style="margin-left: 9.3%;">
|
|
|
<input type="radio" id="radio-6" name="maintenanceIsRepair" value="2" <#if maintenanceInfo.maintenanceIsRepair == 2>checked</#if> />可返修
|
|
|
</label>
|
|
|
</div>
|
|
@@ -134,7 +134,7 @@
|
|
|
<label for="radio-7">
|
|
|
<input type="radio" id="radio-7" name="maintenanceIsWarehousing" value="2" <#if maintenanceInfo.maintenanceIsWarehousing == 2>checked</#if>/>已入库
|
|
|
</label>
|
|
|
- <label for="radio-8" style="margin-left: 50px;">
|
|
|
+ <label for="radio-8" style="margin-left: 11.6%;">
|
|
|
<input type="radio" id="radio-8" name="maintenanceIsWarehousing" value="1" <#if maintenanceInfo.maintenanceIsWarehousing == 1>checked</#if> />未入库
|
|
|
</label>
|
|
|
<label for="radio-9" style="margin-left: 50px;">
|