烟花爆竹实名登记前端
祖安之光
2026-03-12 b69959f530c5c51daa19333879ddbf91675e830f
src/views/license/licenseInfo/components/licenseDelayForm.vue
@@ -231,6 +231,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"  :disabled="true">
                                <el-option
@@ -242,6 +243,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 "  :disabled="true">
@@ -574,6 +582,12 @@
                                            <el-checkbox v-for="item in checkList2" :label="item" :key="item">{{item}}</el-checkbox>
                                        </el-checkbox-group>
                                    </el-col>
                                    <el-col :span="8">
                                        <el-checkbox :disabled="true" v-model="checked7">升空类</el-checkbox>
                                        <el-checkbox-group :disabled="true" v-model="checkMore7" style="display:inline-block;" >
                                            <el-checkbox v-for="item in checkList2" :label="item" :key="item">{{item}}</el-checkbox>
                                        </el-checkbox-group>
                                    </el-col>
                                </el-row>
                            </el-form-item>
                        </el-col>
@@ -711,6 +725,7 @@
                effectdate:'',
                noeffectdate:'',
                economictype:'',
                licensecode: '',
                licenseStorage:[
                ],
@@ -728,12 +743,14 @@
            checked4:false,
            checked5:false,
            checked6:false,
            checked7:false,
            checkMore1:[],
            checkMore2:[],
            checkMore3:[],
            checkMore4:[],
            checkMore5:[],
            checkMore6:[],
            checkMore7:[],
            checkList1:['C级','D级'],
            checkList2:['C级','D级'],
            checkMoreList:['C级','D级'],
@@ -853,12 +870,14 @@
                this.checked4 = dealingrange[3].checked4
                this.checked5 = dealingrange[4].checked5
                this.checked6 = dealingrange[5].checked6
                this.checked7 = dealingrange[6].checked7
                this.checkMore1=dealingrange[0].checkMore1
                this.checkMore2=dealingrange[1].checkMore2
                this.checkMore3=dealingrange[2].checkMore3
                this.checkMore4=dealingrange[3].checkMore4
                this.checkMore5=dealingrange[4].checkMore5
                this.checkMore6=dealingrange[5].checkMore6
                this.checkMore7=dealingrange[6].checkMore7
            }else if(roleType === '烟花爆竹零售经营(长期)' || roleType === '烟花爆竹零售经营(短期)' || (roleType === 'null'&& this.dataForm.type ===3)){
                this.type = 3
                if(this.dataForm.dealingrange.length > 10){
@@ -871,12 +890,14 @@
                this.checked4 = dealingrange[3].checked4
                this.checked5 = dealingrange[4].checked5
                this.checked6 = dealingrange[5].checked6
                this.checked7 = dealingrange[6].checked7
                this.checkMore1=dealingrange[0].checkMore1
                this.checkMore2=dealingrange[1].checkMore2
                this.checkMore3=dealingrange[2].checkMore3
                this.checkMore4=dealingrange[3].checkMore4
                this.checkMore5=dealingrange[4].checkMore5
                this.checkMore6=dealingrange[5].checkMore6
                this.checkMore7=dealingrange[6].checkMore7
            }
        },
        async submit(value){
@@ -903,7 +924,8 @@
                        issuingunit:this.dataForm.issuingunit,
                        issuingdate:this.dataForm.issuingdate,
                        validstarttime:this.validTime[0],
                        validendtime:this.validTime[1]
                        validendtime:this.validTime[1],
                        licensecode: this.dataForm.licensecode
          }).then(res=>{
            this.isSending = false