apply-clients 3.3.89 → 3.3.90
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
|
@@ -552,10 +552,11 @@ export default {
|
|
|
552
552
|
this.refurbish()
|
|
553
553
|
},
|
|
554
554
|
async addressTips () {
|
|
555
|
+
let res = ''
|
|
555
556
|
if (this.show_data.f_apply_type === '报警器报建') {
|
|
556
|
-
|
|
557
|
+
res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
|
|
557
558
|
}else{
|
|
558
|
-
|
|
559
|
+
res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
|
|
559
560
|
}
|
|
560
561
|
if (res == 'confirm') {
|
|
561
562
|
return
|
|
@@ -656,10 +656,11 @@ export default {
|
|
|
656
656
|
},
|
|
657
657
|
async addressTips () {
|
|
658
658
|
// console.log('======================='+this.show_data.f_apply_type)
|
|
659
|
+
let res = ''
|
|
659
660
|
if (this.show_data.f_apply_type === '报警器报建') {
|
|
660
|
-
|
|
661
|
+
res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
|
|
661
662
|
}else{
|
|
662
|
-
|
|
663
|
+
res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
|
|
663
664
|
}
|
|
664
665
|
if (res == 'confirm') {
|
|
665
666
|
return
|