sale-client 3.6.324 → 3.6.325

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": "sale-client",
3
- "version": "3.6.324",
3
+ "version": "3.6.325",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -395,6 +395,20 @@
395
395
  :show-reset-button="true">
396
396
  </datepicker>
397
397
  </div>
398
+ <div class="col-sm-4 form-group" :class="[$m.f_check_time.required ? 'has-error' : '']"
399
+ v-show="(formconfig && formconfig.f_check_time && formconfig.f_check_time.required) || !onlyshowmust"
400
+ v-if="getConfigShowItem('f_check_time')">
401
+ <label for="f_check_time" class="font_normal_body">&ensp;{{getConfigLabelName('f_check_time','校验日期')}}</label>
402
+ <input type="text" v-model="row.f_check_time" v-show="false"
403
+ v-validate:f_check_time=getConfigValidate("f_check_time",false)>
404
+ <datepicker style="width:60%" id="f_check_time" placeholder="校验日期" width='100%'
405
+ v-model="row.f_check_time"
406
+ :value.sync="row.f_check_time"
407
+ class="datepicker"
408
+ :format="'yyyy-MM-dd'"
409
+ :show-reset-button="true">
410
+ </datepicker>
411
+ </div>
398
412
  <div class="col-sm-4 form-group" :class="[$m.f_scrap_date.required ? 'has-error' : '']"
399
413
  v-show="(formconfig && formconfig.f_scrap_date && formconfig.f_scrap_date.required) || !onlyshowmust"
400
414
  v-if="getConfigShowItem('f_scrap_date')">
@@ -328,6 +328,9 @@
328
328
  <th>
329
329
  <nobr>数据年月</nobr>
330
330
  </th>
331
+ <th>
332
+ <nobr>上传时间</nobr>
333
+ </th>
331
334
  <th>
332
335
  <nobr>上期底数</nobr>
333
336
  </th>
@@ -467,6 +470,9 @@
467
470
  <td style="text-align: center;">
468
471
  <nobr>{{row.ym_data}}</nobr>
469
472
  </td>
473
+ <td style="text-align: center;">
474
+ <nobr>{{row.f_actual_date}}</nobr>
475
+ </td>
470
476
  <td style="text-align: center;">
471
477
  <nobr>{{row.f_last_tablebase}}</nobr>
472
478
  </td>
@@ -723,7 +729,7 @@
723
729
  "f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
724
730
  ],
725
731
  defaultPrint: ['f_userinfo_code', 'f_address', 'f_user_name', 'f_meternumber'],
726
- excelHeaders:{'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_zones': '片区','phone': '客户手机', 'f_meternumber': '表号','ym_data': '数据年月',
732
+ excelHeaders:{'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_zones': '片区','phone': '客户手机', 'f_meternumber': '表号','ym_data': '数据年月','f_actual_date':'上传日期',
727
733
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
728
734
  'f_actual_arrears': '欠费金额','f_balance': '上期余额','f_curbalance': '本期余额',
729
735
  'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',