sale-client 3.6.266-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
|
@@ -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="[!
|
|
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="
|
|
131
|
+
<v-select v-model="row.f_paper_type"
|
|
132
132
|
placeholder='请选择'
|
|
133
|
-
:value.sync="
|
|
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, '
|
|
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="[!
|
|
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="
|
|
136
|
+
<v-select v-model="row.f_paper_type"
|
|
137
137
|
placeholder='请选择'
|
|
138
|
-
:value.sync="
|
|
138
|
+
:value.sync="row.f_paper_type"
|
|
139
139
|
close-on-select
|
|
140
140
|
:width="60"
|
|
141
141
|
:value-single="true"
|
|
@@ -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,
|
|
292
|
+
this.$refs.eticketbill.openETicket([this.row.id], this.row, '是', this.invoice_is_pax, this.row.f_type)
|
|
294
293
|
},
|
|
295
294
|
eticket_toggle () {
|
|
296
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 = []
|