manage-client 3.3.75 → 3.3.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -167,6 +167,33 @@
|
|
|
167
167
|
</data-grid>
|
|
168
168
|
</criteria-paged>
|
|
169
169
|
</div>
|
|
170
|
+
|
|
171
|
+
<table class="table-hover">
|
|
172
|
+
<tr style="position: relative" class="table-bordered">
|
|
173
|
+
<td
|
|
174
|
+
style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
|
|
175
|
+
汇总信息
|
|
176
|
+
</td>
|
|
177
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
178
|
+
购买量: {{sumsmodel.f_pregas}}方
|
|
179
|
+
</td>
|
|
180
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
181
|
+
实收: {{sumsmodel.f_collection}}元
|
|
182
|
+
</td>
|
|
183
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
184
|
+
应收: {{sumsmodel.f_preamount}}元
|
|
185
|
+
</td>
|
|
186
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
187
|
+
一阶气量合计: {{sumsmodel.f_stair1amount}}方
|
|
188
|
+
</td>
|
|
189
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
190
|
+
二阶气量合计: {{sumsmodel.f_stair2amount}}方
|
|
191
|
+
</td>
|
|
192
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
193
|
+
三阶气量合计: {{sumsmodel.f_stair3amount}}方
|
|
194
|
+
</td>
|
|
195
|
+
</tr>
|
|
196
|
+
</table>
|
|
170
197
|
<div v-if="listpage">
|
|
171
198
|
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
172
199
|
</div>
|
|
@@ -217,6 +244,10 @@
|
|
|
217
244
|
f_count_hb: 0,
|
|
218
245
|
f_pregas_hb: 0,
|
|
219
246
|
f_collection_hb: 0,
|
|
247
|
+
f_preamount: 0,
|
|
248
|
+
f_stair1amount: 0,
|
|
249
|
+
f_stair2amount: 0,
|
|
250
|
+
f_stair3amount: 0,
|
|
220
251
|
f_count_cz: 0,
|
|
221
252
|
f_pregas_cz: 0,
|
|
222
253
|
f_collection_cz: 0,
|