|
|
@@ -77,11 +77,7 @@
|
|
77
|
77
|
</tr>
|
|
78
|
78
|
<tr>
|
|
79
|
79
|
<th>
|
|
80
|
|
- <label class="label" style="margin-top: 9px; text-align: center">粮食品种<span style="
|
|
81
|
|
- color: red;
|
|
82
|
|
- margin-left: 5px;
|
|
83
|
|
- text-align: center;
|
|
84
|
|
- ">*</span></label>
|
|
|
80
|
+ <label class="label" style="margin-top: 9px; text-align: center">粮食品种</label>
|
|
85
|
81
|
</th>
|
|
86
|
82
|
<th>
|
|
87
|
83
|
<section>
|
|
|
@@ -239,49 +235,36 @@
|
|
239
|
235
|
<label class="label" style="margin-top: 50%; text-align: center">作业过程记录</label>
|
|
240
|
236
|
</th>
|
|
241
|
237
|
<th>
|
|
242
|
|
- <label class="label" style="margin-top: 9px; text-align: center">初次施药时间<span style="color: red">*</span></label>
|
|
|
238
|
+ <label class="label" style="margin-top: 9px; text-align: center">初次施药时间</label>
|
|
243
|
239
|
</th>
|
|
244
|
240
|
<th>
|
|
245
|
241
|
<section>
|
|
246
|
242
|
<label class="input">
|
|
247
|
243
|
<input type="text" class="form-control" ng-model="fumigationProcess.firstUseDrugTime"
|
|
248
|
244
|
name="firstUseDrugTime" onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})"
|
|
249
|
|
- ng-disabled="isNotEdit" required />
|
|
|
245
|
+ ng-disabled="isNotEdit" />
|
|
250
|
246
|
</label>
|
|
251
|
247
|
</section>
|
|
252
|
248
|
</th>
|
|
253
|
249
|
<th>
|
|
254
|
|
- <label class="label" style="margin-top: 9px; text-align: center">初次单位剂量(g/m³)<span style="color: red">*</span></label>
|
|
|
250
|
+ <label class="label" style="margin-top: 9px; text-align: center">初次单位剂量(g/m³)</label>
|
|
255
|
251
|
</th>
|
|
256
|
252
|
<th>
|
|
257
|
253
|
<section>
|
|
258
|
254
|
<label class="input">
|
|
259
|
255
|
<input class="form-control" type="text" ng-model="fumigationProcess.firstUseDrugUnit"
|
|
260
|
|
- ng-readonly="isNotEdit" name="firstUseDrugUnit" validNumber="true" required />
|
|
|
256
|
+ ng-readonly="isNotEdit" name="firstUseDrugUnit" validNumber="true" />
|
|
261
|
257
|
</label>
|
|
262
|
258
|
</section>
|
|
263
|
259
|
</th>
|
|
264
|
260
|
<th>
|
|
265
|
|
- <label
|
|
266
|
|
- class="label"
|
|
267
|
|
- style="margin-top: 9px; text-align: center"
|
|
268
|
|
- >初次用药量(kg)<span style="color: red"
|
|
269
|
|
- >*</span
|
|
270
|
|
- ></label
|
|
271
|
|
- >
|
|
|
261
|
+ <label class="label" style="margin-top: 9px; text-align: center">初次用药量(kg)</label>
|
|
272
|
262
|
</th>
|
|
273
|
263
|
<th>
|
|
274
|
264
|
<section>
|
|
275
|
265
|
<label class="input">
|
|
276
|
|
- <input
|
|
277
|
|
- class="form-control"
|
|
278
|
|
- type="text"
|
|
279
|
|
- ng-model="fumigationProcess.firstUseDrugCount"
|
|
280
|
|
- ng-readonly="isNotEdit"
|
|
281
|
|
- name="firstUseDrugCount"
|
|
282
|
|
- validNumber="true"
|
|
283
|
|
- required
|
|
284
|
|
- />
|
|
|
266
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.firstUseDrugCount" ng-readonly="isNotEdit"
|
|
|
267
|
+ name="firstUseDrugCount" validNumber="true" />
|
|
285
|
268
|
</label>
|
|
286
|
269
|
</section>
|
|
287
|
270
|
</th>
|
|
|
@@ -289,24 +272,13 @@
|
|
289
|
272
|
|
|
290
|
273
|
<tr>
|
|
291
|
274
|
<th>
|
|
292
|
|
- <label
|
|
293
|
|
- class="label"
|
|
294
|
|
- style="margin-top: 9px; text-align: center"
|
|
295
|
|
- >环流时间(h)<span style="color: red">*</span></label
|
|
296
|
|
- >
|
|
|
275
|
+ <label class="label" style="margin-top: 9px; text-align: center">环流时间(h)</label>
|
|
297
|
276
|
</th>
|
|
298
|
277
|
<th>
|
|
299
|
278
|
<section>
|
|
300
|
279
|
<label class="input">
|
|
301
|
|
- <input
|
|
302
|
|
- class="form-control"
|
|
303
|
|
- type="text"
|
|
304
|
|
- ng-model="fumigationProcess.circulationUseTime"
|
|
305
|
|
- ng-readonly="isNotEdit"
|
|
306
|
|
- name="circulationUseTime"
|
|
307
|
|
- validNumber="true"
|
|
308
|
|
- required
|
|
309
|
|
- />
|
|
|
280
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.circulationUseTime" ng-readonly="isNotEdit"
|
|
|
281
|
+ name="circulationUseTime" validNumber="true" />
|
|
310
|
282
|
</label>
|
|
311
|
283
|
</section>
|
|
312
|
284
|
</th>
|
|
|
@@ -377,23 +349,14 @@
|
|
377
|
349
|
</section>
|
|
378
|
350
|
</th>
|
|
379
|
351
|
<th>
|
|
380
|
|
- <label
|
|
381
|
|
- class="label"
|
|
382
|
|
- style="margin-top: 9px; text-align: center"
|
|
383
|
|
- >最后补药量(kg)</label
|
|
384
|
|
- >
|
|
|
352
|
+ <label class="label" style="margin-top: 9px; text-align: center">最后补药量(kg)</label>
|
|
385
|
353
|
</th>
|
|
386
|
354
|
<th>
|
|
387
|
355
|
<section>
|
|
388
|
356
|
<label class="input">
|
|
389
|
|
- <input
|
|
390
|
|
- class="form-control"
|
|
391
|
|
- type="text"
|
|
|
357
|
+ <input class="form-control" type="text"
|
|
392
|
358
|
ng-model="fumigationProcess.lastSupplementDrugCount"
|
|
393
|
|
- ng-readonly="isNotEdit"
|
|
394
|
|
- name="lastSupplementDrugCount"
|
|
395
|
|
- validNumber="true"
|
|
396
|
|
- />
|
|
|
359
|
+ ng-readonly="isNotEdit" name="lastSupplementDrugCount" validNumber="true" />
|
|
397
|
360
|
</label>
|
|
398
|
361
|
</section>
|
|
399
|
362
|
</th>
|
|
|
@@ -422,26 +385,13 @@
|
|
422
|
385
|
|
|
423
|
386
|
<tr>
|
|
424
|
387
|
<th>
|
|
425
|
|
- <label
|
|
426
|
|
- class="label"
|
|
427
|
|
- style="margin-top: 9px; text-align: center"
|
|
428
|
|
- >总补药量(kg)<span style="color: red"
|
|
429
|
|
- >*</span
|
|
430
|
|
- ></label
|
|
431
|
|
- >
|
|
|
388
|
+ <label class="label" style="margin-top: 9px; text-align: center">总补药量(kg)</label>
|
|
432
|
389
|
</th>
|
|
433
|
390
|
<th>
|
|
434
|
391
|
<section>
|
|
435
|
392
|
<label class="input">
|
|
436
|
|
- <input
|
|
437
|
|
- class="form-control"
|
|
438
|
|
- type="text"
|
|
439
|
|
- ng-model="fumigationProcess.totalSupplementDrugCount"
|
|
440
|
|
- ng-readonly="isNotEdit"
|
|
441
|
|
- name="totalSupplementDrugCount"
|
|
442
|
|
- validNumber="true"
|
|
443
|
|
- required
|
|
444
|
|
- />
|
|
|
393
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.totalSupplementDrugCount"
|
|
|
394
|
+ ng-readonly="isNotEdit" name="totalSupplementDrugCount" validNumber="true" />
|
|
445
|
395
|
</label>
|
|
446
|
396
|
</section>
|
|
447
|
397
|
</th>
|
|
|
@@ -1018,123 +968,60 @@
|
|
1018
|
968
|
<label class="label" style="margin-top: 50%; text-align: center" >散气情况</label>
|
|
1019
|
969
|
</th>
|
|
1020
|
970
|
<th>
|
|
1021
|
|
- <label
|
|
1022
|
|
- label
|
|
1023
|
|
- class="label"
|
|
1024
|
|
- style="margin-top: 9px; text-align: center"
|
|
1025
|
|
- >散气开始时间<span style="color: red"
|
|
1026
|
|
- >*</span
|
|
1027
|
|
- ></label
|
|
1028
|
|
- >
|
|
|
971
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气开始时间</label>
|
|
1029
|
972
|
</th>
|
|
1030
|
973
|
<th>
|
|
1031
|
974
|
<section>
|
|
1032
|
975
|
<label class="input">
|
|
1033
|
|
- <input
|
|
1034
|
|
- type="text"
|
|
1035
|
|
- class="form-control"
|
|
1036
|
|
- ng-model="fumigationProcess.bulkStartTime"
|
|
1037
|
|
- name="bulkStartTime"
|
|
1038
|
|
- onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})"
|
|
1039
|
|
- ng-disabled="isNotEdit"
|
|
1040
|
|
- required
|
|
1041
|
|
- />
|
|
|
976
|
+ <input type="text" class="form-control" ng-model="fumigationProcess.bulkStartTime" name="bulkStartTime"
|
|
|
977
|
+ onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})" ng-disabled="isNotEdit" />
|
|
1042
|
978
|
</label>
|
|
1043
|
979
|
</section>
|
|
1044
|
980
|
</th>
|
|
1045
|
981
|
<th>
|
|
1046
|
|
- <label
|
|
1047
|
|
- label
|
|
1048
|
|
- class="label"
|
|
1049
|
|
- style="margin-top: 9px; text-align: center"
|
|
1050
|
|
- >散气结束时间<span style="color: red"
|
|
1051
|
|
- >*</span
|
|
1052
|
|
- ></label
|
|
1053
|
|
- >
|
|
|
982
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气结束时间</label>
|
|
1054
|
983
|
</th>
|
|
1055
|
984
|
<th>
|
|
1056
|
985
|
<section>
|
|
1057
|
986
|
<label class="input">
|
|
1058
|
|
- <input
|
|
1059
|
|
- type="text"
|
|
1060
|
|
- class="form-control"
|
|
1061
|
|
- ng-model="fumigationProcess.bulkEndTime"
|
|
1062
|
|
- name="bulkEndTime"
|
|
1063
|
|
- onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})"
|
|
1064
|
|
- ng-disabled="isNotEdit"
|
|
1065
|
|
- required
|
|
1066
|
|
- />
|
|
|
987
|
+ <input type="text" class="form-control" ng-model="fumigationProcess.bulkEndTime" name="bulkEndTime"
|
|
|
988
|
+ onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})" ng-disabled="isNotEdit" />
|
|
1067
|
989
|
</label>
|
|
1068
|
990
|
</section>
|
|
1069
|
991
|
</th>
|
|
1070
|
992
|
<th>
|
|
1071
|
|
- <label
|
|
1072
|
|
- label
|
|
1073
|
|
- class="label"
|
|
1074
|
|
- style="margin-top: 9px; text-align: center"
|
|
1075
|
|
- >散气日期<span style="color: red">*</span></label
|
|
1076
|
|
- >
|
|
|
993
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气日期</label>
|
|
1077
|
994
|
</th>
|
|
1078
|
995
|
<th>
|
|
1079
|
996
|
<section>
|
|
1080
|
997
|
<label class="input">
|
|
1081
|
|
- <input
|
|
1082
|
|
- type="text"
|
|
1083
|
|
- class="form-control"
|
|
1084
|
|
- ng-model="fumigationProcess.perforatedDate"
|
|
1085
|
|
- name="perforatedDate"
|
|
1086
|
|
- onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})"
|
|
1087
|
|
- ng-disabled="isNotEdit"
|
|
1088
|
|
- required
|
|
1089
|
|
- />
|
|
|
998
|
+ <input type="text" class="form-control" ng-model="fumigationProcess.perforatedDate"
|
|
|
999
|
+ name="perforatedDate" onClick="WdatePicker({lang:'zh-cn', dateFmt:'yyyy-MM-dd HH:mm:ss'})"
|
|
|
1000
|
+ ng-disabled="isNotEdit" />
|
|
1090
|
1001
|
</label>
|
|
1091
|
1002
|
</section>
|
|
1092
|
1003
|
</th>
|
|
1093
|
1004
|
<th>
|
|
1094
|
|
- <label
|
|
1095
|
|
- label
|
|
1096
|
|
- class="label"
|
|
1097
|
|
- style="margin-top: 9px; text-align: center"
|
|
1098
|
|
- >散气持续天数(天)</label
|
|
1099
|
|
- >
|
|
|
1005
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气持续天数(天)<span style="color: red;">*</span></label>
|
|
1100
|
1006
|
</th>
|
|
1101
|
1007
|
<th>
|
|
1102
|
1008
|
<section>
|
|
1103
|
1009
|
<label class="input">
|
|
1104
|
|
- <input
|
|
1105
|
|
- class="form-control"
|
|
1106
|
|
- type="text"
|
|
1107
|
|
- ng-model="fumigationProcess.perforatedDays"
|
|
1108
|
|
- ng-readonly="isNotEdit"
|
|
1109
|
|
- name="perforatedDays"
|
|
1110
|
|
- validInteger="true"
|
|
1111
|
|
- required
|
|
1112
|
|
- />
|
|
|
1010
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.perforatedDays"
|
|
|
1011
|
+ ng-readonly="isNotEdit" name="perforatedDays" validInteger="true" required />
|
|
1113
|
1012
|
</label>
|
|
1114
|
1013
|
</section>
|
|
1115
|
1014
|
</th>
|
|
1116
|
1015
|
</tr>
|
|
1117
|
1016
|
<tr>
|
|
1118
|
1017
|
<th>
|
|
1119
|
|
- <label
|
|
1120
|
|
- label
|
|
1121
|
|
- class="label"
|
|
1122
|
|
- style="margin-top: 9px; text-align: center"
|
|
1123
|
|
- >密闭时间(天)</label
|
|
1124
|
|
- >
|
|
|
1018
|
+ <label class="label" style="margin-top: 9px; text-align: center">密闭时间(天)</label>
|
|
1125
|
1019
|
</th>
|
|
1126
|
1020
|
<th>
|
|
1127
|
1021
|
<section>
|
|
1128
|
1022
|
<label class="input">
|
|
1129
|
|
- <input
|
|
1130
|
|
- class="form-control"
|
|
1131
|
|
- type="text"
|
|
1132
|
|
- ng-model="fumigationProcess.closedTime"
|
|
1133
|
|
- ng-readonly="isNotEdit"
|
|
1134
|
|
- name="closedTime"
|
|
1135
|
|
- validInteger="true"
|
|
1136
|
|
- required
|
|
1137
|
|
- />
|
|
|
1023
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.closedTime"
|
|
|
1024
|
+ ng-readonly="isNotEdit" name="closedTime" validInteger="true" />
|
|
1138
|
1025
|
</label>
|
|
1139
|
1026
|
</section>
|
|
1140
|
1027
|
</th>
|
|
|
@@ -1161,124 +1048,59 @@
|
|
1161
|
1048
|
</section>
|
|
1162
|
1049
|
</th>
|
|
1163
|
1050
|
<th>
|
|
1164
|
|
- <label
|
|
1165
|
|
- label
|
|
1166
|
|
- class="label"
|
|
1167
|
|
- style="margin-top: 9px; text-align: center"
|
|
1168
|
|
- >散气结束前磷化氢浓度(ppm)<span style="color: red"
|
|
1169
|
|
- >*</span
|
|
1170
|
|
- ></label
|
|
1171
|
|
- >
|
|
|
1051
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气结束前磷化氢浓度(ppm)</label>
|
|
1172
|
1052
|
</th>
|
|
1173
|
1053
|
<th>
|
|
1174
|
1054
|
<section>
|
|
1175
|
1055
|
<label class="input">
|
|
1176
|
|
- <input
|
|
1177
|
|
- class="form-control"
|
|
1178
|
|
- type="text"
|
|
1179
|
|
- ng-model="fumigationProcess.perforatedBefore"
|
|
1180
|
|
- ng-readonly="isNotEdit"
|
|
1181
|
|
- name="perforatedBefore"
|
|
1182
|
|
- validNumber="true"
|
|
1183
|
|
- required
|
|
1184
|
|
- />
|
|
|
1056
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.perforatedBefore"
|
|
|
1057
|
+ ng-readonly="isNotEdit" name="perforatedBefore" validNumber="true" />
|
|
1185
|
1058
|
</label>
|
|
1186
|
1059
|
</section>
|
|
1187
|
1060
|
</th>
|
|
1188
|
1061
|
<th>
|
|
1189
|
|
- <label
|
|
1190
|
|
- label
|
|
1191
|
|
- class="label"
|
|
1192
|
|
- style="margin-top: 9px; text-align: center"
|
|
1193
|
|
- >散气结束时磷化氢浓度(ppm)<span style="color: red"
|
|
1194
|
|
- >*</span
|
|
1195
|
|
- ></label
|
|
1196
|
|
- >
|
|
|
1062
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气结束时磷化氢浓度(ppm)</label>
|
|
1197
|
1063
|
</th>
|
|
1198
|
1064
|
<th>
|
|
1199
|
1065
|
<section>
|
|
1200
|
1066
|
<label class="input">
|
|
1201
|
|
- <input
|
|
1202
|
|
- class="form-control"
|
|
1203
|
|
- type="text"
|
|
1204
|
|
- ng-model="fumigationProcess.perforatedEnd"
|
|
1205
|
|
- ng-readonly="isNotEdit"
|
|
1206
|
|
- name="perforatedEnd"
|
|
1207
|
|
- validNumber="true"
|
|
1208
|
|
- required
|
|
1209
|
|
- />
|
|
|
1067
|
+ <input class="form-control" type="text"
|
|
|
1068
|
+ ng-model="fumigationProcess.perforatedEnd" ng-readonly="isNotEdit" name="perforatedEnd" validNumber="true" />
|
|
1210
|
1069
|
</label>
|
|
1211
|
1070
|
</section>
|
|
1212
|
1071
|
</th>
|
|
1213
|
1072
|
</tr>
|
|
1214
|
1073
|
<tr>
|
|
1215
|
1074
|
<th>
|
|
1216
|
|
- <label
|
|
1217
|
|
- label
|
|
1218
|
|
- class="label"
|
|
1219
|
|
- style="margin-top: 9px; text-align: center"
|
|
1220
|
|
- >散气方法<span style="color: red">*</span></label
|
|
1221
|
|
- >
|
|
|
1075
|
+ <label class="label" style="margin-top: 9px; text-align: center">散气方法<span style="color: red">*</span></label>
|
|
1222
|
1076
|
</th>
|
|
1223
|
1077
|
<th>
|
|
1224
|
1078
|
<section>
|
|
1225
|
1079
|
<label class="input">
|
|
1226
|
|
- <input
|
|
1227
|
|
- class="form-control"
|
|
1228
|
|
- type="text"
|
|
1229
|
|
- ng-model="fumigationProcess.bulkGasType"
|
|
1230
|
|
- ng-readonly="isNotEdit"
|
|
1231
|
|
- name="bulkGasType"
|
|
1232
|
|
- required
|
|
1233
|
|
- />
|
|
|
1080
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.bulkGasType"
|
|
|
1081
|
+ ng-readonly="isNotEdit" name="bulkGasType" required />
|
|
1234
|
1082
|
</label>
|
|
1235
|
1083
|
</section>
|
|
1236
|
1084
|
</th>
|
|
1237
|
1085
|
<th>
|
|
1238
|
|
- <label
|
|
1239
|
|
- label
|
|
1240
|
|
- class="label"
|
|
1241
|
|
- style="margin-top: 9px; text-align: center"
|
|
1242
|
|
- >药剂残留率(ppm)<span style="color: red"
|
|
1243
|
|
- >*</span
|
|
1244
|
|
- ></label
|
|
1245
|
|
- >
|
|
|
1086
|
+ <label class="label" style="margin-top: 9px; text-align: center">药剂残留率(ppm)</label>
|
|
1246
|
1087
|
</th>
|
|
1247
|
1088
|
<th>
|
|
1248
|
1089
|
<section>
|
|
1249
|
1090
|
<label class="input">
|
|
1250
|
|
- <input
|
|
1251
|
|
- class="form-control"
|
|
1252
|
|
- type="text"
|
|
1253
|
|
- ng-model="fumigationProcess.drugResidueRate"
|
|
1254
|
|
- ng-readonly="isNotEdit"
|
|
1255
|
|
- name="drugResidueRate"
|
|
1256
|
|
- validNumber="true"
|
|
1257
|
|
- required
|
|
1258
|
|
- />
|
|
|
1091
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.drugResidueRate"
|
|
|
1092
|
+ ng-readonly="isNotEdit" name="drugResidueRate" validNumber="true" />
|
|
1259
|
1093
|
</label>
|
|
1260
|
1094
|
</section>
|
|
1261
|
1095
|
</th>
|
|
1262
|
1096
|
<th>
|
|
1263
|
|
- <label
|
|
1264
|
|
- label
|
|
1265
|
|
- class="label"
|
|
1266
|
|
- style="margin-top: 9px; text-align: center"
|
|
1267
|
|
- >批准人</label
|
|
1268
|
|
- >
|
|
|
1097
|
+ <label class="label" style="margin-top: 9px; text-align: center">批准人</label>
|
|
1269
|
1098
|
</th>
|
|
1270
|
1099
|
<th>
|
|
1271
|
1100
|
<section>
|
|
1272
|
1101
|
<label class="input">
|
|
1273
|
|
- <input
|
|
1274
|
|
- class="form-control"
|
|
1275
|
|
- type="text"
|
|
1276
|
|
- ng-model="fumigationProcess.perforatedApprover"
|
|
1277
|
|
- ng-readonly="isNotEdit"
|
|
1278
|
|
- name="perforatedApprover"
|
|
1279
|
|
- setState="true"
|
|
1280
|
|
- required
|
|
1281
|
|
- />
|
|
|
1102
|
+ <input class="form-control" type="text" ng-model="fumigationProcess.perforatedApprover"
|
|
|
1103
|
+ ng-readonly="isNotEdit" name="perforatedApprover" setState="true" />
|
|
1282
|
1104
|
</label>
|
|
1283
|
1105
|
</section>
|
|
1284
|
1106
|
</th>
|