sale-client 4.0.199 → 4.0.201

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": "4.0.199",
3
+ "version": "4.0.201",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -101,9 +101,9 @@
101
101
  <saletab header="安检记录" v-if="permission('安检记录')">
102
102
  <security-check-info :row="row" @deal-msg="dealMsg"></security-check-info>
103
103
  </saletab>
104
- <saletab header="装表记录" v-if="permission('装表记录')">
105
- <metering-records :row="row" @deal-msg="dealMsg"></metering-records>
106
- </saletab>
104
+ <!-- <saletab header="装表记录" v-if="permission('装表记录')">-->
105
+ <!-- <metering-records :row="row" @deal-msg="dealMsg"></metering-records>-->
106
+ <!-- </saletab>-->
107
107
  <!-- <saletab header="报装流转记录" v-if="permission('报装流转记录查看')">-->
108
108
  <!-- <supervisory-control :row="row" ></supervisory-control>-->
109
109
  <!-- </saletab>-->
@@ -138,7 +138,7 @@
138
138
  import UserKeyRecord from './ic_detail/UserKeyRecord'
139
139
  import RepairList from "./ic_detail/RepairList";
140
140
  import SecurityCheckInfo from './ic_detail/SecuritycheckInfo';
141
- import MeteringRecords from './ic_detail/MeteringRecords'
141
+ // import MeteringRecords from './ic_detail/MeteringRecords'
142
142
  // import SupervisoryControl from './apply_detail/Supervisory/SupervisoryControl'
143
143
  // import ApplyChargeSearch from './apply_detail/applyCharge/ApplyChargeSearch'
144
144
  // 导入物联网相关查询
@@ -184,8 +184,8 @@ export default {
184
184
  MachineRecordQuery,
185
185
  UserDeviceQuery,
186
186
  contractSigningList,
187
- UserKeyRecord,
188
- MeteringRecords
187
+ UserKeyRecord
188
+ // MeteringRecords
189
189
  // SupervisoryControl,
190
190
  // ApplyChargeSearch
191
191
  },
@@ -281,7 +281,7 @@ let asyncMachineMeterCenter = async function (self) {
281
281
  hasBillManage: false, // 默认不启用发票管理
282
282
  billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
283
283
  printType: '普通收据', // 收据/电子票/专用发票/国税发票
284
- payment: '现金缴费'
284
+ payment: '扫码枪支付'
285
285
  },
286
286
  // 垃圾费
287
287
  f_garbage_fee: 0,
@@ -577,7 +577,7 @@
577
577
  'model.f_payment.length' (val) {
578
578
  console.log('付款方式多选。。', val)
579
579
  if (val > 1 && !this.model.f_preamount) {
580
- this.model.f_payment = ['现金缴费']
580
+ this.model.f_payment = ['扫码枪支付']
581
581
  this.$showAlert('请先计算付款金额', 'warning', 2000)
582
582
  } else {
583
583
  this.paymentModel = []
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import FilialeSale from './filiale/fugou/sale'
6
+ // import FilialeSale from './filiale/fugou/sale'
7
7
  // import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
9
9
  import VueClipboard from 'vue-clipboard2'
@@ -24,7 +24,7 @@ system(false)
24
24
  sale()
25
25
  // address()
26
26
  ldap()
27
- FilialeSale()
27
+ // FilialeSale()
28
28
  require('system-clients/src/styles/less/bootstrap.less')
29
29
 
30
30
  new Vue({