manage-client 3.3.222 → 3.3.223

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.
@@ -165,6 +165,14 @@
165
165
  condition="ss.f_gasproperties = '{}'"
166
166
  close-on-select></v-select>
167
167
  </div>
168
+ <div class="col-sm-2 form-group">
169
+ <label class="font_normal_body" title="参数名称:是否煤改气">煤&ensp;改&ensp;气 </label>
170
+ <v-select :value.sync="model.f_is_mgq" v-model="model.f_is_mgq"
171
+ :options='$parent.$parent.mgq' placeholder='是否煤改气'
172
+ style="width:60%"
173
+ close-on-select
174
+ condition="f_is_mgq = '{}'"></v-select>
175
+ </div>
168
176
  </div>
169
177
  </div>
170
178
  </criteria>
@@ -178,14 +186,16 @@
178
186
  <th><nobr>电话</nobr></th>
179
187
 
180
188
  <th><nobr>燃气证号</nobr></th>
189
+ <th><nobr>是否煤改气</nobr></th>
190
+
181
191
  <th><nobr>表号</nobr></th>
182
192
  <th><nobr>表具类型</nobr></th>
183
193
  <th><nobr>表描述</nobr></th>
184
194
  <th><nobr>气价名称</nobr></th>
185
195
 
186
- <th><nobr>一阶气价</nobr></th>
187
- <th><nobr>二阶气价</nobr></th>
188
- <th><nobr>三阶气价</nobr></th>
196
+ <!-- <th><nobr>一阶气价</nobr></th>-->
197
+ <!-- <th><nobr>二阶气价</nobr></th>-->
198
+ <!-- <th><nobr>三阶气价</nobr></th>-->
189
199
 
190
200
  <th><nobr>用气类型</nobr></th>
191
201
  <th><nobr>用气性质</nobr></th>
@@ -211,14 +221,16 @@
211
221
  <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
212
222
 
213
223
  <td style="text-align:center"><nobr>{{row.f_gascode}}</nobr></td>
224
+ <td style="text-align:center"><nobr>{{row.f_is_mgq}}</nobr></td>
225
+
214
226
  <th style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></th>
215
227
  <th style="text-align:center"><nobr>{{row.f_meter_classify}}</nobr></th>
216
228
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
217
229
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
218
230
 
219
- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>
220
- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>
221
- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>
231
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>-->
232
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>-->
233
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>-->
222
234
 
223
235
  <th style="text-align:center"><nobr>{{row.f_user_nature}}</nobr></th>
224
236
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
@@ -254,24 +266,24 @@
254
266
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
255
267
  期间充值金额:&emsp;{{sumsmodel.f_collection}}
256
268
  </td>
257
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
258
- 一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}
259
- </td>
260
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
261
- 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee}}
262
- </td>
263
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
264
- 二阶气量合计:&emsp;{{sumsmodel.f_stairamount2}}
265
- </td>
266
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
267
- 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee}}
268
- </td>
269
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
270
- 三阶气量合计:&emsp;{{sumsmodel.f_stairamount3}}
271
- </td>
272
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
273
- 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee}}
274
- </td>
269
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
270
+ <!-- 一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}-->
271
+ <!-- </td>-->
272
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
273
+ <!-- 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee}}-->
274
+ <!-- </td>-->
275
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
276
+ <!-- 二阶气量合计:&emsp;{{sumsmodel.f_stairamount2}}-->
277
+ <!-- </td>-->
278
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
279
+ <!-- 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee}}-->
280
+ <!-- </td>-->
281
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
282
+ <!-- 三阶气量合计:&emsp;{{sumsmodel.f_stairamount3}}-->
283
+ <!-- </td>-->
284
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
285
+ <!-- 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee}}-->
286
+ <!-- </td>-->
275
287
  </tr>
276
288
  </table>
277
289
  </div>
@@ -281,7 +293,7 @@
281
293
 
282
294
  <script>
283
295
  import {HttpResetClass, PagedList} from 'vue-client'
284
- import exportConfig from '../../components/sale/config/exportConfig'
296
+ import exportConfig from './exportConfig'
285
297
  import * as Util from '../../Util'
286
298
  import plugins from '../../plugins/GetLoginInfoService'
287
299
 
@@ -483,6 +495,9 @@
483
495
  usernatures(){
484
496
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
485
497
  },
498
+ mgq(){
499
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('是否煤改气')]
500
+ },
486
501
  gasProperties(){
487
502
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
488
503
  },
@@ -233,6 +233,7 @@ export default {
233
233
  'f_user_phone': '客户电话',
234
234
  'f_address': '客户地址',
235
235
  'f_zones': '片区',
236
+ 'f_is_mgq': '是否煤改气',
236
237
  'f_user_type': '客户类型',
237
238
  'f_gasproperties': '用气性质',
238
239
  'f_meternumber': '表号',
@@ -1824,6 +1825,7 @@ export default {
1824
1825
  'f_address': '地址',
1825
1826
  'f_user_phone': '电话',
1826
1827
  'f_gascode': '燃气证号',
1828
+ 'f_is_mgq': '是否煤改气',
1827
1829
  'f_meternumber': '表号',
1828
1830
  'f_meter_classify': '表具类型',
1829
1831
  'f_meter_title': '表描述',
@@ -27,4 +27,8 @@ export default function () {
27
27
  Vue.component('drop-down-box', (resolve) => { require(['./CallReport/DropDownBox'], resolve) })
28
28
  // 补卡查询
29
29
  Vue.component('fill-card-query', (resolve) => { require(['./FillCardQuery'], resolve) })
30
+ // 收费查询
31
+ Vue.component('charge-query', (resolve) => {
32
+ require(['./ChargeQuery'], resolve)
33
+ })
30
34
  }