|
@@ -27,7 +27,7 @@
|
27
|
27
|
<table class="table table-striped table-bordered table-hover" width="100%">
|
28
|
28
|
<tr>
|
29
|
29
|
<th width='10%'>
|
30
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">仓房名称<span style="color: red;">*</span></label>
|
|
30
|
+ <label class="label" style="margin-top: 9px;text-align: center;">仓房名称:<span style="color: red;">*</span></label>
|
31
|
31
|
</th>
|
32
|
32
|
<th width='20%'>
|
33
|
33
|
<section>
|
|
@@ -43,7 +43,7 @@
|
43
|
43
|
</section>
|
44
|
44
|
</th>
|
45
|
45
|
<th width='10%'>
|
46
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">货位名称<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
46
|
+ <label class="label" style="margin-top: 9px;text-align: center;">货位名称:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
47
|
47
|
</th>
|
48
|
48
|
<th width='20%'>
|
49
|
49
|
<section>
|
|
@@ -59,7 +59,7 @@
|
59
|
59
|
</section>
|
60
|
60
|
</th>
|
61
|
61
|
<th width='10%'>
|
62
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">粮油品种<span style="color: red;">*</span></label>
|
|
62
|
+ <label class="label" style="margin-top: 9px;text-align: center;">粮油品种:<span style="color: red;">*</span></label>
|
63
|
63
|
</th>
|
64
|
64
|
<th width='20%'>
|
65
|
65
|
<section>
|
|
@@ -72,7 +72,7 @@
|
72
|
72
|
</tr>
|
73
|
73
|
<tr>
|
74
|
74
|
<th>
|
75
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">建卡日期<span style="color: red;">*</span></label>
|
|
75
|
+ <label class="label" style="margin-top: 9px;text-align: center;">建卡日期:<span style="color: red;">*</span></label>
|
76
|
76
|
</th>
|
77
|
77
|
<th>
|
78
|
78
|
<section>
|
|
@@ -84,7 +84,7 @@
|
84
|
84
|
</section>
|
85
|
85
|
</th>
|
86
|
86
|
<th>
|
87
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">类型<span style="color: red;">*</span></label>
|
|
87
|
+ <label class="label" style="margin-top: 9px;text-align: center;">类型:<span style="color: red;">*</span></label>
|
88
|
88
|
</th>
|
89
|
89
|
<th width='20%'>
|
90
|
90
|
<section>
|
|
@@ -99,7 +99,7 @@
|
99
|
99
|
</section>
|
100
|
100
|
</th>
|
101
|
101
|
<th style="border-bottom-width:1px">
|
102
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">数量(吨)</label>
|
|
102
|
+ <label class="label" style="margin-top: 9px;text-align: center;">数量(吨):</label>
|
103
|
103
|
</th>
|
104
|
104
|
<th style="border-bottom-width:1px">
|
105
|
105
|
<section>
|
|
@@ -110,9 +110,51 @@
|
110
|
110
|
</section>
|
111
|
111
|
</th>
|
112
|
112
|
</tr>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+ <tr>
|
|
116
|
+ <th>
|
|
117
|
+ <label class="label" style="margin-top: 9px;text-align: center;">散存粮体积:</label>
|
|
118
|
+ </th>
|
|
119
|
+ <th>
|
|
120
|
+ <section>
|
|
121
|
+ <label class="input">
|
|
122
|
+ <input type="text" ng-model="grainCard.looseGrainVolume"
|
|
123
|
+ name="looseGrainVolume" class="form-control">
|
|
124
|
+ </label>
|
|
125
|
+ </section>
|
|
126
|
+ </th>
|
|
127
|
+ <th>
|
|
128
|
+ <label class="label" style="margin-top: 9px;text-align: center;">存储类型:</label>
|
|
129
|
+ </th>
|
|
130
|
+ <th>
|
|
131
|
+ <section>
|
|
132
|
+ <label class="select">
|
|
133
|
+ <select ng-model="grainCard.storeType" name="storeType">
|
|
134
|
+ <option value="">--请选择--</option>
|
|
135
|
+ <option value="1">直储</option>
|
|
136
|
+ <option value="2">代储</option>
|
|
137
|
+ </select><i></i>
|
|
138
|
+ </label>
|
|
139
|
+ </section>
|
|
140
|
+ </th>
|
|
141
|
+ <th style="border-bottom-width:1px">
|
|
142
|
+ <label class="label" style="margin-top: 9px;text-align: center;">包存粮包数:</label>
|
|
143
|
+ </th>
|
|
144
|
+ <th style="border-bottom-width:1px">
|
|
145
|
+ <section>
|
|
146
|
+ <label class="input">
|
|
147
|
+ <input type="text" ng-model="grainCard.grainPacks"
|
|
148
|
+ name="grainPacks" class="form-control">
|
|
149
|
+ </label>
|
|
150
|
+ </section>
|
|
151
|
+ </th>
|
|
152
|
+ </tr>
|
|
153
|
+
|
|
154
|
+
|
113
|
155
|
<tr>
|
114
|
156
|
<th>
|
115
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">生产年度</label>
|
|
157
|
+ <label class="label" style="margin-top: 9px;text-align: center;">生产年度:</label>
|
116
|
158
|
</th>
|
117
|
159
|
<th style="border-bottom-width:1px">
|
118
|
160
|
<section>
|
|
@@ -123,7 +165,7 @@
|
123
|
165
|
</section>
|
124
|
166
|
</th>
|
125
|
167
|
<th>
|
126
|
|
- <label class="label" style="margin-top: 9px;text-align: center;">轮换协议编号</label>
|
|
168
|
+ <label class="label" style="margin-top: 9px;text-align: center;white-space: nowrap;">轮换协议编号:</label>
|
127
|
169
|
</th>
|
128
|
170
|
<th style="border-bottom-width:1px">
|
129
|
171
|
<section>
|
|
@@ -133,7 +175,33 @@
|
133
|
175
|
</label>
|
134
|
176
|
</section>
|
135
|
177
|
</th>
|
136
|
|
- <th colspan="2"></th>
|
|
178
|
+ <th>
|
|
179
|
+ <label class="label" style="margin-top: 9px;text-align: center;">粮权所属:</label>
|
|
180
|
+ </th>
|
|
181
|
+ <th style="border-bottom-width:1px">
|
|
182
|
+ <section>
|
|
183
|
+ <label class="select">
|
|
184
|
+ <select ng-model="grainCard.grainRights" name="grainRights" required>
|
|
185
|
+ <option value="">--请选择--</option>
|
|
186
|
+ <option value="1">市粮食局</option>
|
|
187
|
+ <option value="2">{{orgInfo.orgName}}</option>
|
|
188
|
+ </select><i></i>
|
|
189
|
+ </label>
|
|
190
|
+ </section>
|
|
191
|
+ </th>
|
|
192
|
+ </tr>
|
|
193
|
+ <tr>
|
|
194
|
+ <th>
|
|
195
|
+ <label class="label" style="margin-top: 9px;text-align: center;">备注</label>
|
|
196
|
+ </th>
|
|
197
|
+ <th style="border-bottom-width:1px" colspan="5">
|
|
198
|
+ <section>
|
|
199
|
+ <label class="input">
|
|
200
|
+ <input type="text" ng-model="grainCard.remark"
|
|
201
|
+ name="remark" class="form-control">
|
|
202
|
+ </label>
|
|
203
|
+ </section>
|
|
204
|
+ </th>
|
137
|
205
|
</tr>
|
138
|
206
|
</table>
|
139
|
207
|
<div>
|