|
|
@@ -185,12 +185,12 @@
|
|
185
|
185
|
</th>
|
|
186
|
186
|
<th>
|
|
187
|
187
|
<label class="label"
|
|
188
|
|
- style="margin-top: 8px;text-align: left;white-space:nowrap;">通风作业人员:</label>
|
|
|
188
|
+ style="margin-top: 8px;text-align: left;white-space:nowrap;">通风作业人员:<span style="color: red;text-align: center; ">*</span></label>
|
|
189
|
189
|
</th>
|
|
190
|
190
|
<th colspan="2">
|
|
191
|
191
|
<label class="input">
|
|
192
|
192
|
<input id="verificationInputTfzyry" type="text" ng-model="aerationJob.tfzyry" ng-disabled="isNotEdit"
|
|
193
|
|
- name="tfzyry" class="form-control" style="display:inline-blok;border:1px soild #A90329" ng-blur="tfzyryBlur()">
|
|
|
193
|
+ name="tfzyry" class="form-control" style="display:inline-blok;border:1px soild #A90329" ng-blur="tfzyryBlur()" required />
|
|
194
|
194
|
</label>
|
|
195
|
195
|
<div style="color:#D56161;display:none;font-size:11px" id="verificationContainerTfzyry">不能填写“无”、“暂无”、“空”</div>
|
|
196
|
196
|
</th>
|
|
|
@@ -341,8 +341,8 @@
|
|
341
|
341
|
<option value="1">地槽</option>
|
|
342
|
342
|
<option value="2">地上笼</option>
|
|
343
|
343
|
<option value="3">移动式</option>
|
|
344
|
|
- <option value="4">内循环控温</option>
|
|
345
|
|
- <option value="5">空调控温通风</option>
|
|
|
344
|
+ <option value="4">箱式</option>
|
|
|
345
|
+ <option value="5">径向</option>
|
|
346
|
346
|
<option value="6">维持通风</option>
|
|
347
|
347
|
<option value="9">其他</option>
|
|
348
|
348
|
</select>
|
|
|
@@ -829,7 +829,7 @@
|
|
829
|
829
|
</th>
|
|
830
|
830
|
<th>
|
|
831
|
831
|
<label class="label"
|
|
832
|
|
- style="margin-top: 8px;text-align: left;">通风前平均粮温(℃)
|
|
|
832
|
+ style="margin-top: 8px;text-align: left;">作业前平均粮温(℃)
|
|
833
|
833
|
<span style="color: red;text-align: center; ">*</span></label>
|
|
834
|
834
|
</th>
|
|
835
|
835
|
<th>
|
|
|
@@ -846,7 +846,7 @@
|
|
846
|
846
|
<tr>
|
|
847
|
847
|
<th>
|
|
848
|
848
|
<label class="label"
|
|
849
|
|
- style="margin-top: 8px;text-align: right;">通风后平均粮温(℃)
|
|
|
849
|
+ style="margin-top: 8px;text-align: right;">结束后平均粮温(℃)
|
|
850
|
850
|
<span style="color: red;text-align: center; ">*</span></label>
|
|
851
|
851
|
</th>
|
|
852
|
852
|
<th>
|
|
|
@@ -1396,11 +1396,11 @@
|
|
1396
|
1396
|
<tr>
|
|
1397
|
1397
|
<th>
|
|
1398
|
1398
|
<label class="label"
|
|
1399
|
|
- style="margin-top: 8px;text-align: right;">通风前平均粮温(℃)</label>
|
|
|
1399
|
+ style="margin-top: 8px;text-align: right;">通风前平均粮温(℃)<span style="color: red;text-align: center; ">*</span></label>
|
|
1400
|
1400
|
</th>
|
|
1401
|
1401
|
<th >
|
|
1402
|
1402
|
<label class="input">
|
|
1403
|
|
- <input type="text" ng-model="aerationJob.oneTfqpjlw"
|
|
|
1403
|
+ <input type="text" ng-model="aerationJob.oneTfqpjlw" required
|
|
1404
|
1404
|
ng-disabled="isNotEdit" name="oneTfqpjlw" onblur="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"
|
|
1405
|
1405
|
class="form-control" />
|
|
1406
|
1406
|
</label>
|
|
|
@@ -1503,7 +1503,7 @@
|
|
1503
|
1503
|
</th>
|
|
1504
|
1504
|
<th>
|
|
1505
|
1505
|
<label class="label"
|
|
1506
|
|
- style="margin-top: 8px;text-align: right;">通风前平均粮温(℃)
|
|
|
1506
|
+ style="margin-top: 8px;text-align: right;">作业前平均粮温(℃)
|
|
1507
|
1507
|
<span style="color: red;text-align: center; ">*</span></label>
|
|
1508
|
1508
|
</th>
|
|
1509
|
1509
|
<th>
|
|
|
@@ -1515,7 +1515,7 @@
|
|
1515
|
1515
|
</th>
|
|
1516
|
1516
|
<th>
|
|
1517
|
1517
|
<label class="label"
|
|
1518
|
|
- style="margin-top: 8px;text-align: right;">通风后平均粮温(℃)
|
|
|
1518
|
+ style="margin-top: 8px;text-align: right;">结束后平均粮温(℃)
|
|
1519
|
1519
|
<span style="color: red;text-align: center; ">*</span></label>
|
|
1520
|
1520
|
</th>
|
|
1521
|
1521
|
<th>
|