|
|
@@ -13,108 +13,61 @@
|
|
13
|
13
|
<div>
|
|
14
|
14
|
<!-- widget content -->
|
|
15
|
15
|
<div class="widget-body no-padding">
|
|
16
|
|
- <form id="basicGrainSetEdit-form" class="smart-form ng-pristine ng-valid" data-validator-option="validateOptions" novalidate="novalidate">
|
|
|
16
|
+ <form id="basicGrainSetEdit-form" class="smart-form ng-pristine ng-valid"
|
|
|
17
|
+ data-validator-option="validateOptions" novalidate="novalidate">
|
|
17
|
18
|
<header>
|
|
18
|
|
- <a href-void class="btn btn-default btn-xs" ng-click="retList()"><i class="fa fa-angle-left"></i> 返回 </a>
|
|
|
19
|
+ <a href-void class="btn btn-default btn-xs" ng-click="retList()"><i
|
|
|
20
|
+ class="fa fa-angle-left"></i> 返回 </a>
|
|
19
|
21
|
<strong>气象站信息设置详情</strong>
|
|
20
|
22
|
<span class="pull-right font-xs">带*的部分必须填写</span>
|
|
21
|
23
|
</header>
|
|
22
|
|
- <table class="table table-striped table-bordered table-hover" width="100%">
|
|
23
|
|
- <fieldset>
|
|
24
|
|
- <div class="row">
|
|
25
|
|
- <section class="col col-3">
|
|
26
|
|
- <label class="label">湿度:</label>
|
|
27
|
|
- <label class="input">
|
|
28
|
|
- <input type="text" ng-model="wertherinfo.fhumi" ng-disabled="isNotEdit"
|
|
29
|
|
- ng-keyup="clearNoNum(wertherinfo,'fhumi')"
|
|
30
|
|
- name="fhumi" maxlength="10">
|
|
31
|
|
- </label>
|
|
32
|
|
- </section>
|
|
33
|
|
- <section class="col col-3">
|
|
34
|
|
- <label class="label">风速:</label>
|
|
35
|
|
- <label class="input">
|
|
36
|
|
- <input type="text" ng-model="wertherinfo.fwinds" ng-disabled="isNotEdit"
|
|
37
|
|
- ng-keyup="clearNoNum(wertherinfo,'fwinds')"
|
|
38
|
|
- name="fwinds" maxlength="10">
|
|
39
|
|
- </label>
|
|
40
|
|
- </section>
|
|
41
|
|
- <section class="col col-3">
|
|
42
|
|
- <label class="label">风向:</label>
|
|
43
|
|
- <label class="input">
|
|
44
|
|
- <input type="text" ng-model="wertherinfo.fwindd" ng-disabled="isNotEdit"
|
|
45
|
|
- ng-keyup="clearNoNum(wertherinfo,'fwindd')"
|
|
46
|
|
- placeholder="正北0,正东90,正南180,正西270" name="fwindd" maxlength="10">
|
|
47
|
|
- </label>
|
|
48
|
|
- </section>
|
|
49
|
|
- <section class="col col-3">
|
|
50
|
|
- <label class="label">气压:</label>
|
|
51
|
|
- <label class="input">
|
|
52
|
|
- <input type="text" ng-model="wertherinfo.fpressure" ng-disabled="isNotEdit"
|
|
53
|
|
- ng-keyup="clearNoNum(wertherinfo,'fpressure')"
|
|
54
|
|
- name="fpressure" maxlength="10">
|
|
55
|
|
- </label>
|
|
56
|
|
- </section>
|
|
57
|
|
- </div>
|
|
58
|
|
- <div class="row">
|
|
59
|
|
- <section class="col col-3">
|
|
60
|
|
- <label class="label">温度:</label>
|
|
61
|
|
- <label class="input">
|
|
62
|
|
- <input type="text" name="ftemp" ng-model="wertherinfo.ftemp"
|
|
63
|
|
- ng-keyup="clearNoNum(wertherinfo,'ftemp')"
|
|
64
|
|
- ng-disabled="isNotEdit" maxlength="50">
|
|
65
|
|
- </label>
|
|
66
|
|
- </section>
|
|
67
|
|
- <section class="col col-3">
|
|
68
|
|
- <label class="label">气象站名称:<span style="color: red;">*</span></label>
|
|
69
|
|
- <label class="input">
|
|
70
|
|
- <input type="text" maxlength="50" ng-model="wertherinfo.vqxzname"
|
|
71
|
|
- ng-disabled="isNotEdit" name="vqxzname" required>
|
|
72
|
|
- </label>
|
|
73
|
|
- </section>
|
|
74
|
|
- <section class="col col-3">
|
|
75
|
|
- <label class="label">降雨量:</label>
|
|
76
|
|
- <label class="input">
|
|
77
|
|
- <input type="text" ng-model="wertherinfo.frain" ng-disabled="isNotEdit"
|
|
78
|
|
- ng-keyup="clearNoNum(wertherinfo,'frain')"
|
|
79
|
|
- name="frain" maxlength="10">
|
|
80
|
|
- </label>
|
|
81
|
|
- </section>
|
|
82
|
|
- <section class="col col-3">
|
|
83
|
|
- <label class="label">备注:</label>
|
|
84
|
|
- <label class="input">
|
|
85
|
|
- <input type="text" ng-model="wertherinfo.remark" ng-disabled="isNotEdit"
|
|
86
|
|
- name="remark" maxlength="200">
|
|
87
|
|
- </label>
|
|
88
|
|
- </section>
|
|
89
|
|
- </div>
|
|
90
|
|
- <div class="row">
|
|
91
|
|
- <section class="col col-3">
|
|
92
|
|
- <label class="label">站点编码: </label>
|
|
93
|
|
- <label class="select">
|
|
94
|
|
- <select ng-model="wertherinfo.sitecode" name="sitecode"
|
|
95
|
|
- ng-options="station.sitecode as station.sitename for station in stations"
|
|
96
|
|
- ng-disabled="isNotEdit" class="form-control">
|
|
97
|
|
- <option value="">--请选择--</option>
|
|
98
|
|
- </select>
|
|
99
|
|
- </label>
|
|
100
|
|
- </section>
|
|
101
|
|
- <section class="col col-3" ng-hide="notDisplay">
|
|
102
|
|
- <label class="label">气象站编码:</label>
|
|
103
|
|
- <label class="input">
|
|
104
|
|
- <input type="text" ng-model="wertherinfo.vqxzcode"
|
|
105
|
|
- ng-blur="itExistCode(wertherinfo.vqxzcode,'')"
|
|
106
|
|
- ng-disabled="notEditNum" name="vqxzcode" maxlength="5">
|
|
107
|
|
- </label>
|
|
108
|
|
- </section>
|
|
109
|
|
- </div>
|
|
110
|
|
- </fieldset>
|
|
111
|
|
- <div class="form-actions">
|
|
112
|
|
- <footer class="text-align-center">
|
|
113
|
|
- <button type="button" class="btn btn-default" ng-click="retList()">取消</button>
|
|
114
|
|
- <button type="button" class="btn btn-primary" ng-hide="isNotEdit" ng-click="save()">保存</button>
|
|
115
|
|
- </footer>
|
|
|
24
|
+ <fieldset>
|
|
|
25
|
+ <div class="row">
|
|
|
26
|
+ <section class="col col-3">
|
|
|
27
|
+ <label class="label">库点名称:</label>
|
|
|
28
|
+ <label class="input">
|
|
|
29
|
+ <input type="text" ng-model="depotInfo.orgName" ng-disabled="true"
|
|
|
30
|
+ name="orgName">
|
|
|
31
|
+ </label>
|
|
|
32
|
+ </section>
|
|
|
33
|
+ <section class="col col-3">
|
|
|
34
|
+ <label class="label">站点编号:</label>
|
|
|
35
|
+ <label class="input">
|
|
|
36
|
+ <input type="text" ng-model="wertherinfo.sitecode" ng-disabled="true"
|
|
|
37
|
+ name="sitecode" placeholder="站点编号自动生成无需填写.">
|
|
|
38
|
+ </label>
|
|
|
39
|
+ </section>
|
|
|
40
|
+ <section class="col col-3">
|
|
|
41
|
+ <label class="label">气象站编号:</label>
|
|
|
42
|
+ <label class="input">
|
|
|
43
|
+ <input type="text" ng-model="wertherinfo.vqxzcode" ng-disabled="true"
|
|
|
44
|
+ name="vqxzcode" placeholder="气象站编号自动生成无需填写.">
|
|
|
45
|
+ </label>
|
|
|
46
|
+ </section>
|
|
|
47
|
+ <section class="col col-3">
|
|
|
48
|
+ <label class="label">气象站名称:<span style="color: red;">*</span></label>
|
|
|
49
|
+ <label class="input">
|
|
|
50
|
+ <input type="text" maxlength="50" ng-model="wertherinfo.vqxzname"
|
|
|
51
|
+ ng-disabled="isNotEdit" name="vqxzname" required>
|
|
|
52
|
+ </label>
|
|
|
53
|
+ </section>
|
|
|
54
|
+ <section class="col col-3">
|
|
|
55
|
+ <label class="label">备注:</label>
|
|
|
56
|
+ <label class="input">
|
|
|
57
|
+ <input type="text" ng-model="wertherinfo.remark" ng-disabled="isNotEdit"
|
|
|
58
|
+ name="remark" maxlength="200">
|
|
|
59
|
+ </label>
|
|
|
60
|
+ </section>
|
|
116
|
61
|
</div>
|
|
117
|
|
- </table>
|
|
|
62
|
+ </fieldset>
|
|
|
63
|
+ <div class="form-actions">
|
|
|
64
|
+ <footer class="text-align-center">
|
|
|
65
|
+ <button type="button" class="btn btn-default" ng-click="retList()">取消</button>
|
|
|
66
|
+ <button type="button" class="btn btn-primary" ng-hide="isNotEdit"
|
|
|
67
|
+ ng-click="save()">保存
|
|
|
68
|
+ </button>
|
|
|
69
|
+ </footer>
|
|
|
70
|
+ </div>
|
|
118
|
71
|
</form>
|
|
119
|
72
|
</div>
|
|
120
|
73
|
</div>
|