safecheck-client 3.0.34-29 → 3.0.34-30

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,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.34-29",
4
+ "version": "3.0.34-30",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -479,7 +479,7 @@
479
479
  if (!this.userinfo.baseinfo.base.f_user_name) {
480
480
  checked = {ischeck: false, msg: '请输入用户名称!'}
481
481
  }
482
- if (!this.selectPcd.id) {
482
+ /*if (!this.selectPcd.id) {
483
483
  checked = {ischeck: false, msg: '请选择省市区!'}
484
484
  }
485
485
  if (!this.selectStreet.id) {
@@ -487,15 +487,15 @@
487
487
  }
488
488
  if (!this.userinfo.addressinfo.f_address) {
489
489
  checked = {ischeck: false, msg: '新地址不能为空!'}
490
- }
491
- if (this.addressType == '普通地址') {
490
+ }*/
491
+ /*if (this.addressType == '普通地址') {
492
492
  if (!this.selectArea.id) {
493
493
  checked = {ischeck: false, msg: '请选择集收单位!'}
494
494
  }
495
495
  if (!this.userinfo.addressinfo.f_room) {
496
496
  checked = {ischeck: false, msg: '新输入门牌号!'}
497
497
  }
498
- }
498
+ }*/
499
499
  if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
500
500
 
501
501
  //tag