|
@@ -22,18 +22,6 @@
|
|
<div class="accordion-inner">
|
|
<div class="accordion-inner">
|
|
<form:form id="searchForm" modelAttribute="materialProvided" class="form form-horizontal well clearfix">
|
|
<form:form id="searchForm" modelAttribute="materialProvided" class="form form-horizontal well clearfix">
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
- <label class="label-item single-overflow pull-left" title="计划批次:">计划批次:</label>
|
|
|
|
- <form:input path="planToBatch" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
|
- <label class="label-item single-overflow pull-left" title="分标信息:">分标信息:</label>
|
|
|
|
- <form:input path="caseInformation" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
|
- <label class="label-item single-overflow pull-left" title="物料加扩展:">物料加扩展:</label>
|
|
|
|
- <form:input path="materialExtension" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
|
<label class="label-item single-overflow pull-left" title="物料编码:">物料编码:</label>
|
|
<label class="label-item single-overflow pull-left" title="物料编码:">物料编码:</label>
|
|
<form:input path="materialCode" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
<form:input path="materialCode" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
</div>
|
|
</div>
|
|
@@ -50,10 +38,6 @@
|
|
<form:input path="extendedDescription" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
<form:input path="extendedDescription" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
- <label class="label-item single-overflow pull-left" title="计量单位:">计量单位:</label>
|
|
|
|
- <form:input path="measuringUnit" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
|
<label class="label-item single-overflow pull-left" title="版本号:">版本号:</label>
|
|
<label class="label-item single-overflow pull-left" title="版本号:">版本号:</label>
|
|
<form:input path="version" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
<form:input path="version" htmlEscape="false" maxlength="64" class=" form-control"/>
|
|
</div>
|
|
</div>
|