sale-client 3.6.526 → 3.6.527

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.526",
3
+ "version": "3.6.527",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -59,7 +59,7 @@
59
59
  */
60
60
  export default {
61
61
  title: '收费',
62
- components: {OweList,WorkBusySmall},
62
+ components: {OweList, WorkBusySmall},
63
63
  data () {
64
64
  return {
65
65
  config: {
@@ -226,7 +226,7 @@ let asyncMachineMeterCenter = async function (self) {
226
226
  // 开始打票
227
227
  if (self.config.hasPrint) {
228
228
  if (self.printInvoiceType.indexOf(self.data.f_print) === -1) {
229
- if (self.model.f_print[0] == '热敏收据') {
229
+ if (self.data.f_print[0] == '热敏收据') {
230
230
  self.billData.url = 'rs/report/machine_bill_thermal'
231
231
  if (self.$parent.$children[0].selecteds) {
232
232
  if (self.$parent.$children[0].selectedRows === 0) {
@@ -406,7 +406,9 @@ export default {
406
406
  watch: {
407
407
  'data' (val) {
408
408
  console.log('val========', val)
409
- this.getArrears()
409
+ if (val) {
410
+ this.getArrears()
411
+ }
410
412
  }
411
413
  }
412
414
  }
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/qianneng/sale'
5
+ import FilialeSale from './filiale/fugu/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'