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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.495",
3
+ "version": "3.6.496",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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
- this.row.f_taxpayer_id = this.row.f_idnumber
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
- this.row.f_taxpayer_id = this.row.f_idnumber
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
  }
package/.npmignore DELETED
@@ -1,12 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/
6
- examples/
7
- gradle/
8
- npm-debug.log
9
- selenium-debug.log
10
- test/unit/coverage
11
- test/e2e/reports
12
- lib/**/lib