|
@@ -19,11 +19,12 @@
|
|
|
.add-list>li{margin: 10px 0;}
|
|
|
.my-textarea{padding: 5px 10px;width: 65%;border:1px solid rgba(0,0,0,.1);margin-left: 12.5%;}
|
|
|
.my-btn-reset{padding: 10px 20px;width: 150px; background-color: #fff;color: #32a3d8;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
|
- .my-btn-submit{padding: 10px 20px;width: 150px; background-color: #32a3d8;color: #fff;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
|
+ .my-btn-submit{padding: 10px 20px;width: 130px; background-color: #50a2ea;color: #fff;border: 1px solid #50a2ea;cursor:pointer;margin: 10px auto 0 auto;display: block;}
|
|
|
.my-select{border: 1px solid rgba(0,0,0,.1);padding:6px 50px 6px 15px;height: 34px; -webkit-appearance:none;appearance:none;background: url(/common/images/pts/select-11.png) right center no-repeat;background-size:auto 100%;}
|
|
|
input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
.huanhang{ float:left}
|
|
|
+ .check-box, .radio-box{padding-left: 0;}
|
|
|
</style>
|
|
|
<meta name="keywords" content="${path}">
|
|
|
<meta name="description" content="H-ui.admin v3.0,是一款由国人开发的轻量级扁平化网站后台模板,完全免费开源的网站后台管理系统模版,适合中小型CMS后台系统。">
|
|
@@ -58,51 +59,51 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box" >
|
|
|
- <label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>工厂检测现象:</label>
|
|
|
+ <label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>检测现象:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectPhenomenon" id="detectPhenomenon" class="my-textarea" placeholder="工厂检测现象">${detectInfo.detectPhenomenon!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectPhenomenon" id="detectPhenomenon" class="my-textarea" placeholder="请输入工厂的检测现象">${detectInfo.detectPhenomenon!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>故障分类:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectClassification" id="detectClassification" class="my-textarea" placeholder="故障分类">${detectInfo.detectClassification!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectClassification" id="detectClassification" class="my-textarea" placeholder="请输入故障分类">${detectInfo.detectClassification!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>故障原因:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectFailureCause" id="detectFailureCause" class="my-textarea" placeholder="故障原因">${detectInfo.detectFailureCause!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectFailureCause" id="detectFailureCause" class="my-textarea" placeholder="请输入故障原因">${detectInfo.detectFailureCause!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>判定结果:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectResults" id="detectResults" class="my-textarea" placeholder="判定结果">${detectInfo.detectResults!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectResults" id="detectResults" class="my-textarea" placeholder="请输入判定结果">${detectInfo.detectResults!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>故障指向:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectPoint" id="detectPoint" class="my-textarea" placeholder="故障指向">${detectInfo.detectPoint!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectPoint" id="detectPoint" class="my-textarea" placeholder="请输入故障指向">${detectInfo.detectPoint!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>原因分析:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectNalysis" id="detectNalysis" class="my-textarea" placeholder="原因分析">${detectInfo.detectNalysis!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectNalysis" id="detectNalysis" class="my-textarea" placeholder="请输入原因分析">${detectInfo.detectNalysis!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;"><span class="c-red">*</span>检测内容:</label>
|
|
|
<div class="formControls col-xs-9 col-sm-9 skin-minimal huanhang" style="margin: 10px 0px;">
|
|
|
- <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectContent" id="detectContent" class="my-textarea" placeholder="原因分析">${detectInfo.detectContent!''}</textarea>
|
|
|
+ <textarea style="margin-left: 0%;width: 83%;" rows="2" cols="20" name="detectContent" id="detectContent" class="my-textarea" placeholder="请输入检测内容">${detectInfo.detectContent!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
<label class="form-label col-3 col-sm-3 huanhang" style="text-align: right;margin: 10px 0px;">维修报价:</label>
|
|
|
<div class="formControls col-9 col-sm-9 text-c huanhang" style="margin-left: -4%;margin: 10px 0px 10px -14px;">
|
|
|
- <input class="my-input" style="width: 90%;" type="text" value="" name="detect_Offer" id="detect_Offer" placeholder="" oninput = "value=value.replace(/[^\d]/g,'')"/>
|
|
|
+ <input class="my-input" style="width: 90%;" type="text" value="" name="detect_Offer" id="detect_Offer" placeholder="请输入维修报价" oninput = "value=value.replace(/[^\d]/g,'')"/>
|
|
|
<input type="hidden" name="detectOffer" id="detectOffer" value="">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -113,10 +114,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="input-box">
|
|
|
- <label class="form-label col-3 col-sm-3 huanhang" style="text-align: right;">备注:</label>
|
|
|
+ <label class="form-label col-3 col-sm-3 huanhang" style="text-align: right;">备注信息:</label>
|
|
|
<div class="col-xs-9 col-sm-9 skin-minimal">
|
|
|
<div class="radio-box" style="padding: 0px; width: 100%;">
|
|
|
- <textarea style="height: 60px;margin: 10px 0px 10px 0px;width: 85%;" name="detectDesc" id="detectDesc" class="my-textarea" placeholder="请详细备注内容,便于以后复查。如果转入生产,则生产部门同事可查看!">${detectInfo.detectDesc!''}</textarea>
|
|
|
+ <textarea style="height: 60px;margin: 10px 0px 10px 0px;width: 85%;" name="detectDesc" id="detectDesc" class="my-textarea" placeholder="请填写寄出订单备注信息!">${detectInfo.detectDesc!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -124,8 +125,8 @@
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-xs-3 col-sm-3 huanhang" style="text-align: right;">添加附件:</label>
|
|
|
<div class="formControls col-xs-2 col-sm-2" id="fileDiv" style="width: 17%;width: 100px;height: 100px;margin-left: 8px;">
|
|
|
- <input type="file" name="file" id="fileid" style="opacity: 0; position: absolute; width: 90px;height: 80px;">
|
|
|
- <img alt="介绍图" src="${path}/common/images/pts/addparts.jpg" id="partsImg" width="90" height="80">
|
|
|
+ <input type="file" name="file" id="fileid" style="opacity: 0; position: absolute; width: 80px;height: 80px;">
|
|
|
+ <img alt="介绍图" src="${path}/common/images/pts/addparts.jpg" id="partsImg" width="80" height="80">
|
|
|
<#--<input type="hidden" id="componentsImg" name="componentsImg" value=""/>-->
|
|
|
<#--<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);" id="uploadSubmit"><i class="Hui-iconfont"></i> 上传</button>-->
|
|
|
</div>
|
|
@@ -137,7 +138,7 @@
|
|
|
<div>
|
|
|
<input type="hidden" value="${detectId!''}" id="detectId" name="detectId">
|
|
|
<input type="hidden" value="${detectInfo.customerId!''}" id="customerId" name="customerId">
|
|
|
- <button type="button" style="margin-left: 35%" class="my-btn-submit" onclick="add();">确认提交</button>
|
|
|
+ <button type="button" class="my-btn-submit" onclick="add();">确认添加</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</article>
|