Commit cb0e068d authored by yaobaizheng's avatar yaobaizheng

//立业云后台提交

parent 7f210e8e
......@@ -280,7 +280,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="isOtherRequirements" th:value="${dict.dictValue}"
th:field="*{isOtherRequirements}" required >
th:field="*{isOtherRequirements}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -403,7 +403,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="isHeating" th:value="${dict.dictValue}"
th:field="*{isHeating}" required disabled>
th:field="*{isHeating}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -421,7 +421,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="isSteam" th:value="${dict.dictValue}"
th:field="*{isSteam}" required disabled>
th:field="*{isSteam}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -439,7 +439,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="isNaturalGas" th:value="${dict.dictValue}"
th:field="*{isNaturalGas}" required disabled>
th:field="*{isNaturalGas}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -479,7 +479,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="restaurant" th:value="${dict.dictValue}"
th:field="*{restaurant}" required>
th:field="*{restaurant}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -490,7 +490,7 @@
<!-- <input name="apartment" th:field="*{apartment}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="apartment" th:value="${dict.dictValue}"
th:field="*{apartment}" required>
th:field="*{apartment}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -501,7 +501,7 @@
<!-- <input name="convenienceStore" th:field="*{convenienceStore}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="convenienceStore" th:value="${dict.dictValue}"
th:field="*{convenienceStore}" required>
th:field="*{convenienceStore}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -512,7 +512,7 @@
<!-- <input name="publicSpace" th:field="*{publicSpace}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="publicSpace" th:value="${dict.dictValue}"
th:field="*{publicSpace}" required>
th:field="*{publicSpace}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -523,7 +523,7 @@
<!-- <input name="publicTransit" th:field="*{publicTransit}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="publicTransit" th:value="${dict.dictValue}"
th:field="*{publicTransit}" required>
th:field="*{publicTransit}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -534,7 +534,7 @@
<!-- <input name="parkingSpace" th:field="*{parkingSpace}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="parkingSpace" th:value="${dict.dictValue}"
th:field="*{parkingSpace}" required>
th:field="*{parkingSpace}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -545,7 +545,7 @@
<!-- <input name="chargingStation" th:field="*{chargingStation}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="chargingStation" th:value="${dict.dictValue}"
th:field="*{chargingStation}" required>
th:field="*{chargingStation}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -556,7 +556,7 @@
<!-- <input name="chargingStation" th:field="*{chargingStation}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="guildMeetingRoom" th:value="${dict.dictValue}"
th:field="*{guildMeetingRoom}" required>
th:field="*{guildMeetingRoom}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -568,7 +568,7 @@
<!-- <input name="chargingStation" th:field="*{chargingStation}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="lectureHall" th:value="${dict.dictValue}"
th:field="*{lectureHall}" required>
th:field="*{lectureHall}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......@@ -655,7 +655,7 @@
<!-- <input name="restaurant" th:field="*{restaurant}" class="form-control" type="text" required>-->
<div class="radio-box" th:each="dict : ${@dict.getType('sys_has_no')}">
<input type="radio" th:id="${dict.dictCode}" name="isHotPark" th:value="${dict.dictValue}"
th:field="*{isHotPark}" required >
th:field="*{isHotPark}" >
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment