|
|
@ -3,6 +3,7 @@ |
|
|
|
<head> |
|
|
|
<th:block th:include="include :: header('开始品质')" /> |
|
|
|
<th:block th:include="include :: datetimepicker-css" /> |
|
|
|
<th:block th:include="include :: bootstrap-editable-css" /> |
|
|
|
<style> |
|
|
|
.supplier-value { |
|
|
|
display: flex; |
|
|
@ -62,7 +63,7 @@ |
|
|
|
<label class="col-sm-4 control-label">交付质检时间:</label> |
|
|
|
<div class="col-sm-8"> |
|
|
|
<div class="input-group date"> |
|
|
|
<input readonly name="deliveryInspectionTime" th:value="${#dates.format(qualityOrderDetail.deliveryInspectionTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text"> |
|
|
|
<input disabled readonly name="deliveryInspectionTime" th:value="${#dates.format(qualityOrderDetail.deliveryInspectionTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text"> |
|
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -546,7 +547,8 @@ |
|
|
|
qualityReport.qualityOrderReportType = "1";//生产其他品质 |
|
|
|
qualityReport.unqualifiedDataList = unqualifyList; |
|
|
|
console.log(qualityReport); |
|
|
|
$.operate.saveJson(reportPrefix + "/add", JSON.stringify(qualityReport)); |
|
|
|
// $.operate.saveJson(reportPrefix + "/add", JSON.stringify(qualityReport)); |
|
|
|
return; |
|
|
|
} |
|
|
|
</script> |
|
|
|
</body> |
|
|
|