sale-client 3.6.306 → 3.6.307

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.306",
3
+ "version": "3.6.307",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -241,8 +241,6 @@
241
241
  this.$showAlert('请求数据中,请稍后...', 'info', 1000)
242
242
  console.log('>>> 开票登类型:' + (loginType === '0' ? '开票登录' : '确认登录'))
243
243
  let f_operator = this.$login.f.name
244
- /// TODO 暂时写死
245
- f_operator = '叶徐'
246
244
  const loginParams = {
247
245
  f_operator: f_operator,
248
246
  loginState: loginType
@@ -277,8 +275,6 @@
277
275
  console.log('>>> 认证操作类型:' + (authState === '0' ? '请求二维码 ' : '确认认证'))
278
276
  this.authType = authType
279
277
  let f_operator = this.$login.f.name
280
- /// TODO 暂时写死
281
- f_operator = '叶徐'
282
278
  const gerQrCodeParams = {
283
279
  authState: authState,
284
280
  czlx: authType,
@@ -314,7 +310,7 @@
314
310
  } else {
315
311
  authState = authRes.data.slzt
316
312
  this.$showAlert(authState === '2' ? '认证成功' : authState === '1' ? '未扫码' : authState === '3' ? '二维码已过期' : '认证失败', authState === '2' ? 'success' : 'danger', 3000)
317
- if(authState === '2') {
313
+ if (authState === '2') {
318
314
  this.cancelAuth()
319
315
  }
320
316
  }
@@ -344,12 +344,12 @@
344
344
  <th>
345
345
  <nobr>收费人员</nobr>
346
346
  </th>
347
- <th>
348
- <nobr>冲正时间</nobr>
349
- </th>
350
- <th>
351
- <nobr>冲正人员</nobr>
352
- </th>
347
+ <!-- <th>-->
348
+ <!-- <nobr>冲正时间</nobr>-->
349
+ <!-- </th>-->
350
+ <!-- <th>-->
351
+ <!-- <nobr>冲正人员</nobr>-->
352
+ <!-- </th>-->
353
353
  <th>
354
354
  <nobr>下发日期</nobr>
355
355
  </th>
@@ -483,12 +483,12 @@
483
483
  <td style="text-align: center;">
484
484
  <nobr>{{row.f_sell_operator}}</nobr>
485
485
  </td>
486
- <td style="text-align: center;">
487
- <nobr>{{row.f_corrhand_date}}</nobr>
488
- </td>
489
- <td style="text-align: center;">
490
- <nobr>{{row.f_corrhand_operator}}</nobr>
491
- </td>
486
+ <!-- <td style="text-align: center;">-->
487
+ <!-- <nobr>{{row.f_corrhand_date}}</nobr>-->
488
+ <!-- </td>-->
489
+ <!-- <td style="text-align: center;">-->
490
+ <!-- <nobr>{{row.f_corrhand_operator}}</nobr>-->
491
+ <!-- </td>-->
492
492
  <td style="text-align: center;">
493
493
  <nobr>{{row.f_hand_date}}</nobr>
494
494
  </td>
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
package/src/.npmignore DELETED
@@ -1 +0,0 @@
1
-