sale-client 3.6.495 → 3.6.496
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 +1 -1
- package/src/filiale/alashan/eticket/CustQueryEticket.vue +6 -6
- package/.npmignore +0 -12
- package/package-lock.json +0 -28915
- package/src/.npmignore +0 -1
- package/yarn.lock +0 -11982
package/package.json
CHANGED
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
this.row.id = row.id
|
|
229
229
|
this.row.f_type = row.f_type
|
|
230
230
|
this.invoice_show_gas = this.row.f_collection_type === '按气量' ? '是' : '否'
|
|
231
|
-
if (!this.row.f_taxpayer_id) {
|
|
232
|
-
|
|
233
|
-
}
|
|
231
|
+
// if (!this.row.f_taxpayer_id) {
|
|
232
|
+
// this.row.f_taxpayer_id = this.row.f_idnumber
|
|
233
|
+
// }
|
|
234
234
|
if (!this.row.f_paper_name) {
|
|
235
235
|
this.row.f_paper_name = this.row.f_user_name
|
|
236
236
|
}
|
|
@@ -265,9 +265,9 @@
|
|
|
265
265
|
}, {resolveMsg: null, rejectMsg: '获取地址失败!'})
|
|
266
266
|
this.row = row.data[0]
|
|
267
267
|
this.invoice_show_gas = this.row.f_collection_type === '按气量' ? '是' : '否'
|
|
268
|
-
if (!this.row.f_taxpayer_id) {
|
|
269
|
-
|
|
270
|
-
}
|
|
268
|
+
// if (!this.row.f_taxpayer_id) {
|
|
269
|
+
// this.row.f_taxpayer_id = this.row.f_idnumber
|
|
270
|
+
// }
|
|
271
271
|
if (!this.row.f_paper_name) {
|
|
272
272
|
this.row.f_paper_name = this.row.f_user_name
|
|
273
273
|
}
|