sale-client 3.6.485 → 3.6.487

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.485",
3
+ "version": "3.6.487",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -69,7 +69,7 @@
69
69
  charge: true // 是否需要缴清欠费
70
70
  },
71
71
  blodid: '',
72
-
72
+ oweArr: [],
73
73
  model: {},
74
74
  list: [],
75
75
  splitAllgas: 0,
@@ -82,9 +82,15 @@
82
82
  loadGen(this)
83
83
  },
84
84
  methods: {
85
- refreshCenter (val) {
85
+ refreshCenter (val, rows, f_userfiles_id) {
86
+ console.log(f_userfiles_id)
87
+ if (f_userfiles_id) {
88
+ console.log(f_userfiles_id)
89
+ this.oweArr[f_userfiles_id] = val
90
+ }
86
91
  this.initData(this.row)
87
- this.getRows(val)
92
+ let arr = Object.values(this.oweArr).flat()
93
+ this.getRows(arr)
88
94
  },
89
95
  initData (row) {
90
96
  let temp = {
@@ -150,7 +150,7 @@
150
150
  'selecteds' () {
151
151
  // 获取选中的行数
152
152
  this.selectedRows = this.selecteds.length
153
- this.$dispatch('refresh-center', this.selecteds, this.selectedRows)
153
+ this.$dispatch('refresh-center', this.selecteds, this.selectedRows, this.row.f_userfiles_id)
154
154
  }
155
155
  }
156
156
  }
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/gehua/sale'
5
+ import FilialeSale from './filiale/haile/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'