| | |
| | | parseError({error: '请填写许可类型', vm: this}) |
| | | return |
| | | } |
| | | if (this.getByteLen(fullAddress) > 90 || this.getByteLen(fullStorageAddress) > 90){ |
| | | parseError({error: '注册地址或仓储地址的省市区详细地址总和不能超过50个字,请删减', vm: this}) |
| | | if (this.getByteLen(fullAddress) > 390 || this.getByteLen(fullStorageAddress) > 390){ |
| | | parseError({error: '注册地址或仓储地址的省市区详细地址总和不能超过200个字,请删减', vm: this}) |
| | | } else { |
| | | let res = await modLicense(this.dataForm) |
| | | if(res.data.code === '200'){ |
| | |
| | | height:70%; |
| | | margin-left:10px; |
| | | } |
| | | .el-input-number{ |
| | | width: 100%; |
| | | } |
| | | </style> |