烟花爆竹实名登记前端
祖安之光
2026-03-25 66900bcf11faa01ea740ee14ee8d8a59a13a8e26
src/views/license/licenseInfo/components/licenseModForm.vue
@@ -229,6 +229,7 @@
                        <!--                </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
@@ -240,6 +241,13 @@
                                </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">
@@ -720,6 +728,7 @@
                effectdate:'',
                noeffectdate:'',
                economictype:'',
                licensecode: '',
                licenseStorage:[
                ],
@@ -913,9 +922,9 @@
                this.dataForm.dealingrange = JSON.stringify([{checked1:this.checked1,checkMore1:this.checkMore1},{checked2:this.checked2,checkMore2:this.checkMore2},{checked3:this.checked3,checkMore3:this.checkMore3},{checked4:this.checked4,checkMore4:this.checkMore4},{checked5:this.checked5,checkMore5:this.checkMore5},{checked6:this.checked6,checkMore6:this.checkMore6},{checked7:this.checked7,checkMore7:this.checkMore7}])
                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.dealingtypeList.filter(item => item.id === this.dataForm.dealingtype).length !== 1) {