Selaa lähdekoodia

增加字段,校验

gaodandan 5 vuotta sitten
vanhempi
commit
7a860ee223

+ 6 - 0
src/main/resources/static/app/business/customer/controller/customerSaveCtrl.js

@@ -52,6 +52,12 @@ angular.module('app.business').controller("customerSaveCtrl", function($scope, $
52 52
     	return this.optional(element)||(checkNumber.test(value));  
53 53
     },"请输入18位的信用代码!");
54 54
     
55
+    $.validator.addMethod("validSjh",function(value,element, params) {
56
+    	//var checkNumber = /^(((\\+\\d{2}-)?0\\d{2,3}-\\d{7,8})|(([1][3,4,5,7,8,9][0-9]\\d{8})))$/g; 
57
+    	var checkNumber = /^(13[0-9]{9}$|14[0-9]{9}|15[0-9]{9}$|18[0-9]{9})$|(^(0\d{10})|^(0\d{2}-\d{8}))$/g;
58
+    	return this.optional(element)||(checkNumber.test(value));  
59
+    },"请输入正确的手机号!");
60
+    
55 61
     
56 62
     // 返回.
57 63
    /* $scope.retList = function () {

+ 17 - 4
src/main/resources/static/app/business/customer/views/customer-edit.html

@@ -78,7 +78,7 @@
78 78
                                             <label class="label">手机号<span style="color: red;">*</span></label>
79 79
                                             <label class="input"> 
80 80
                                                 <input class="form-control" type="text" ng-model="customer.mobile" ng-readonly="isNotEdit" name="mobile"
81
-                                                required>
81
+                                                validSjh=true required>
82 82
                                             </label>
83 83
                                         </section>
84 84
                                         <section class="col col-4">
@@ -107,9 +107,22 @@
107 107
                                         </section>
108 108
                                         <section class="col col-4">
109 109
                                             <label class="label">开户行名称</label> 
110
-                                            <label class="input"> 
110
+                                            <!-- <label class="input"> 
111 111
                                                 <input class="form-control" type="text" ng-model="customer.bankName" ng-readonly="isNotEdit" name="bankName">
112
-                                            </label>
112
+                                            </label> -->
113
+                                            <label class="select"> 
114
+				                                      <select ng-model="customer.bankName"  name="bankName" ng-disabled="isNotEdit">
115
+				                                             <option value="">--请选择--</option>
116
+				                                             <option value="中国工商银行">中国工商银行</option>
117
+				                                             <option value="中国农业银行">中国农业银行</option>
118
+				                                             <option value="中国银行">中国银行</option>
119
+				                                             <option value="中国建设银行">中国建设银行</option>
120
+				                                             <option value="农村商业银行">农村商业银行</option>
121
+				                                             <option value="农村信用合作社">农村信用合作社</option>
122
+				                                             <option value="中国邮政储蓄">中国邮政储蓄</option>
123
+				                                             <option value="其它银行">其它银行</option>
124
+				                                             </select><i></i>
125
+				                            </label>
113 126
                                         </section>
114 127
                                         <section class="col col-4">
115 128
                                             <label class="label">银行账户名称</label> 
@@ -248,7 +261,7 @@
248 261
                                             <label class="label">企业电话<span style="color: red;">*</span></label>
249 262
                                             <label class="input"> 
250 263
                                                 <input class="form-control" type="text" ng-model="customer.enterprisePhone" ng-readonly="isNotEdit" name="enterprisePhone"
251
-                                                required>
264
+                                                validSjh=true required>
252 265
                                             </label>
253 266
                                         </section>
254 267
                                     </div>

+ 224 - 4
src/main/resources/static/app/intelligent/aeration/views/aerationTaskApply-edit.html

@@ -215,9 +215,7 @@
215 215
 													</select>
216 216
 												</label>
217 217
 											</th>
218
-										</tr>
219
-										<tr>
220
-										    <th>
218
+											<th>
221 219
 												<label class="label" style="margin-top: 9px;text-align: right;">通风目的:</label>
222 220
 											</th>
223 221
 											<th>
@@ -229,6 +227,17 @@
229 227
 													</select>
230 228
 												</label>
231 229
 											</th>
230
+										</tr>
231
+										<tr>
232
+										    <th>
233
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">通风作业负责人:<span style="color: red;">*</span></label>
234
+											</th>
235
+											<th>
236
+												<label class="input">
237
+													<input type="text" ng-model="taskApplyPlan.tfzyfzr" ng-readonly="isNotEdit"
238
+													name="tfzyfzr" class="form-control" required/>
239
+												</label>
240
+											</th>
232 241
 											<th>
233 242
 												<label class="label" class="label" style="margin-top: 9px;text-align: right;">申请人:</label>
234 243
 											</th>
@@ -249,12 +258,223 @@
249 258
 													name="applyTime" class="form-control datepicker" />
250 259
 												</label>
251 260
 											</th>
261
+											<th>
262
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">粮堆孔隙度:</label>
263
+											</th>
264
+											<th>
265
+												<label class="input">
266
+													<input type="number" ng-model="taskApplyPlan.ldkxd" ng-readonly="isNotEdit"
267
+													name="ldkxd" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
268
+												</label>
269
+											</th>
270
+										</tr>
271
+										<tr>
272
+											<th>
273
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">通风类型:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
274
+											</th>
275
+											<th>
276
+												<label class="select">
277
+													<select ng-model="taskApplyPlan.tflx" required name="tflx"
278
+													class="form-control" ng-disabled="isNotEdit">
279
+														<option value="">--请选择--</option>
280
+														<option value="1">自然空气通风</option>
281
+														<option value="2">加热空气通风</option>
282
+														<option value="3">冷却空气通风</option>
283
+														<option value="4">内循环控温</option>
284
+														<option value="5">空调控温通风</option>
285
+														<option value="6">维持通风</option>
286
+													</select>
287
+												</label>
288
+											</th>
289
+											<th>
290
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">风网类型:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
291
+											</th>
292
+											<th>
293
+												<label class="select">
294
+													<select ng-model="taskApplyPlan.fwlx" required name="fwlx"
295
+													class="form-control" ng-disabled="isNotEdit">
296
+														<option value="">--请选择--</option>
297
+														<option value="1">地槽</option>
298
+														<option value="2">地上笼</option>
299
+														<option value="3">移动式</option>
300
+														<option value="4">内循环控温</option>
301
+														<option value="5">空调控温通风</option>
302
+														<option value="6">维持通风</option>
303
+														<option value="9">其他</option>
304
+													</select>
305
+												</label>
306
+											</th>
307
+											<th>
308
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">风网设置方式:</label>
309
+											</th>
310
+											<th>
311
+												<label class="input">
312
+													<input type="text" ng-model="taskApplyPlan.fwszfs" ng-readonly="isNotEdit"
313
+													name="fwszfs" class="form-control" />
314
+												</label>
315
+											</th>
316
+											<th>
317
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">主风道截面积:</label>
318
+											</th>
319
+											<th>
320
+												<label class="input">
321
+													<input type="text" ng-model="taskApplyPlan.zfdjmj" ng-readonly="isNotEdit"
322
+													name="zfdjmj" class="form-control" />
323
+												</label>
324
+											</th>
325
+										</tr>
326
+										<tr>
327
+											<th>
328
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">风网开孔率:</label>
329
+											</th>
330
+											<th>
331
+												<label class="input">
332
+													<input type="number" ng-model="taskApplyPlan.fwkkl" ng-readonly="isNotEdit"
333
+													name="fwkkl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
334
+												</label>
335
+											</th>
336
+											<th>
337
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">空气途径比:</label>
338
+											</th>
339
+											<th>
340
+												<label class="input">
341
+													<input type="number" ng-model="taskApplyPlan.kqtjb" ng-readonly="isNotEdit"
342
+													name="kqtjb" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
343
+												</label>
344
+											</th>
345
+											<th>
346
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">通风口设置个数:</label>
347
+											</th>
348
+											<th>
349
+												<label class="input">
350
+													<input type="number" ng-model="taskApplyPlan.tfkszgs" ng-readonly="isNotEdit"
351
+													name="tfkszgs" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
352
+												</label>
353
+											</th>
354
+											<th>
355
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">通风机型号:</label>
356
+											</th>
357
+											<th>
358
+												<label class="input">
359
+													<input type="text" ng-model="taskApplyPlan.tfjxh" ng-readonly="isNotEdit"
360
+													name="tfjxh" class="form-control" />
361
+												</label>
362
+											</th>
363
+										</tr>
364
+										<tr>
365
+											
366
+											<th>
367
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">通风机台数:</label>
368
+											</th>
369
+											<th>
370
+												<label class="input">
371
+													<input type="number" ng-model="taskApplyPlan.tfjts" ng-readonly="isNotEdit"
372
+													name="tfjts" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
373
+												</label>
374
+											</th>
375
+											<th>
376
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单台风机额定全压:</label>
377
+											</th>
378
+											<th>
379
+												<label class="input">
380
+													<input type="number" ng-model="taskApplyPlan.dtfjedqy" ng-readonly="isNotEdit"
381
+													name="dtfjedqy" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
382
+												</label>
383
+											</th>
384
+											<th>
385
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单台风机额定风量:</label>
386
+											</th>
387
+											<th>
388
+												<label class="input">
389
+													<input type="number" ng-model="taskApplyPlan.dtfjedfl" ng-readonly="isNotEdit"
390
+													name="dtfjedfl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
391
+												</label>
392
+											</th>
393
+											<th>
394
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单台风机额定功率:</label>
395
+											</th>
396
+											<th>
397
+												<label class="input">
398
+													<input type="number" ng-model="taskApplyPlan.dtfjedgl" ng-readonly="isNotEdit"
399
+													name="dtfjedgl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
400
+												</label>
401
+											</th>
402
+										</tr>
403
+										<tr>
404
+											
405
+											<th>
406
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">送风方式:<span style="color: red;">*</span></label>
407
+											</th>
408
+											<th>
409
+												<label class="select">
410
+													<select ng-model="taskApplyPlan.sffs" required name="sffs"
411
+													class="form-control" ng-disabled="isNotEdit">
412
+														<option value="">--请选择--</option>
413
+														<option value="1">压入式通风</option>
414
+														<option value="2">吸出式通风</option>
415
+														<option value="3">压入与吸出相结合式通风 </option>
416
+														<option value="4">环流通风</option>
417
+														<option value="9">其他</option>
418
+													</select>
419
+												</label>
420
+											</th>
421
+											<th>
422
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单台风机实测风量:</label>
423
+											</th>
424
+											<th>
425
+												<label class="input">
426
+													<input type="number" ng-model="taskApplyPlan.dtfjscfl" ng-readonly="isNotEdit"
427
+													name="dtfjscfl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
428
+												</label>
429
+											</th>
430
+											<th>
431
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单台风机轴功率:</label>
432
+											</th>
433
+											<th>
434
+												<label class="input">
435
+													<input type="number" ng-model="taskApplyPlan.dtfjzgl" ng-readonly="isNotEdit"
436
+													name="dtfjzgl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
437
+												</label>
438
+											</th>
439
+											<th>
440
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">总风量:</label>
441
+											</th>
442
+											<th>
443
+												<label class="input">
444
+													<input type="number" ng-model="taskApplyPlan.zfl" ng-readonly="isNotEdit"
445
+													name="zfl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
446
+												</label>
447
+											</th>
448
+										</tr>
449
+										<tr>
450
+											<th>
451
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">单位通风量:</label>
452
+											</th>
453
+											<th>
454
+												<label class="input">
455
+													<input type="number" ng-model="taskApplyPlan.dwtfl" ng-readonly="isNotEdit"
456
+													name="dwtfl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
457
+												</label>
458
+											</th>
459
+											<th>
460
+												<label class="label" class="label" style="margin-top: 9px;text-align: right;">实测系统阻力:</label>
461
+											</th>
462
+											<th>
463
+												<label class="input">
464
+													<input type="number" ng-model="taskApplyPlan.scxtzl" ng-readonly="isNotEdit"
465
+													name="scxtzl" class="form-control" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"/>
466
+												</label>
467
+											</th>
468
+											<th></th>
469
+											<th></th>
470
+											<th></th>
471
+											<th></th>
252 472
 										</tr>
253 473
 										<tr>
254 474
 											<th>
255 475
 												<label class="label" class="label" style="margin-top: 9px;text-align: right;">备注:</label>
256 476
 											</th>
257
-											<th colspan="5">
477
+											<th colspan="7">
258 478
 												<label class="textarea">
259 479
 													<textarea rows="5" ng-model="taskApplyPlan.remark" ng-readonly="isNotEdit" name="remark" oninput="if(value.length>255) value=value.slice(0,255)"></textarea>
260 480
 												</label>

+ 300 - 0
src/main/resources/static/app/storage/views/qualitycheck/qualitycheck-firstcheck-edit.html

@@ -179,6 +179,66 @@
179 179
 														</select> <i></i> </label>
180 180
 												</label>
181 181
 											</section>
182
+											<section class="col col-3">
183
+												<label class="select">
184
+													<label class="label">指标类别:<span style="color: red;">*</span></label>
185
+													<label class="select">
186
+														<select name="zblb" ng-model="qualitycheck.zblb" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
187
+															<option value="">请选择</option>
188
+															<option value="1">质量指标检验</option>
189
+															<option value="2">储存品质检验</option>
190
+															<option value="3">食品安全检验</option>
191
+														</select> <i></i> </label>
192
+												</label>
193
+											</section>
194
+											<section class="col col-3">
195
+												<label class="label">扦样单编号:</label>
196
+												<label class="input">
197
+													<input type="text" ng-model="qualitycheck.qydbh" ng-readonly="isNotEdit" name="qydbh"
198
+														   placeholder="扦样单编号">
199
+												</label>
200
+											</section>
201
+											<section class="col col-3">
202
+												<label class="label">扦样时间:<span style="color: red;">*</span></label>
203
+												<label class="input">
204
+													<input type="text" ng-model="qualitycheck.qysj" ng-readonly="isNotEdit" name="qysj" data-smart-datepicker
205
+														   placeholder="扦样时间" required>
206
+												</label>
207
+											</section>
208
+										</div>
209
+										<div class="row">
210
+											<section class="col col-3">
211
+												<label class="label">扦样区域:<span style="color: red;">*</span></label>
212
+												<label class="input">
213
+													<input type="text" ng-model="qualitycheck.qyqy" ng-readonly="isNotEdit" name="qyqy"
214
+														   placeholder="扦样区域" required>
215
+												</label>
216
+											</section>
217
+											<section class="col col-3">
218
+												<label class="select">
219
+													<label class="label">监督人姓名:</label>
220
+													<label class="input">
221
+													<input type="text" ng-model="qualitycheck.jdrxm" ng-readonly="isNotEdit" name="jdrxm"  placeholder="监督人姓名">
222
+													</label>
223
+												</label>
224
+													
225
+											</section>
226
+											<section class="col col-3">
227
+												<label class="label">样品编号:</label>
228
+												<label class="input">
229
+													<input type="text" ng-model="qualitycheck.ypbh" ng-readonly="isNotEdit" name="ypbh"
230
+														   placeholder="样品编号">
231
+												</label>
232
+											</section>
233
+											<section class="col col-3">
234
+												<label class="label">是否正常存储年限:<span style="color: red;">*</span></label>
235
+												<label class="select">
236
+														<select name="sfzcccnx" ng-model="qualitycheck.sfzcccnx" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
237
+															<option value="">请选择</option>
238
+															<option value="0">否</option>
239
+															<option value="1">是</option>
240
+														</select> <i></i> </label>
241
+											</section>
182 242
 										</div>
183 243
 									</fieldset>
184 244
 
@@ -424,6 +484,66 @@
424 484
 														</select> <i></i> </label>
425 485
 												</label>
426 486
 											</section>
487
+											<section class="col col-3">
488
+												<label class="select">
489
+													<label class="label">指标类别:<span style="color: red;">*</span></label>
490
+													<label class="select">
491
+														<select name="zblb" ng-model="qualitycheck.zblb" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
492
+															<option value="">请选择</option>
493
+															<option value="1">质量指标检验</option>
494
+															<option value="2">储存品质检验</option>
495
+															<option value="3">食品安全检验</option>
496
+														</select> <i></i> </label>
497
+												</label>
498
+											</section>
499
+											<section class="col col-3">
500
+												<label class="label">扦样单编号:</label>
501
+												<label class="input">
502
+													<input type="text" ng-model="qualitycheck.qydbh" ng-readonly="isNotEdit" name="qydbh"
503
+														   placeholder="扦样单编号">
504
+												</label>
505
+											</section>
506
+											<section class="col col-3">
507
+												<label class="label">扦样时间:<span style="color: red;">*</span></label>
508
+												<label class="input">
509
+													<input type="text" ng-model="qualitycheck.qysj" ng-readonly="isNotEdit" name="qysj" data-smart-datepicker
510
+														   placeholder="扦样时间" required>
511
+												</label>
512
+											</section>
513
+										</div>
514
+										<div class="row">
515
+											<section class="col col-3">
516
+												<label class="label">扦样区域:<span style="color: red;">*</span></label>
517
+												<label class="input">
518
+													<input type="text" ng-model="qualitycheck.qyqy" ng-readonly="isNotEdit" name="qyqy"
519
+														   placeholder="扦样区域" required>
520
+												</label>
521
+											</section>
522
+											<section class="col col-3">
523
+												<label class="select">
524
+													<label class="label">监督人姓名:</label>
525
+													<label class="input">
526
+													<input type="text" ng-model="qualitycheck.jdrxm" ng-readonly="isNotEdit" name="jdrxm"  placeholder="监督人姓名">
527
+													</label>
528
+												</label>
529
+													
530
+											</section>
531
+											<section class="col col-3">
532
+												<label class="label">样品编号:</label>
533
+												<label class="input">
534
+													<input type="text" ng-model="qualitycheck.ypbh" ng-readonly="isNotEdit" name="ypbh"
535
+														   placeholder="样品编号">
536
+												</label>
537
+											</section>
538
+											<section class="col col-3">
539
+												<label class="label">是否正常存储年限:<span style="color: red;">*</span></label>
540
+												<label class="select">
541
+														<select name="sfzcccnx" ng-model="qualitycheck.sfzcccnx" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
542
+															<option value="">请选择</option>
543
+															<option value="0">否</option>
544
+															<option value="1">是</option>
545
+														</select> <i></i> </label>
546
+											</section>
427 547
 										</div>
428 548
 									</fieldset>
429 549
 
@@ -662,6 +782,66 @@
662 782
 														</select> <i></i> </label>
663 783
 												</label>
664 784
 											</section>
785
+											<section class="col col-3">
786
+												<label class="select">
787
+													<label class="label">指标类别:<span style="color: red;">*</span></label>
788
+													<label class="select">
789
+														<select name="zblb" ng-model="qualitycheck.zblb" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
790
+															<option value="">请选择</option>
791
+															<option value="1">质量指标检验</option>
792
+															<option value="2">储存品质检验</option>
793
+															<option value="3">食品安全检验</option>
794
+														</select> <i></i> </label>
795
+												</label>
796
+											</section>
797
+											<section class="col col-3">
798
+												<label class="label">扦样单编号:</label>
799
+												<label class="input">
800
+													<input type="text" ng-model="qualitycheck.qydbh" ng-readonly="isNotEdit" name="qydbh"
801
+														   placeholder="扦样单编号">
802
+												</label>
803
+											</section>
804
+											<section class="col col-3">
805
+												<label class="label">扦样时间:<span style="color: red;">*</span></label>
806
+												<label class="input">
807
+													<input type="text" ng-model="qualitycheck.qysj" ng-readonly="isNotEdit" name="qysj" data-smart-datepicker
808
+														   placeholder="扦样时间" required>
809
+												</label>
810
+											</section>
811
+										</div>
812
+										<div class="row">
813
+											<section class="col col-3">
814
+												<label class="label">扦样区域:<span style="color: red;">*</span></label>
815
+												<label class="input">
816
+													<input type="text" ng-model="qualitycheck.qyqy" ng-readonly="isNotEdit" name="qyqy"
817
+														   placeholder="扦样区域" required>
818
+												</label>
819
+											</section>
820
+											<section class="col col-3">
821
+												<label class="select">
822
+													<label class="label">监督人姓名:</label>
823
+													<label class="input">
824
+													<input type="text" ng-model="qualitycheck.jdrxm" ng-readonly="isNotEdit" name="jdrxm"  placeholder="监督人姓名">
825
+													</label>
826
+												</label>
827
+													
828
+											</section>
829
+											<section class="col col-3">
830
+												<label class="label">样品编号:</label>
831
+												<label class="input">
832
+													<input type="text" ng-model="qualitycheck.ypbh" ng-readonly="isNotEdit" name="ypbh"
833
+														   placeholder="样品编号">
834
+												</label>
835
+											</section>
836
+											<section class="col col-3">
837
+												<label class="label">是否正常存储年限:<span style="color: red;">*</span></label>
838
+												<label class="select">
839
+														<select name="sfzcccnx" ng-model="qualitycheck.sfzcccnx" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
840
+															<option value="">请选择</option>
841
+															<option value="0">否</option>
842
+															<option value="1">是</option>
843
+														</select> <i></i> </label>
844
+											</section>
665 845
 										</div>
666 846
 									</fieldset>
667 847
 
@@ -923,6 +1103,66 @@
923 1103
 														</select> <i></i> </label>
924 1104
 												</label>
925 1105
 											</section>
1106
+											<section class="col col-3">
1107
+												<label class="select">
1108
+													<label class="label">指标类别:<span style="color: red;">*</span></label>
1109
+													<label class="select">
1110
+														<select name="zblb" ng-model="qualitycheck.zblb" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
1111
+															<option value="">请选择</option>
1112
+															<option value="1">质量指标检验</option>
1113
+															<option value="2">储存品质检验</option>
1114
+															<option value="3">食品安全检验</option>
1115
+														</select> <i></i> </label>
1116
+												</label>
1117
+											</section>
1118
+											<section class="col col-3">
1119
+												<label class="label">扦样单编号:</label>
1120
+												<label class="input">
1121
+													<input type="text" ng-model="qualitycheck.qydbh" ng-readonly="isNotEdit" name="qydbh"
1122
+														   placeholder="扦样单编号">
1123
+												</label>
1124
+											</section>
1125
+											<section class="col col-3">
1126
+												<label class="label">扦样时间:<span style="color: red;">*</span></label>
1127
+												<label class="input">
1128
+													<input type="text" ng-model="qualitycheck.qysj" ng-readonly="isNotEdit" name="qysj" data-smart-datepicker
1129
+														   placeholder="扦样时间" required>
1130
+												</label>
1131
+											</section>
1132
+										</div>
1133
+										<div class="row">
1134
+											<section class="col col-3">
1135
+												<label class="label">扦样区域:<span style="color: red;">*</span></label>
1136
+												<label class="input">
1137
+													<input type="text" ng-model="qualitycheck.qyqy" ng-readonly="isNotEdit" name="qyqy"
1138
+														   placeholder="扦样区域" required>
1139
+												</label>
1140
+											</section>
1141
+											<section class="col col-3">
1142
+												<label class="select">
1143
+													<label class="label">监督人姓名:</label>
1144
+													<label class="input">
1145
+													<input type="text" ng-model="qualitycheck.jdrxm" ng-readonly="isNotEdit" name="jdrxm"  placeholder="监督人姓名">
1146
+													</label>
1147
+												</label>
1148
+													
1149
+											</section>
1150
+											<section class="col col-3">
1151
+												<label class="label">样品编号:</label>
1152
+												<label class="input">
1153
+													<input type="text" ng-model="qualitycheck.ypbh" ng-readonly="isNotEdit" name="ypbh"
1154
+														   placeholder="样品编号">
1155
+												</label>
1156
+											</section>
1157
+											<section class="col col-3">
1158
+												<label class="label">是否正常存储年限:<span style="color: red;">*</span></label>
1159
+												<label class="select">
1160
+														<select name="sfzcccnx" ng-model="qualitycheck.sfzcccnx" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
1161
+															<option value="">请选择</option>
1162
+															<option value="0">否</option>
1163
+															<option value="1">是</option>
1164
+														</select> <i></i> </label>
1165
+											</section>
926 1166
 										</div>
927 1167
 									</fieldset>
928 1168
 
@@ -1155,6 +1395,66 @@
1155 1395
 														</select> <i></i> </label>
1156 1396
 												</label>
1157 1397
 											</section>
1398
+											<section class="col col-3">
1399
+												<label class="select">
1400
+													<label class="label">指标类别:<span style="color: red;">*</span></label>
1401
+													<label class="select">
1402
+														<select name="zblb" ng-model="qualitycheck.zblb" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
1403
+															<option value="">请选择</option>
1404
+															<option value="1">质量指标检验</option>
1405
+															<option value="2">储存品质检验</option>
1406
+															<option value="3">食品安全检验</option>
1407
+														</select> <i></i> </label>
1408
+												</label>
1409
+											</section>
1410
+											<section class="col col-3">
1411
+												<label class="label">扦样单编号:</label>
1412
+												<label class="input">
1413
+													<input type="text" ng-model="qualitycheck.qydbh" ng-readonly="isNotEdit" name="qydbh"
1414
+														   placeholder="扦样单编号">
1415
+												</label>
1416
+											</section>
1417
+											<section class="col col-3">
1418
+												<label class="label">扦样时间:<span style="color: red;">*</span></label>
1419
+												<label class="input">
1420
+													<input type="text" ng-model="qualitycheck.qysj" ng-readonly="isNotEdit" name="qysj" data-smart-datepicker
1421
+														   placeholder="扦样时间" required>
1422
+												</label>
1423
+											</section>
1424
+										</div>
1425
+										<div class="row">
1426
+											<section class="col col-3">
1427
+												<label class="label">扦样区域:<span style="color: red;">*</span></label>
1428
+												<label class="input">
1429
+													<input type="text" ng-model="qualitycheck.qyqy" ng-readonly="isNotEdit" name="qyqy"
1430
+														   placeholder="扦样区域" required>
1431
+												</label>
1432
+											</section>
1433
+											<section class="col col-3">
1434
+												<label class="select">
1435
+													<label class="label">监督人姓名:</label>
1436
+													<label class="input">
1437
+													<input type="text" ng-model="qualitycheck.jdrxm" ng-readonly="isNotEdit" name="jdrxm"  placeholder="监督人姓名">
1438
+													</label>
1439
+												</label>
1440
+													
1441
+											</section>
1442
+											<section class="col col-3">
1443
+												<label class="label">样品编号:</label>
1444
+												<label class="input">
1445
+													<input type="text" ng-model="qualitycheck.ypbh" ng-readonly="isNotEdit" name="ypbh"
1446
+														   placeholder="样品编号">
1447
+												</label>
1448
+											</section>
1449
+											<section class="col col-3">
1450
+												<label class="label">是否正常存储年限:<span style="color: red;">*</span></label>
1451
+												<label class="select">
1452
+														<select name="sfzcccnx" ng-model="qualitycheck.sfzcccnx" ng-readonly="isNotEdit"  ng-disabled="isNotEdit" required>
1453
+															<option value="">请选择</option>
1454
+															<option value="0">否</option>
1455
+															<option value="1">是</option>
1456
+														</select> <i></i> </label>
1457
+											</section>
1158 1458
 										</div>
1159 1459
 									</fieldset>
1160 1460