fanxw 2 lat temu
rodzic
commit
46cd6c379d

+ 2 - 2
src/main/resources/static/app/storage/insectPestDetection/view/insectPestDetection-edit.html

@@ -129,13 +129,13 @@
129
 										</tr>
129
 										</tr>
130
 										<tr>
130
 										<tr>
131
 											<th>
131
 											<th>
132
-												<label label class="label" style="margin-top: 9px;text-align: center;">发生部位</label>
132
+												<label label class="label" style="margin-top: 9px;text-align: center;">发生部位<span style="color: red;">*</span></label>
133
 											</th>
133
 											</th>
134
 											<th>
134
 											<th>
135
 												<section>
135
 												<section>
136
 													<label class="input">
136
 													<label class="input">
137
 														<input class="form-control" type="text" ng-model="insectPests.fsbw"
137
 														<input class="form-control" type="text" ng-model="insectPests.fsbw"
138
-															   name="fsbw" ng-readonly="isEdit" />
138
+															   name="fsbw" ng-readonly="isEdit" required />
139
 													</label>
139
 													</label>
140
 												</section>
140
 												</section>
141
 											</th>
141
 											</th>

+ 1 - 1
src/main/resources/static/app/system/views/org-edit.html

@@ -110,7 +110,7 @@
110
 											</label>
110
 											</label>
111
 										</section>
111
 										</section>
112
 										<section class="col col-4">
112
 										<section class="col col-4">
113
-											<label class="label">社会信用代码</label> 
113
+											<label class="label">社会信用代码<span style="color: red;">*</span></label> 
114
 											<label class="input"> 
114
 											<label class="input"> 
115
 												<input type="text" name="creditCode" ng-model="orgInfo.creditCode" maxlength="18" required />
115
 												<input type="text" name="creditCode" ng-model="orgInfo.creditCode" maxlength="18" required />
116
 											</label>
116
 											</label>