sale-client 3.6.267-test → 3.6.268-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.267-test",
3
+ "version": "3.6.268-test",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -126,11 +126,11 @@
126
126
  :options='is_pax' clear-button>
127
127
  </v-select>
128
128
  </div>
129
- <div class="col-sm-6 form-group form-input-group" :class="[!invoice_type ? 'has-error' : '']">
129
+ <div class="col-sm-6 form-group form-input-group" :class="[!row.f_paper_type ? 'has-error' : '']">
130
130
  <label class="control-label">发票种类:</label>
131
- <v-select v-model="invoice_type"
131
+ <v-select v-model="row.f_paper_type"
132
132
  placeholder='请选择'
133
- :value.sync="invoice_type"
133
+ :value.sync="row.f_paper_type"
134
134
  close-on-select
135
135
  :width="60"
136
136
  :value-single="true"
@@ -292,7 +292,7 @@ export default {
292
292
  confirm () {
293
293
  this.eticket_msg = false
294
294
  this.eticket_show = true
295
- this.$refs.eticketbill.openETicket([this.row.id], this.row, '机表结算', this.invoice_is_pax, this.invoice_type)
295
+ this.$refs.eticketbill.openETicket([this.row.id], this.row, '', this.invoice_is_pax, '机表结算')
296
296
  },
297
297
  selfSearch (args) {
298
298
  this.selecteds = []
@@ -131,11 +131,11 @@
131
131
  :options='is_pax' clear-button>
132
132
  </v-select>
133
133
  </div>
134
- <div class="col-sm-6 form-group form-input-group" :class="[!invoice_type ? 'has-error' : '']">
134
+ <div class="col-sm-6 form-group form-input-group" :class="[!row.f_paper_type ? 'has-error' : '']">
135
135
  <label class="control-label">发票种类:</label>
136
- <v-select v-model="invoice_type"
136
+ <v-select v-model="row.f_paper_type"
137
137
  placeholder='请选择'
138
- :value.sync="invoice_type"
138
+ :value.sync="row.f_paper_type"
139
139
  close-on-select
140
140
  :width="60"
141
141
  :value-single="true"
@@ -289,7 +289,7 @@
289
289
  this.eticket_msg = false
290
290
  this.disabled = false
291
291
  this.eticket_show = true
292
- this.$refs.eticketbill.openETicket([this.row.id], this.row, this.row.f_type, this.invoice_is_pax, this.invoice_type)
292
+ this.$refs.eticketbill.openETicket([this.row.id], this.row, '是', this.invoice_is_pax, this.row.f_type)
293
293
  },
294
294
  eticket_toggle () {
295
295
  this.eticket_show = false
@@ -260,7 +260,7 @@ export default {
260
260
  confirm () {
261
261
  this.eticket_msg = false
262
262
  this.eticket_show = true
263
- this.$refs.eticketbill.openETicket(this.selecteds.map(item => item.id), this.row, '是', this.invoice_is_pax, '结算收费')
263
+ this.$refs.eticketbill.openETicket(this.selecteds.map(item => item.id), this.row, '是', this.invoice_is_pax, '卡表收费')
264
264
  },
265
265
  selfSearch (args) {
266
266
  this.selecteds = []