|
@@ -88,37 +88,39 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="row cl">
|
|
|
- <label class="form-label col-12 col-sm-12"><strong>当前已检测完成,请确认:</strong></label>
|
|
|
- </div>
|
|
|
- <div class="row cl">
|
|
|
- <div class="formControls col-12 col-sm-12 skin-minimal customerSourceType_text_all">
|
|
|
- <div class="radio-box">
|
|
|
- <input type="radio" name="detectProcessingResults" value="2" id="radio-1" checked="checked">
|
|
|
- <label for="radio-1" class="">免费维修</label>
|
|
|
- </div>
|
|
|
- <div class="radio-box">
|
|
|
- <input type="radio" name="detectProcessingResults" value="1" id="radio-2"/>
|
|
|
- <label for="radio-2">付费维修</label>
|
|
|
- </div>
|
|
|
- <div class="radio-box">
|
|
|
- <input type="radio" name="detectProcessingResults" value="5" id="radio-3"/>
|
|
|
- <label for="radio-3" class="">原机退回</label>
|
|
|
- </div>
|
|
|
- <div class="radio-box">
|
|
|
- <input type="radio" name="detectProcessingResults" value="4" id="radio-4"/>
|
|
|
- <label for="radio-4" class="">换货</label>
|
|
|
- </div>
|
|
|
- <div class="radio-box">
|
|
|
- <input type="radio" name="detectProcessingResults" value="3" id="radio-5"/>
|
|
|
- <label for="radio-5" class="">退货</label>
|
|
|
+ <div id="detectDiv" style="display: none;">
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-12 col-sm-12"><strong>当前已检测完成,请确认:</strong></label>
|
|
|
+ </div>
|
|
|
+ <div class="row cl">
|
|
|
+ <div class="formControls col-12 col-sm-12 skin-minimal customerSourceType_text_all">
|
|
|
+ <div class="radio-box">
|
|
|
+ <input type="radio" name="detectProcessingResults" value="2" id="radio-1" checked="checked">
|
|
|
+ <label for="radio-1" class="">免费维修</label>
|
|
|
+ </div>
|
|
|
+ <div class="radio-box">
|
|
|
+ <input type="radio" name="detectProcessingResults" value="1" id="radio-2"/>
|
|
|
+ <label for="radio-2">付费维修</label>
|
|
|
+ </div>
|
|
|
+ <div class="radio-box">
|
|
|
+ <input type="radio" name="detectProcessingResults" value="5" id="radio-3"/>
|
|
|
+ <label for="radio-3" class="">原机退回</label>
|
|
|
+ </div>
|
|
|
+ <div class="radio-box">
|
|
|
+ <input type="radio" name="detectProcessingResults" value="4" id="radio-4"/>
|
|
|
+ <label for="radio-4" class="">换货</label>
|
|
|
+ </div>
|
|
|
+ <div class="radio-box">
|
|
|
+ <input type="radio" name="detectProcessingResults" value="3" id="radio-5"/>
|
|
|
+ <label for="radio-5" class="">退货</label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="row cl">
|
|
|
- <div class="col-6 col-sm-6 col-offset-3">
|
|
|
- <input type="hidden" id="methodId" value="6">
|
|
|
- <button class="btn btn-block btn-primary" type="button" onclick="updateDetect();">确认</button>
|
|
|
+ <div class="row cl">
|
|
|
+ <div class="col-6 col-sm-6 col-offset-3">
|
|
|
+ <input type="hidden" id="methodId" value="6">
|
|
|
+ <button class="btn btn-block btn-primary" type="button" onclick="updateDetect();">确认</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
@@ -212,6 +214,10 @@
|
|
|
$("#detectOffer").text(detectinfo.detectOffer/100);
|
|
|
}
|
|
|
$("#detectDesc").text(detectinfo.detectDesc);
|
|
|
+ if(detectinfo.detectState === 30 || detectinfo.detectState === 34 || detectinfo.detectState === 38){
|
|
|
+ $("#detectDiv").show();
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
error: function(XmlHttpRequest, textStatus, errorThrown){
|