sale-client 3.6.265-test → 3.6.266-test

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.265-test",
3
+ "version": "3.6.266-test",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -290,7 +290,7 @@
290
290
  this.eticket_msg = false
291
291
  this.disabled = false
292
292
  this.eticket_show = true
293
- this.$refs.eticketbill.openETicket(this.selecteds.map(item => item.id), this.row, this.selecteds[0].f_type, this.invoice_is_pax, this.invoice_type)
293
+ this.$refs.eticketbill.openETicket([this.row], this.row, this.row.f_type, this.invoice_is_pax, this.invoice_type)
294
294
  },
295
295
  eticket_toggle () {
296
296
  this.eticket_show = false