sale-client 3.6.266-test → 3.6.267-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.266-test",
3
+ "version": "3.6.267-test",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -286,11 +286,10 @@
286
286
  this.eticket_msg = true
287
287
  },
288
288
  confirm () {
289
- this.row.f_print = this.row.f_print[0]
290
289
  this.eticket_msg = false
291
290
  this.disabled = false
292
291
  this.eticket_show = true
293
- this.$refs.eticketbill.openETicket([this.row], this.row, this.row.f_type, this.invoice_is_pax, this.invoice_type)
292
+ this.$refs.eticketbill.openETicket([this.row.id], this.row, this.row.f_type, this.invoice_is_pax, this.invoice_type)
294
293
  },
295
294
  eticket_toggle () {
296
295
  this.eticket_show = false