1111
Showing
1 changed file
with
61 additions
and
70 deletions
| ... | @@ -25,13 +25,13 @@ | ... | @@ -25,13 +25,13 @@ |
| 25 | </el-col> | 25 | </el-col> |
| 26 | 26 | ||
| 27 | <el-col :span="8"> | 27 | <el-col :span="8"> |
| 28 | <el-form-item prop="DJDL" class="borderTopNone"> | 28 | <el-form-item prop="DJLX" class="borderTopNone"> |
| 29 | <span slot="label"> | 29 | <span slot="label"> |
| 30 | 登记大类: <br /> | 30 | 登记类型: <br /> |
| 31 | <p class="label-detail">(DJDL)</p> | 31 | <p class="label-detail">(DJLX)</p> |
| 32 | </span> | 32 | </span> |
| 33 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.DJDL" | 33 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.DJLX" |
| 34 | :placeholder="$store.state.business.Edit ? '' : '登记大类'"> | 34 | :placeholder="$store.state.business.Edit ? '' : '登记类型'"> |
| 35 | <el-option v-for="item in dicData['A21']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> | 35 | <el-option v-for="item in dicData['A21']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
| 36 | </el-option> | 36 | </el-option> |
| 37 | </el-select> | 37 | </el-select> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | </el-row> | 40 | </el-row> |
| 41 | 41 | ||
| 42 | <el-row> | 42 | <el-row> |
| 43 | <el-col :span="8"> | 43 | <!-- <el-col :span="8"> |
| 44 | <el-form-item prop="DJXL"> | 44 | <el-form-item prop="DJXL"> |
| 45 | <span slot="label"> | 45 | <span slot="label"> |
| 46 | 登记小类: <br /> | 46 | 登记小类: <br /> |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJXL" | 49 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJXL" |
| 50 | :placeholder="$store.state.business.Edit ? '' : '登记小类'"></el-input> | 50 | :placeholder="$store.state.business.Edit ? '' : '登记小类'"></el-input> |
| 51 | </el-form-item> | 51 | </el-form-item> |
| 52 | </el-col> | 52 | </el-col> --> |
| 53 | 53 | ||
| 54 | <el-col :span="8"> | 54 | <el-col :span="8"> |
| 55 | <el-form-item prop="QXDM"> | 55 | <el-form-item prop="QXDM"> |
| ... | @@ -68,24 +68,26 @@ | ... | @@ -68,24 +68,26 @@ |
| 68 | 申请证书版式: <br /> | 68 | 申请证书版式: <br /> |
| 69 | <p class="label-detail">(SQZSBS)</p> | 69 | <p class="label-detail">(SQZSBS)</p> |
| 70 | </span> | 70 | </span> |
| 71 | <item-select :placeholder="$store.state.business.Edit ? '' : '申请证书版式'" v-model="ruleForm.SQZSBS" | 71 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.SQZSBS" placeholder="申请证书版式"> |
| 72 | selectType="A41" transformation /> | 72 | <el-option v-for="item in dicData['A41']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
| 73 | </el-option> | ||
| 74 | </el-select> | ||
| 73 | </el-form-item> | 75 | </el-form-item> |
| 74 | </el-col> | 76 | </el-col> |
| 75 | </el-row> | ||
| 76 | <!-- 申请分别持证 --> | ||
| 77 | <el-row> | ||
| 78 | <el-col :span="8"> | 77 | <el-col :span="8"> |
| 79 | <el-form-item prop="SQFBCZ" :rules="{ type: 'number' }"> | 78 | <el-form-item prop="SQFBCZ" :rules="{ type: 'number' }"> |
| 80 | <span slot="label"> | 79 | <span slot="label"> |
| 81 | 申请分别持证: <br /> | 80 | 申请分别持证: <br /> |
| 82 | <p class="label-detail">(SQFBCZ)</p> | 81 | <p class="label-detail">(SQFBCZ)</p> |
| 83 | </span> | 82 | </span> |
| 84 | <item-select :placeholder="$store.state.business.Edit ? '' : '申请分别持证'" v-model="ruleForm.SQZSBS" | 83 | <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.SQFBCZ" placeholder="申请分别持证"> |
| 85 | selectType="A6" transformation /> | 84 | <el-option v-for="item in dicData['A6']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE"> |
| 85 | </el-option> | ||
| 86 | </el-select> | ||
| 86 | </el-form-item> | 87 | </el-form-item> |
| 87 | </el-col> | 88 | </el-col> |
| 88 | 89 | </el-row> | |
| 90 | <el-row> | ||
| 89 | <el-col :span="8"> | 91 | <el-col :span="8"> |
| 90 | <el-form-item prop="SLRY"> | 92 | <el-form-item prop="SLRY"> |
| 91 | <span slot="label"> | 93 | <span slot="label"> |
| ... | @@ -109,9 +111,6 @@ | ... | @@ -109,9 +111,6 @@ |
| 109 | </el-date-picker> | 111 | </el-date-picker> |
| 110 | </el-form-item> | 112 | </el-form-item> |
| 111 | </el-col> | 113 | </el-col> |
| 112 | </el-row> | ||
| 113 | |||
| 114 | <el-row> | ||
| 115 | <el-col :span="8"> | 114 | <el-col :span="8"> |
| 116 | <el-form-item prop="ZL"> | 115 | <el-form-item prop="ZL"> |
| 117 | <span slot="label"> | 116 | <span slot="label"> |
| ... | @@ -122,7 +121,8 @@ | ... | @@ -122,7 +121,8 @@ |
| 122 | :placeholder="$store.state.business.Edit ? '' : '坐落'"></el-input> | 121 | :placeholder="$store.state.business.Edit ? '' : '坐落'"></el-input> |
| 123 | </el-form-item> | 122 | </el-form-item> |
| 124 | </el-col> | 123 | </el-col> |
| 125 | 124 | </el-row> | |
| 125 | <el-row> | ||
| 126 | <el-col :span="8"> | 126 | <el-col :span="8"> |
| 127 | <el-form-item prop="TZRXM"> | 127 | <el-form-item prop="TZRXM"> |
| 128 | <span slot="label"> | 128 | <span slot="label"> |
| ... | @@ -146,9 +146,6 @@ | ... | @@ -146,9 +146,6 @@ |
| 146 | </el-select> | 146 | </el-select> |
| 147 | </el-form-item> | 147 | </el-form-item> |
| 148 | </el-col> | 148 | </el-col> |
| 149 | </el-row> | ||
| 150 | |||
| 151 | <el-row> | ||
| 152 | <el-col :span="8"> | 149 | <el-col :span="8"> |
| 153 | <el-form-item prop="TZRDH"> | 150 | <el-form-item prop="TZRDH"> |
| 154 | <span slot="label"> | 151 | <span slot="label"> |
| ... | @@ -159,7 +156,8 @@ | ... | @@ -159,7 +156,8 @@ |
| 159 | maxlength="11" placeholder="通知人电话" v-model="ruleForm.TZRDH"></el-input> | 156 | maxlength="11" placeholder="通知人电话" v-model="ruleForm.TZRDH"></el-input> |
| 160 | </el-form-item> | 157 | </el-form-item> |
| 161 | </el-col> | 158 | </el-col> |
| 162 | 159 | </el-row> | |
| 160 | <el-row> | ||
| 163 | <el-col :span="8"> | 161 | <el-col :span="8"> |
| 164 | <el-form-item prop="TZRYDDH"> | 162 | <el-form-item prop="TZRYDDH"> |
| 165 | <span slot="label"> | 163 | <span slot="label"> |
| ... | @@ -170,20 +168,16 @@ | ... | @@ -170,20 +168,16 @@ |
| 170 | onkeyup="this.value=this.value.replace(/[^\d.]/g,'');" maxlength="11"></el-input> | 168 | onkeyup="this.value=this.value.replace(/[^\d.]/g,'');" maxlength="11"></el-input> |
| 171 | </el-form-item> | 169 | </el-form-item> |
| 172 | </el-col> | 170 | </el-col> |
| 173 | |||
| 174 | <el-col :span="8"> | 171 | <el-col :span="8"> |
| 175 | <el-form-item prop="TZRDZYJ"> | 172 | <el-form-item prop="TZRDZYJ"> |
| 176 | <span slot="label"> | 173 | <span slot="label"> |
| 177 | 通知人电子邮件: <br /> | 174 | 通知人电子邮件: <br /> |
| 178 | <p class="label-detail">(TZRDZYJ)</p> | 175 | <p class="label-detail">(TZRDZYJ)</p> |
| 179 | </span> | 176 | </span> |
| 180 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.TZRDZYJ" | 177 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.TZRDZYJ" placeholder="通知人电子邮件"> |
| 181 | placeholder="通知人电子邮件"></el-input> | 178 | </el-input> |
| 182 | </el-form-item> | 179 | </el-form-item> |
| 183 | </el-col> | 180 | </el-col> |
| 184 | </el-row> | ||
| 185 | |||
| 186 | <el-row> | ||
| 187 | <el-col :span="8"> | 181 | <el-col :span="8"> |
| 188 | <el-form-item prop="SFWTAJ"> | 182 | <el-form-item prop="SFWTAJ"> |
| 189 | <span slot="label"> | 183 | <span slot="label"> |
| ... | @@ -196,7 +190,8 @@ | ... | @@ -196,7 +190,8 @@ |
| 196 | </el-select> | 190 | </el-select> |
| 197 | </el-form-item> | 191 | </el-form-item> |
| 198 | </el-col> | 192 | </el-col> |
| 199 | 193 | </el-row> | |
| 194 | <el-row> | ||
| 200 | <el-col :span="8"> | 195 | <el-col :span="8"> |
| 201 | <el-form-item prop="JSSJ"> | 196 | <el-form-item prop="JSSJ"> |
| 202 | <span slot="label"> | 197 | <span slot="label"> |
| ... | @@ -208,7 +203,6 @@ | ... | @@ -208,7 +203,6 @@ |
| 208 | </el-date-picker> | 203 | </el-date-picker> |
| 209 | </el-form-item> | 204 | </el-form-item> |
| 210 | </el-col> | 205 | </el-col> |
| 211 | |||
| 212 | <el-col :span="8"> | 206 | <el-col :span="8"> |
| 213 | <el-form-item prop="AJZT"> | 207 | <el-form-item prop="AJZT"> |
| 214 | <span slot="label"> | 208 | <span slot="label"> |
| ... | @@ -221,9 +215,6 @@ | ... | @@ -221,9 +215,6 @@ |
| 221 | </el-select> | 215 | </el-select> |
| 222 | </el-form-item> | 216 | </el-form-item> |
| 223 | </el-col> | 217 | </el-col> |
| 224 | </el-row> | ||
| 225 | |||
| 226 | <el-row> | ||
| 227 | <el-col :span="8"> | 218 | <el-col :span="8"> |
| 228 | <el-form-item prop="BZ"> | 219 | <el-form-item prop="BZ"> |
| 229 | <span slot="label"> | 220 | <span slot="label"> |
| ... | @@ -240,67 +231,67 @@ | ... | @@ -240,67 +231,67 @@ |
| 240 | </template> | 231 | </template> |
| 241 | <script> | 232 | <script> |
| 242 | // 登记受理申请信息 | 233 | // 登记受理申请信息 |
| 243 | import business from '@/api/business' | 234 | import business from "@/api/business"; |
| 244 | import ruleMixin from '@/mixins/ruleMixin.js' | 235 | import ruleMixin from "@/mixins/ruleMixin.js"; |
| 245 | export default { | 236 | export default { |
| 246 | mixins: [ruleMixin], | 237 | mixins: [ruleMixin], |
| 247 | props: { | 238 | props: { |
| 248 | bsmSjsb: { | 239 | bsmSjsb: { |
| 249 | type: String, | 240 | type: String, |
| 250 | default: '' | 241 | default: "", |
| 251 | }, | 242 | }, |
| 252 | bsmYwsjb: { | 243 | bsmYwsjb: { |
| 253 | type: String, | 244 | type: String, |
| 254 | default: '' | 245 | default: "", |
| 255 | } | 246 | }, |
| 256 | }, | 247 | }, |
| 257 | data () { | 248 | data() { |
| 258 | return { | 249 | return { |
| 259 | ruleForm: { | 250 | ruleForm: { |
| 260 | YSDM: '', | 251 | YSDM: "", |
| 261 | YWH: '', | 252 | YWH: "", |
| 262 | DJDL: '', | 253 | DJDL: "", |
| 263 | DJXL: '', | 254 | DJXL: "", |
| 264 | QXDM: '', | 255 | QXDM: "", |
| 265 | SQZSBS: null, | 256 | SQZSBS: null, |
| 266 | SQFBCZ: null, | 257 | SQFBCZ: null, |
| 267 | SLRY: '', | 258 | SLRY: "", |
| 268 | SLSJ: '', | 259 | SLSJ: "", |
| 269 | ZL: '', | 260 | ZL: "", |
| 270 | TZRXM: '', | 261 | TZRXM: "", |
| 271 | TZFS: '', | 262 | TZFS: "", |
| 272 | TZRDH: '', | 263 | TZRDH: "", |
| 273 | TZRYDDH: '', | 264 | TZRYDDH: "", |
| 274 | TZRDZYJ: '', | 265 | TZRDZYJ: "", |
| 275 | SFWTAJ: '', | 266 | SFWTAJ: "", |
| 276 | JSSJ: '', | 267 | JSSJ: "", |
| 277 | AJZT: '', | 268 | AJZT: "", |
| 278 | BZ: '' | 269 | BZ: "", |
| 279 | } | 270 | }, |
| 280 | } | 271 | }; |
| 281 | }, | 272 | }, |
| 282 | methods: { | 273 | methods: { |
| 283 | async featchData () { | 274 | async featchData() { |
| 284 | try { | 275 | try { |
| 285 | let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb) | 276 | let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb); |
| 286 | this.ruleForm = res | 277 | this.ruleForm = res; |
| 287 | //this.featchRule() | 278 | //this.featchRule() |
| 288 | } catch (error) { | 279 | } catch (error) { |
| 289 | this.$refs.msg.messageShow() | 280 | this.$refs.msg.messageShow(); |
| 290 | } | 281 | } |
| 291 | }, | 282 | }, |
| 292 | handleUpdateForm () { | 283 | handleUpdateForm() { |
| 293 | return new Promise(async (resolve) => { | 284 | return new Promise(async (resolve) => { |
| 294 | try { | 285 | try { |
| 295 | let res = await business.updateDjtDjSlsq(this.ruleForm) | 286 | let res = await business.updateDjtDjSlsq(this.ruleForm); |
| 296 | resolve(res.code) | 287 | resolve(res.code); |
| 297 | } catch (error) { | 288 | } catch (error) { |
| 298 | this.$refs.msg.messageShow() | 289 | this.$refs.msg.messageShow(); |
| 299 | } | 290 | } |
| 300 | }) | 291 | }); |
| 301 | }, | 292 | }, |
| 302 | } | 293 | }, |
| 303 | } | 294 | }; |
| 304 | </script> | 295 | </script> |
| 305 | <style scoped lang="scss"> | 296 | <style scoped lang="scss"> |
| 306 | @import "./css/itemForm.scss"; | 297 | @import "./css/itemForm.scss"; | ... | ... |
-
Please register or sign in to post a comment