sale-client 3.6.263-test → 3.6.264-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.263-test",
3
+ "version": "3.6.264-test",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -292,7 +292,7 @@ export default {
292
292
  this.eticket_msg = false
293
293
  this.eticket_show = true
294
294
  console.log('>>> 机表结算开票')
295
- this.$refs.eticketbill.openETicket(this.row.id, this.row, this.invoice_show_gas, this.invoice_is_pax, '机表结算')
295
+ this.$refs.eticketbill.openETicket([this.row.id], this.row, this.invoice_show_gas, this.invoice_is_pax, '机表结算')
296
296
  },
297
297
  selfSearch (args) {
298
298
  this.selecteds = []