manage-client 3.3.80-test → 3.3.81-test

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.80-test",
3
+ "version": "3.3.81-test",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -150,21 +150,12 @@
150
150
  <th>
151
151
  <nobr>一阶气量</nobr>
152
152
  </th>
153
- <th>
154
- <nobr>一阶气费</nobr>
155
- </th>
156
153
  <th>
157
154
  <nobr>二阶气量</nobr>
158
155
  </th>
159
- <th>
160
- <nobr>二阶气费</nobr>
161
- </th>
162
156
  <th>
163
157
  <nobr>三阶气量</nobr>
164
158
  </th>
165
- <th>
166
- <nobr>三阶气费</nobr>
167
- </th>
168
159
  </tr>
169
160
  </template>
170
161
  <template partial='body'>
@@ -216,21 +207,12 @@
216
207
  <td style="text-align: center;">
217
208
  <nobr>{{row.f_stairamount1}}</nobr>
218
209
  </td>
219
- <td style="text-align: center;">
220
- <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
221
- </td>
222
210
  <td style="text-align: center;">
223
211
  <nobr>{{row.f_stair2amount}}</nobr>
224
212
  </td>
225
- <td style="text-align: center;">
226
- <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
227
- </td>
228
213
  <td style="text-align: center;">
229
214
  <nobr>{{row.f_stair3amount}}</nobr>
230
215
  </td>
231
- <td style="text-align: center;">
232
- <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
233
- </td>
234
216
  </template>
235
217
  <template partial='foot'></template>
236
218
  </data-grid>
@@ -244,42 +226,12 @@
244
226
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
245
227
  气量合计:&emsp;{{sumsmodel.f_pregas}}
246
228
  </td>
247
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
248
- 气费金额合计:&emsp;{{sumsmodel.fee}}
249
- </td>
250
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
251
- 滞纳金合计:&emsp;{{sumsmodel.f_delaypay}}
252
- </td>
253
229
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
254
230
  应交金额合计:&emsp;{{sumsmodel.f_preamount}}
255
231
  </td>
256
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
257
- 预存金额合计:&emsp;{{sumsmodel.f_yucun}}
258
- </td>
259
232
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
260
233
  实际收款合计:&emsp;{{sumsmodel.f_collection}}
261
234
  </td>
262
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
263
- 优惠合计:&emsp;{{sumsmodel.f_privilege_money}}
264
- </td>
265
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
266
- 一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}
267
- </td>
268
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
269
- 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee}}
270
- </td>
271
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
272
- 二阶气量合计:&emsp;{{sumsmodel.f_stair2amount}}
273
- </td>
274
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
275
- 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee}}
276
- </td>
277
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
278
- 三阶气量合计:&emsp;{{sumsmodel.f_stair3amount}}
279
- </td>
280
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
281
- 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee}}
282
- </td>
283
235
  </tr>
284
236
  </table>
285
237
  </div>