sale-client 3.6.66 → 3.6.67

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.66",
3
+ "version": "3.6.67",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -69,6 +69,7 @@ export default {
69
69
  f_filialeids: this.$login.f.f_orgids,
70
70
  f_buy_name: row.f_paper_name,
71
71
  f_email: row.f_email,
72
+ f_eticket_id: row.f_eticket_id,
72
73
  f_pay_id: row.f_taxpayer_id,
73
74
  f_buy_address: row.f_address_phone,
74
75
  f_buy_openbank: row.f_paper_accoun
@@ -282,6 +282,7 @@ export default {
282
282
  row.f_taxpayer_id = row.f_pay_id
283
283
  row.f_address_phone = row.f_buy_address_phone
284
284
  row.f_paper_accoun = row.f_buy_openbank
285
+ row.f_eticket_id = row.id
285
286
  await this.$refs.eticketbill.openETicket(row.f_sell_id, row, row.f_charge_type)
286
287
  },
287
288
  ch (row) {