|
@@ -31,64 +31,48 @@
|
|
|
<article class="page-container">
|
|
|
<form class="form form-horizontal" id="form-admin-add">
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic" style="margin-top: 0">检测结果</span>
|
|
|
- <label for="radio-3">
|
|
|
- <input type="radio" id="radio-3" name="detectState" value="3"
|
|
|
- <#if detectInfo.detectState == 3>checked</#if>
|
|
|
- />检测通过
|
|
|
- </label>
|
|
|
- <label for="radio-4" style="margin-left: 50px;">
|
|
|
- <input type="radio" id="radio-4" name="detectState" value="4"
|
|
|
- <#if detectInfo.detectState == 4>checked</#if>
|
|
|
- />检测未通过
|
|
|
- </label>
|
|
|
+ <span class="input-dic" style="margin-top: 0">检测结果:</span>
|
|
|
+ <div style="margin-left: 15%">
|
|
|
+ <label for="radio-3">
|
|
|
+ <input type="radio" id="radio-3" name="detectState" value="3"
|
|
|
+ <#if detectInfo.detectState == 3>checked</#if>
|
|
|
+ />检测通过
|
|
|
+ </label>
|
|
|
+ <label for="radio-4" style="margin-left: 50px;">
|
|
|
+ <input type="radio" id="radio-4" name="detectState" value="4"
|
|
|
+ <#if detectInfo.detectState == 4>checked</#if>
|
|
|
+ />检测未通过
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectPhenomenon" id="detectPhenomenon" class="my-textarea" placeholder="工厂检测现象">${detectInfo.detectPhenomenon!''}</textarea>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectFailureClassification" id="detectFailureClassification" class="my-textarea" placeholder="故障分类">${detectInfo.detectFailureClassification!''}</textarea>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectFailureCause" id="detectFailureCause" class="my-textarea" placeholder="故障原因">${detectInfo.detectFailureCause!''}</textarea>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectResults" id="detectResults" class="my-textarea" placeholder="判定结果">${detectInfo.detectResults!''}</textarea>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectPoint" id="detectPoint" class="my-textarea" placeholder="故障指向">${detectInfo.detectPoint!''}</textarea>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic "> </span>
|
|
|
+ <span class="input-dic" style="margin-left: 5%;"> </span>
|
|
|
<textarea rows="3" cols="20" name="detectAnalysis" id="detectAnalysis" class="my-textarea" placeholder="原因分析">${detectInfo.detectAnalysis!''}</textarea>
|
|
|
</div>
|
|
|
|
|
|
- <#--<div class="input-box">
|
|
|
- <span class="input-dic" style="margin-top: 0">是否需要转入生产部门</span>
|
|
|
- <label for="radio-5">
|
|
|
- <input type="radio" id="radio-5" name="detectIsMaintenance" onclick="show()" value="1" checked/>需要转入生产部门
|
|
|
- </label>
|
|
|
- <label for="radio-6" style="margin-left: 50px;">
|
|
|
- <input type="radio" id="radio-6" name="detectIsMaintenance" onclick="hide()" value="2"/>不需要转入生产部门
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="input-box" id="revolutionProducedId">
|
|
|
- <span class="input-dic" style="margin-top: 0">立即转入生产部门</span>
|
|
|
- <label for="radio-7">
|
|
|
- <input type="radio" id="radio-7" name="detectRevolutionProduced" value="2" checked/>立即转入
|
|
|
- </label>
|
|
|
- <label for="radio-8" style="margin-left: 50px;">
|
|
|
- <input type="radio" id="radio-8" name="detectRevolutionProduced" value="1"/>以后转入
|
|
|
- </label>
|
|
|
- </div>-->
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic" style="margin-top: 0">QC检查状态</span>
|
|
|
+ <span class="input-dic" style="margin-top: 0;margin-left: 0.5%;">QC检查状态:</span>
|
|
|
<label for="radio-7">
|
|
|
<input type="radio" id="radio-9" name="maintenanceResults" value="1" checked/>通过
|
|
|
</label>
|
|
@@ -97,12 +81,14 @@
|
|
|
</label>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <span class="input-dic spanhidth">备注</span>
|
|
|
- <textarea rows="3" cols="20" name="detectDesc" id="detectDesc" class="my-textarea" placeholder="请详细备注内容,便于以后复查。如果转入生产,则生产部门同事可查看!">${detectInfo.detectDesc!''}</textarea>
|
|
|
- </div>
|
|
|
+ <span class="input-dic spanhidth">备注:</span>
|
|
|
+ <div style="margin-left: 15.5%;">
|
|
|
+ <textarea rows="3" cols="20" name="detectDesc" id="detectDesc" class="my-textarea" placeholder="请详细备注内容,便于以后复查。如果转入生产,则生产部门同事可查看!">${detectInfo.detectDesc!''}</textarea>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div>
|
|
|
<input type="hidden" value="${detectId!''}" id="detectId" name="detectId">
|
|
|
- <button type="button" class="my-btn-submit" onclick="add();">确认提交</button>
|
|
|
+ <button type="button" style="margin-left: 35%" class="my-btn-submit" onclick="add();">确认提交</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</article>
|