|
@@ -18,7 +18,7 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>商品名称:</label>
|
|
|
- <input name="productName" placeholder="商品名称" th:value="${productName}" class="styled-input" type="text">
|
|
|
+ <input name="productName" placeholder="商品名称" th:value="${productName}" class="styled-input" type="text" required>
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>规格:</label>
|
|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>零售价/元:</label>
|
|
|
- <input name="retailPrice" placeholder="零售价/元" th:value="${retailPrice}" class="styled-input" type="text">
|
|
|
+ <input name="retailPrice" placeholder="零售价/元" th:value="${retailPrice}" class="styled-input" type="number">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>经营属性:</label>
|
|
@@ -54,15 +54,15 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>最低限价:</label>
|
|
|
- <input name="minimumPrice" placeholder="最低限价" th:value="${minimumPrice}" class="styled-input" type="text">
|
|
|
+ <input name="minimumPrice" placeholder="最低限价" th:value="${minimumPrice}" class="styled-input" type="number">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>生产许可证号/备案凭证编号:</label>
|
|
|
<input name="productionLicenseNumber" placeholder="生产许可证号/备案凭证编号" th:value="${productionLicenseNumber}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>生产许可证号有效期:</label>
|
|
|
- <input name="productionLicenseValidUntil" placeholder="生产许可证号有效期" th:value="${productionLicenseValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="productionLicenseValidUntil" placeholder="生产许可证号有效期" th:value="${productionLicenseValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>拆零单位:</label>
|
|
@@ -100,41 +100,41 @@
|
|
|
<label>批准文号:</label>
|
|
|
<input name="approvalNumber" placeholder="批准文号" th:value="${approvalNumber}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>批准文号有效期:</label>
|
|
|
- <input name="approvalNumberValidUntil" placeholder="批准文号有效期" th:value="${approvalNumberValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="approvalNumberValidUntil" placeholder="批准文号有效期" th:value="${approvalNumberValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>批准文号2:</label>
|
|
|
<input name="approvalNumberTwo" placeholder="批准文号2" th:value="${approvalNumberTwo}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>批准文号2有效期:</label>
|
|
|
- <input name="approvalNumberTwoValidUntil" placeholder="批准文号2有效期" th:value="${approvalNumberTwoValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="approvalNumberTwoValidUntil" placeholder="批准文号2有效期" th:value="${approvalNumberTwoValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>批准文号3:</label>
|
|
|
<input name="approvalNumberThree" placeholder="批准文号3" th:value="${approvalNumberThree}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>批准文号3有效期:</label>
|
|
|
- <input name="approvalNumberThreeValidUntil" placeholder="批准文号3有效期" th:value="${approvalNumberThreeValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="approvalNumberThreeValidUntil" placeholder="批准文号3有效期" th:value="${approvalNumberThreeValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>注册证号:</label>
|
|
|
<input name="registrationNumber" placeholder="注册证号" th:value="${registrationNumber}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>注册证号有效期:</label>
|
|
|
- <input name="registrationNumberValidUntil" placeholder="注册证号有效期" th:value="${registrationNumberValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="registrationNumberValidUntil" placeholder="注册证号有效期" th:value="${registrationNumberValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
<div class="customize-form-group">
|
|
|
<label>注册证号2:</label>
|
|
|
<input name="registrationNumberTwo" placeholder="注册证号2" th:value="${registrationNumberTwo}" class="styled-input" type="text">
|
|
|
</div>
|
|
|
- <div class="customize-form-group">
|
|
|
+ <div class="customize-form-group select-time">
|
|
|
<label>注册证号2有效期:</label>
|
|
|
- <input name="registrationNumberTwoValidUntil" placeholder="注册证号2有效期" th:value="${registrationNumberTwoValidUntil}" class="styled-input" type="text">
|
|
|
+ <input name="registrationNumberTwoValidUntil" placeholder="注册证号2有效期" th:value="${registrationNumberTwoValidUntil}" class="time-input time-input2" type="text">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|