| | |
| | | <!-- </el-col>--> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="经济类型:" prop="economictype"> |
| | | <el-select v-model.trim="dataForm.economictype" placeholder="" clearable |
| | | class="enterpriseBasicInformation_input"> |
| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="16"> |
| | | <el-form-item label="许可证编号:" prop="licensecode"> |
| | | <el-input v-model.trim="dataForm.licensecode" class="carrierLicense_select"> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <div v-if="roleType==='烟花爆竹批发经营' || type === 2 ? true : false"> |
| | |
| | | effectdate: '', |
| | | noeffectdate: '', |
| | | economictype: '', |
| | | licensecode: '', |
| | | licenseStorage: [], |
| | | remark: '', |
| | | }, |
| | |
| | | issuingdate: '', |
| | | effectdate: '', |
| | | noeffectdate: '', |
| | | economictype: '', |
| | | licensecode: '', |
| | | licenseStorage: [], |
| | | remark: '', |
| | | } |
| | |
| | | }]) |
| | | this.dataForm.licenseStorage = JSON.stringify([]) |
| | | } |
| | | let fullAddress = (this.dataForm.province === '新疆维吾尔自治区' ? '新疆' : this.dataForm.province) |
| | | let fullAddress = (this.dataForm.province === '盐城市' ? '盐城市' : this.dataForm.province) |
| | | + this.dataForm.city + this.dataForm.district + this.dataForm.address; |
| | | let fullStorageAddress = (this.dataForm.storageprovince === '新疆维吾尔自治区' ? '新疆' : this.dataForm.storageprovince) |
| | | let fullStorageAddress = (this.dataForm.storageprovince === '盐城市' ? '盐城市' : this.dataForm.storageprovince) |
| | | + this.dataForm.storagecity + this.dataForm.storagedistrict + this.dataForm.storageaddress; |
| | | if (this.getByteLen(fullAddress) > 390 || this.getByteLen(fullStorageAddress) > 390) { |
| | | parseError({error: '注册地址或仓储地址的省市区详细地址总和不能超过200个字,请删减', vm: this}) |