Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
35 changed files
with
194 additions
and
98 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-12 09:55:38 | 4 | * @LastEditTime: 2023-08-17 15:20:29 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class='ywdialog'> | 7 | <div class='ywdialog'> |
| 8 | <el-table | 8 | <el-table |
| 9 | v-if="formData.result" | 9 | v-if="formData.result && formData.result.length>0" |
| 10 | :data="formData.result" | 10 | :data="formData.result" |
| 11 | height="200"> | 11 | height="200"> |
| 12 | <el-table-column | 12 | <el-table-column |
| ... | @@ -18,6 +18,7 @@ | ... | @@ -18,6 +18,7 @@ |
| 18 | label="状态"> | 18 | label="状态"> |
| 19 | </el-table-column> | 19 | </el-table-column> |
| 20 | </el-table> | 20 | </el-table> |
| 21 | <el-link type="primary" :underline="false" v-else>{{formData.message}}</el-link> | ||
| 21 | </div> | 22 | </div> |
| 22 | </template> | 23 | </template> |
| 23 | <script> | 24 | <script> | ... | ... |
| ... | @@ -170,7 +170,7 @@ | ... | @@ -170,7 +170,7 @@ |
| 170 | label="业务号:" | 170 | label="业务号:" |
| 171 | prop="qlxx.ywh" | 171 | prop="qlxx.ywh" |
| 172 | :rules="rules.ywhrules"> | 172 | :rules="rules.ywhrules"> |
| 173 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> | 173 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 174 | </el-form-item> | 174 | </el-form-item> |
| 175 | </el-col> | 175 | </el-col> |
| 176 | <el-col :span="8"> | 176 | <el-col :span="8"> | ... | ... |
| ... | @@ -196,7 +196,7 @@ | ... | @@ -196,7 +196,7 @@ |
| 196 | label="业务号:" | 196 | label="业务号:" |
| 197 | prop="qlxx.ywh" | 197 | prop="qlxx.ywh" |
| 198 | :rules="rules.ywhrules"> | 198 | :rules="rules.ywhrules"> |
| 199 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> | 199 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 200 | </el-form-item> | 200 | </el-form-item> |
| 201 | </el-col> | 201 | </el-col> |
| 202 | <el-col :span="8"> | 202 | <el-col :span="8"> |
| ... | @@ -475,7 +475,7 @@ | ... | @@ -475,7 +475,7 @@ |
| 475 | <el-form-item label="共有方式:"> | 475 | <el-form-item label="共有方式:"> |
| 476 | <el-radio-group | 476 | <el-radio-group |
| 477 | :disabled="!ableOperation" | 477 | :disabled="!ableOperation" |
| 478 | v-model="ruleForm.sldy.gyfs"> | 478 | v-model="ruleForm.qlxx.gyfs"> |
| 479 | <el-radio label="0">单独所有</el-radio> | 479 | <el-radio label="0">单独所有</el-radio> |
| 480 | <el-radio label="1">共同共有</el-radio> | 480 | <el-radio label="1">共同共有</el-radio> |
| 481 | <el-radio label="2">按份所有</el-radio> | 481 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -488,8 +488,8 @@ | ... | @@ -488,8 +488,8 @@ |
| 488 | :tableData="ruleForm.qlrData" | 488 | :tableData="ruleForm.qlrData" |
| 489 | @upDateQlrxxList="upDateQlrxxList" | 489 | @upDateQlrxxList="upDateQlrxxList" |
| 490 | :key="key" | 490 | :key="key" |
| 491 | :disabled="ableOperation" | 491 | :ableOperation="ableOperation" |
| 492 | :gyfs="ruleForm.sldy.gyfs" /> | 492 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 493 | 493 | ||
| 494 | <div v-if="ruleForm.ywrData"> | 494 | <div v-if="ruleForm.ywrData"> |
| 495 | <div class="slxx_title title-block"> | 495 | <div class="slxx_title title-block"> | ... | ... |
| ... | @@ -390,7 +390,7 @@ | ... | @@ -390,7 +390,7 @@ |
| 390 | <el-form-item label="共有方式:"> | 390 | <el-form-item label="共有方式:"> |
| 391 | <el-radio-group | 391 | <el-radio-group |
| 392 | :disabled="!ableOperation" | 392 | :disabled="!ableOperation" |
| 393 | v-model="ruleForm.sldy.gyfs"> | 393 | v-model="ruleForm.qlxx.gyfs"> |
| 394 | <el-radio label="0">单独所有</el-radio> | 394 | <el-radio label="0">单独所有</el-radio> |
| 395 | <el-radio label="1">共同共有</el-radio> | 395 | <el-radio label="1">共同共有</el-radio> |
| 396 | <el-radio label="2">按份所有</el-radio> | 396 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -403,8 +403,8 @@ | ... | @@ -403,8 +403,8 @@ |
| 403 | :tableData="ruleForm.qlrData" | 403 | :tableData="ruleForm.qlrData" |
| 404 | @upDateQlrxxList="upDateQlrxxList" | 404 | @upDateQlrxxList="upDateQlrxxList" |
| 405 | :key="key" | 405 | :key="key" |
| 406 | :disabled="ableOperation" | 406 | :ableOperation="ableOperation" |
| 407 | :gyfs="ruleForm.sldy.gyfs" /> | 407 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 408 | 408 | ||
| 409 | <div> | 409 | <div> |
| 410 | <div class="slxx_title title-block"> | 410 | <div class="slxx_title title-block"> |
| ... | @@ -415,7 +415,7 @@ | ... | @@ -415,7 +415,7 @@ |
| 415 | v-if="ruleForm.ywrData" | 415 | v-if="ruleForm.ywrData" |
| 416 | :tableData="ruleForm.ywrData" | 416 | :tableData="ruleForm.ywrData" |
| 417 | :key="key" | 417 | :key="key" |
| 418 | :disabled="ableOperation" | 418 | :ableOperation="ableOperation" |
| 419 | @upDateQlrxxList="upDateYwrxxList" /> | 419 | @upDateQlrxxList="upDateYwrxxList" /> |
| 420 | </div> | 420 | </div> |
| 421 | </div> | 421 | </div> | ... | ... |
| ... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
| 80 | label="业务号:" | 80 | label="业务号:" |
| 81 | prop="qlxx.ywh" | 81 | prop="qlxx.ywh" |
| 82 | :rules="rules.ywhrules"> | 82 | :rules="rules.ywhrules"> |
| 83 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 83 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 84 | </el-form-item> | 84 | </el-form-item> |
| 85 | </el-col> | 85 | </el-col> |
| 86 | <el-col :span="8"> | 86 | <el-col :span="8"> |
| ... | @@ -400,7 +400,7 @@ | ... | @@ -400,7 +400,7 @@ |
| 400 | <el-form-item label="共有方式:"> | 400 | <el-form-item label="共有方式:"> |
| 401 | <el-radio-group | 401 | <el-radio-group |
| 402 | :disabled="!ableOperation" | 402 | :disabled="!ableOperation" |
| 403 | v-model="ruleForm.sldy.gyfs"> | 403 | v-model="ruleForm.qlxx.gyfs"> |
| 404 | <el-radio label="0">单独所有</el-radio> | 404 | <el-radio label="0">单独所有</el-radio> |
| 405 | <el-radio label="1">共同共有</el-radio> | 405 | <el-radio label="1">共同共有</el-radio> |
| 406 | <el-radio label="2">按份所有</el-radio> | 406 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -412,9 +412,9 @@ | ... | @@ -412,9 +412,9 @@ |
| 412 | <qlrCommonTable | 412 | <qlrCommonTable |
| 413 | :tableData="ruleForm.qlrData" | 413 | :tableData="ruleForm.qlrData" |
| 414 | @upDateQlrxxList="upDateQlrxxList" | 414 | @upDateQlrxxList="upDateQlrxxList" |
| 415 | :disabled="ableOperation" | 415 | :ableOperation="ableOperation" |
| 416 | :key="key" | 416 | :key="key" |
| 417 | :gyfs="ruleForm.sldy.gyfs" /> | 417 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 418 | </div> | 418 | </div> |
| 419 | <el-row class="btn" v-if="ableOperation"> | 419 | <el-row class="btn" v-if="ableOperation"> |
| 420 | <el-form-item> | 420 | <el-form-item> | ... | ... |
| ... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
| 80 | label="业务号:" | 80 | label="业务号:" |
| 81 | prop="qlxx.ywh" | 81 | prop="qlxx.ywh" |
| 82 | :rules="rules.ywhrules"> | 82 | :rules="rules.ywhrules"> |
| 83 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> | 83 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 84 | </el-form-item> | 84 | </el-form-item> |
| 85 | </el-col> | 85 | </el-col> |
| 86 | <el-col :span="8"> | 86 | <el-col :span="8"> |
| ... | @@ -253,7 +253,7 @@ | ... | @@ -253,7 +253,7 @@ |
| 253 | <el-form-item label="共有方式:"> | 253 | <el-form-item label="共有方式:"> |
| 254 | <el-radio-group | 254 | <el-radio-group |
| 255 | :disabled="!ableOperation" | 255 | :disabled="!ableOperation" |
| 256 | v-model="ruleForm.sldy.gyfs"> | 256 | v-model="ruleForm.qlxx.gyfs"> |
| 257 | <el-radio label="0">单独所有</el-radio> | 257 | <el-radio label="0">单独所有</el-radio> |
| 258 | <el-radio label="1">共同共有</el-radio> | 258 | <el-radio label="1">共同共有</el-radio> |
| 259 | <el-radio label="2">按份所有</el-radio> | 259 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -266,8 +266,8 @@ | ... | @@ -266,8 +266,8 @@ |
| 266 | :tableData="ruleForm.qlrData" | 266 | :tableData="ruleForm.qlrData" |
| 267 | @upDateQlrxxList="upDateQlrxxList" | 267 | @upDateQlrxxList="upDateQlrxxList" |
| 268 | :key="key" | 268 | :key="key" |
| 269 | :disabled="ableOperation" | 269 | :ableOperation="ableOperation" |
| 270 | :gyfs="ruleForm.sldy.gyfs" /> | 270 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 271 | </div> | 271 | </div> |
| 272 | <el-row class="btn" v-if="ableOperation"> | 272 | <el-row class="btn" v-if="ableOperation"> |
| 273 | <el-form-item> | 273 | <el-form-item> | ... | ... |
| ... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
| 101 | label="业务号:" | 101 | label="业务号:" |
| 102 | prop="qlxx.ywh" | 102 | prop="qlxx.ywh" |
| 103 | :rules="rules.ywhrules"> | 103 | :rules="rules.ywhrules"> |
| 104 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 104 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 105 | </el-form-item> | 105 | </el-form-item> |
| 106 | </el-col> | 106 | </el-col> |
| 107 | <el-col :span="8"> | 107 | <el-col :span="8"> |
| ... | @@ -354,7 +354,7 @@ | ... | @@ -354,7 +354,7 @@ |
| 354 | <el-form-item label="共有方式:"> | 354 | <el-form-item label="共有方式:"> |
| 355 | <el-radio-group | 355 | <el-radio-group |
| 356 | :disabled="!ableOperation" | 356 | :disabled="!ableOperation" |
| 357 | v-model="ruleForm.sldy.gyfs"> | 357 | v-model="ruleForm.qlxx.gyfs"> |
| 358 | <el-radio label="0">单独所有</el-radio> | 358 | <el-radio label="0">单独所有</el-radio> |
| 359 | <el-radio label="1">共同共有</el-radio> | 359 | <el-radio label="1">共同共有</el-radio> |
| 360 | <el-radio label="2">按份所有</el-radio> | 360 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -367,8 +367,8 @@ | ... | @@ -367,8 +367,8 @@ |
| 367 | :tableData="ruleForm.qlrData" | 367 | :tableData="ruleForm.qlrData" |
| 368 | @upDateQlrxxList="upDateQlrxxList" | 368 | @upDateQlrxxList="upDateQlrxxList" |
| 369 | :key="key" | 369 | :key="key" |
| 370 | :disabled="ableOperation" | 370 | :ableOperation="ableOperation" |
| 371 | :gyfs="ruleForm.sldy.gyfs" /> | 371 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 372 | </div> | 372 | </div> |
| 373 | <el-row class="btn" v-if="ableOperation"> | 373 | <el-row class="btn" v-if="ableOperation"> |
| 374 | <el-form-item> | 374 | <el-form-item> | ... | ... |
| ... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
| 102 | </el-col> | 102 | </el-col> |
| 103 | <el-col :span="8"> | 103 | <el-col :span="8"> |
| 104 | <el-form-item label="坐落:"> | 104 | <el-form-item label="坐落:"> |
| 105 | <el-input disabled v-model="ruleForm.qlxx.zl"></el-input> | 105 | <el-input disabled v-model="ruleForm.ztQlxx.zl"></el-input> |
| 106 | </el-form-item> | 106 | </el-form-item> |
| 107 | </el-col> | 107 | </el-col> |
| 108 | </el-row> | 108 | </el-row> |
| ... | @@ -164,7 +164,7 @@ | ... | @@ -164,7 +164,7 @@ |
| 164 | label="业务号:" | 164 | label="业务号:" |
| 165 | prop="qlxx.ywh" | 165 | prop="qlxx.ywh" |
| 166 | :rules="rules.ywhrules"> | 166 | :rules="rules.ywhrules"> |
| 167 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 167 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 168 | </el-form-item> | 168 | </el-form-item> |
| 169 | </el-col> | 169 | </el-col> |
| 170 | <el-col :span="8"> | 170 | <el-col :span="8"> |
| ... | @@ -175,6 +175,12 @@ | ... | @@ -175,6 +175,12 @@ |
| 175 | </el-row> | 175 | </el-row> |
| 176 | <el-row :gutter="10"> | 176 | <el-row :gutter="10"> |
| 177 | <el-col :span="8"> | 177 | <el-col :span="8"> |
| 178 | <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh" | ||
| 179 | :rules="rules.bdcqzhrules"> | ||
| 180 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | ||
| 181 | </el-form-item> | ||
| 182 | </el-col> | ||
| 183 | <el-col :span="8"> | ||
| 178 | <el-form-item label="权利类型:"> | 184 | <el-form-item label="权利类型:"> |
| 179 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> | 185 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> |
| 180 | </el-form-item> | 186 | </el-form-item> |
| ... | @@ -222,7 +228,7 @@ | ... | @@ -222,7 +228,7 @@ |
| 222 | label="登簿人:" | 228 | label="登簿人:" |
| 223 | prop="qlxx.dbr" | 229 | prop="qlxx.dbr" |
| 224 | :rules="rules.dbrrules"> | 230 | :rules="rules.dbrrules"> |
| 225 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> | 231 | <el-input maxlength="20" v-model="ruleForm.qlxx.dbr"></el-input> |
| 226 | </el-form-item> | 232 | </el-form-item> |
| 227 | </el-col> | 233 | </el-col> |
| 228 | <el-col :span="8"> | 234 | <el-col :span="8"> |
| ... | @@ -287,7 +293,7 @@ | ... | @@ -287,7 +293,7 @@ |
| 287 | </el-col> | 293 | </el-col> |
| 288 | <el-col :span="8"> | 294 | <el-col :span="8"> |
| 289 | <el-form-item label="用途名称:"> | 295 | <el-form-item label="用途名称:"> |
| 290 | <el-input v-model="ruleForm.ygdj.ytmc"></el-input> | 296 | <el-input maxlength="10" v-model="ruleForm.ygdj.ytmc"></el-input> |
| 291 | </el-form-item> | 297 | </el-form-item> |
| 292 | </el-col> | 298 | </el-col> |
| 293 | <el-col :span="8"> | 299 | <el-col :span="8"> |
| ... | @@ -334,6 +340,7 @@ | ... | @@ -334,6 +340,7 @@ |
| 334 | <div class="flex"> | 340 | <div class="flex"> |
| 335 | <el-input | 341 | <el-input |
| 336 | v-model="ruleForm.ygdj.jzmj" | 342 | v-model="ruleForm.ygdj.jzmj" |
| 343 | maxlength="13" | ||
| 337 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 344 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
| 338 | <el-select | 345 | <el-select |
| 339 | v-model="ruleForm.ygdj.mjdw" | 346 | v-model="ruleForm.ygdj.mjdw" |
| ... | @@ -366,7 +373,7 @@ | ... | @@ -366,7 +373,7 @@ |
| 366 | type="date" | 373 | type="date" |
| 367 | class="width100" | 374 | class="width100" |
| 368 | placeholder="选择日期" | 375 | placeholder="选择日期" |
| 369 | value-format="yyyy-MM-dd HH/mm/ss" | 376 | value-format="yyyy-MM-dd HH:mm:ss" |
| 370 | format="yyyy-MM-dd"> | 377 | format="yyyy-MM-dd"> |
| 371 | </el-date-picker> | 378 | </el-date-picker> |
| 372 | </el-form-item> | 379 | </el-form-item> |
| ... | @@ -384,6 +391,7 @@ | ... | @@ -384,6 +391,7 @@ |
| 384 | <div class="flex"> | 391 | <div class="flex"> |
| 385 | <el-input | 392 | <el-input |
| 386 | v-model="ruleForm.ygdj.qdjg" | 393 | v-model="ruleForm.ygdj.qdjg" |
| 394 | maxlength="11" | ||
| 387 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 395 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
| 388 | <el-select | 396 | <el-select |
| 389 | v-model="ruleForm.ygdj.jedw" | 397 | v-model="ruleForm.ygdj.jedw" |
| ... | @@ -401,7 +409,7 @@ | ... | @@ -401,7 +409,7 @@ |
| 401 | </el-col> | 409 | </el-col> |
| 402 | <el-col :span="8"> | 410 | <el-col :span="8"> |
| 403 | <el-form-item label="担保范围:"> | 411 | <el-form-item label="担保范围:"> |
| 404 | <el-input v-model="ruleForm.ygdj.dbfw"></el-input> | 412 | <el-input maxlength="10" v-model="ruleForm.ygdj.dbfw"></el-input> |
| 405 | </el-form-item> | 413 | </el-form-item> |
| 406 | </el-col> | 414 | </el-col> |
| 407 | <el-col :span="8"> | 415 | <el-col :span="8"> |
| ... | @@ -429,12 +437,6 @@ | ... | @@ -429,12 +437,6 @@ |
| 429 | </el-radio-group> | 437 | </el-radio-group> |
| 430 | </el-form-item> | 438 | </el-form-item> |
| 431 | </el-col> --> | 439 | </el-col> --> |
| 432 | <el-col :span="8"> | ||
| 433 | <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh" | ||
| 434 | :rules="rules.bdcqzhrules"> | ||
| 435 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | ||
| 436 | </el-form-item> | ||
| 437 | </el-col> | ||
| 438 | <el-col :span="24"> | 440 | <el-col :span="24"> |
| 439 | <el-form-item label="附记:"> | 441 | <el-form-item label="附记:"> |
| 440 | <el-input v-model="ruleForm.ygdj.fj"></el-input> | 442 | <el-input v-model="ruleForm.ygdj.fj"></el-input> |
| ... | @@ -450,7 +452,7 @@ | ... | @@ -450,7 +452,7 @@ |
| 450 | <el-form-item label="共有方式:"> | 452 | <el-form-item label="共有方式:"> |
| 451 | <el-radio-group | 453 | <el-radio-group |
| 452 | :disabled="!ableOperation" | 454 | :disabled="!ableOperation" |
| 453 | v-model="ruleForm.sldy.gyfs"> | 455 | v-model="ruleForm.qlxx.gyfs"> |
| 454 | <el-radio label="0">单独所有</el-radio> | 456 | <el-radio label="0">单独所有</el-radio> |
| 455 | <el-radio label="1">共同共有</el-radio> | 457 | <el-radio label="1">共同共有</el-radio> |
| 456 | <el-radio label="2">按份所有</el-radio> | 458 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -463,8 +465,8 @@ | ... | @@ -463,8 +465,8 @@ |
| 463 | :tableData="ruleForm.qlrData" | 465 | :tableData="ruleForm.qlrData" |
| 464 | @upDateQlrxxList="upDateQlrxxList" | 466 | @upDateQlrxxList="upDateQlrxxList" |
| 465 | :key="key" | 467 | :key="key" |
| 466 | :disabled="ableOperation" | 468 | :ableOperation="ableOperation" |
| 467 | :gyfs="ruleForm.sldy.gyfs" /> | 469 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 468 | 470 | ||
| 469 | <div v-if="ruleForm.ywrData"> | 471 | <div v-if="ruleForm.ywrData"> |
| 470 | <div class="slxx_title title-block"> | 472 | <div class="slxx_title title-block"> |
| ... | @@ -475,7 +477,7 @@ | ... | @@ -475,7 +477,7 @@ |
| 475 | v-if="ruleForm.ywrData" | 477 | v-if="ruleForm.ywrData" |
| 476 | :tableData="ruleForm.ywrData" | 478 | :tableData="ruleForm.ywrData" |
| 477 | :key="key" | 479 | :key="key" |
| 478 | :disabled="ableOperation" | 480 | :ableOperation="ableOperation" |
| 479 | @upDateQlrxxList="upDateYwrxxList" /> | 481 | @upDateQlrxxList="upDateYwrxxList" /> |
| 480 | </div> | 482 | </div> |
| 481 | </div> | 483 | </div> | ... | ... |
| ... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
| 101 | label="业务号:" | 101 | label="业务号:" |
| 102 | prop="qlxx.ywh" | 102 | prop="qlxx.ywh" |
| 103 | :rules="rules.ywhrules"> | 103 | :rules="rules.ywhrules"> |
| 104 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 104 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 105 | </el-form-item> | 105 | </el-form-item> |
| 106 | </el-col> | 106 | </el-col> |
| 107 | <el-col :span="8"> | 107 | <el-col :span="8"> |
| ... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
| 121 | </el-col> | 121 | </el-col> |
| 122 | <el-col :span="8"> | 122 | <el-col :span="8"> |
| 123 | <el-form-item | 123 | <el-form-item |
| 124 | label="不动产权证号:" | 124 | label="不动产登记证明号:" |
| 125 | prop="qlxx.bdcqzh" | 125 | prop="qlxx.bdcqzh" |
| 126 | :rules="rules.bdcqzhrules"> | 126 | :rules="rules.bdcqzhrules"> |
| 127 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | 127 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> |
| ... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
| 145 | label="登簿人:" | 145 | label="登簿人:" |
| 146 | prop="qlxx.dbr" | 146 | prop="qlxx.dbr" |
| 147 | :rules="rules.dbrrules"> | 147 | :rules="rules.dbrrules"> |
| 148 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> | 148 | <el-input maxlength="20" v-model="ruleForm.qlxx.dbr"></el-input> |
| 149 | </el-form-item> | 149 | </el-form-item> |
| 150 | </el-col> | 150 | </el-col> |
| 151 | <el-col :span="8"> | 151 | <el-col :span="8"> |
| ... | @@ -210,7 +210,7 @@ | ... | @@ -210,7 +210,7 @@ |
| 210 | </el-col> | 210 | </el-col> |
| 211 | <el-col :span="8"> | 211 | <el-col :span="8"> |
| 212 | <el-form-item label="用途名称:"> | 212 | <el-form-item label="用途名称:"> |
| 213 | <el-input v-model="ruleForm.ygdj.ytmc"></el-input> | 213 | <el-input maxlength="10" v-model="ruleForm.ygdj.ytmc"></el-input> |
| 214 | </el-form-item> | 214 | </el-form-item> |
| 215 | </el-col> | 215 | </el-col> |
| 216 | <el-col :span="8"> | 216 | <el-col :span="8"> |
| ... | @@ -257,6 +257,7 @@ | ... | @@ -257,6 +257,7 @@ |
| 257 | <div class="flex"> | 257 | <div class="flex"> |
| 258 | <el-input | 258 | <el-input |
| 259 | v-model="ruleForm.ygdj.jzmj" | 259 | v-model="ruleForm.ygdj.jzmj" |
| 260 | maxlength="13" | ||
| 260 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 261 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
| 261 | <el-select | 262 | <el-select |
| 262 | v-model="ruleForm.ygdj.mjdw" | 263 | v-model="ruleForm.ygdj.mjdw" |
| ... | @@ -274,20 +275,20 @@ | ... | @@ -274,20 +275,20 @@ |
| 274 | </el-col> | 275 | </el-col> |
| 275 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 276 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 276 | <el-form-item label="注销预告业务号:"> | 277 | <el-form-item label="注销预告业务号:"> |
| 277 | <el-input v-model="ruleForm.ygdj.zxygywh"></el-input> | 278 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.zxywh"></el-input> |
| 278 | </el-form-item> | 279 | </el-form-item> |
| 279 | </el-col> | 280 | </el-col> |
| 280 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 281 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 281 | <el-form-item label="注销预告原因:"> | 282 | <el-form-item label="注销预告原因:"> |
| 282 | <el-input v-model="ruleForm.ygdj.zxygyy"></el-input> | 283 | <el-input v-model="ruleForm.ygdj.zxyy"></el-input> |
| 283 | </el-form-item> | 284 | </el-form-item> |
| 284 | </el-col> | 285 | </el-col> |
| 285 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 286 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 286 | <el-form-item label="注销时间:"> | 287 | <el-form-item label="注销时间:"> |
| 287 | <el-date-picker | 288 | <el-date-picker |
| 288 | v-model="ruleForm.ygdj.zxsj" | 289 | v-model="ruleForm.qlxx.zxsj" |
| 289 | class="width100" | ||
| 290 | type="date" | 290 | type="date" |
| 291 | class="width100" | ||
| 291 | placeholder="选择日期" | 292 | placeholder="选择日期" |
| 292 | value-format="yyyy-MM-dd HH:mm:ss" | 293 | value-format="yyyy-MM-dd HH:mm:ss" |
| 293 | format="yyyy-MM-dd"> | 294 | format="yyyy-MM-dd"> |
| ... | @@ -311,6 +312,7 @@ | ... | @@ -311,6 +312,7 @@ |
| 311 | <div class="flex"> | 312 | <div class="flex"> |
| 312 | <el-input | 313 | <el-input |
| 313 | v-model="ruleForm.ygdj.qdjg" | 314 | v-model="ruleForm.ygdj.qdjg" |
| 315 | maxlength="11" | ||
| 314 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 316 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
| 315 | <el-select | 317 | <el-select |
| 316 | v-model="ruleForm.ygdj.jedw" | 318 | v-model="ruleForm.ygdj.jedw" |
| ... | @@ -328,7 +330,7 @@ | ... | @@ -328,7 +330,7 @@ |
| 328 | </el-col> | 330 | </el-col> |
| 329 | <el-col :span="8"> | 331 | <el-col :span="8"> |
| 330 | <el-form-item label="担保范围:"> | 332 | <el-form-item label="担保范围:"> |
| 331 | <el-input v-model="ruleForm.ygdj.dbfw"></el-input> | 333 | <el-input maxlength="10" v-model="ruleForm.ygdj.dbfw"></el-input> |
| 332 | </el-form-item> | 334 | </el-form-item> |
| 333 | </el-col> | 335 | </el-col> |
| 334 | <el-col :span="8"> | 336 | <el-col :span="8"> |
| ... | @@ -347,11 +349,6 @@ | ... | @@ -347,11 +349,6 @@ |
| 347 | </el-radio-group> | 349 | </el-radio-group> |
| 348 | </el-form-item> | 350 | </el-form-item> |
| 349 | </el-col> | 351 | </el-col> |
| 350 | <el-col :span="8"> | ||
| 351 | <el-form-item label="不动产登记证明号:"> | ||
| 352 | <el-input v-model="ruleForm.ygdj.bdcdjzmh"></el-input> | ||
| 353 | </el-form-item> | ||
| 354 | </el-col> | ||
| 355 | <el-col :span="24"> | 352 | <el-col :span="24"> |
| 356 | <el-form-item label="附记:"> | 353 | <el-form-item label="附记:"> |
| 357 | <el-input v-model="ruleForm.ygdj.fj"></el-input> | 354 | <el-input v-model="ruleForm.ygdj.fj"></el-input> |
| ... | @@ -367,7 +364,7 @@ | ... | @@ -367,7 +364,7 @@ |
| 367 | <el-form-item label="共有方式:"> | 364 | <el-form-item label="共有方式:"> |
| 368 | <el-radio-group | 365 | <el-radio-group |
| 369 | :disabled="!ableOperation" | 366 | :disabled="!ableOperation" |
| 370 | v-model="ruleForm.sldy.gyfs"> | 367 | v-model="ruleForm.qlxx.gyfs"> |
| 371 | <el-radio label="0">单独所有</el-radio> | 368 | <el-radio label="0">单独所有</el-radio> |
| 372 | <el-radio label="1">共同共有</el-radio> | 369 | <el-radio label="1">共同共有</el-radio> |
| 373 | <el-radio label="2">按份所有</el-radio> | 370 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -380,8 +377,8 @@ | ... | @@ -380,8 +377,8 @@ |
| 380 | :tableData="ruleForm.qlrData" | 377 | :tableData="ruleForm.qlrData" |
| 381 | @upDateQlrxxList="upDateQlrxxList" | 378 | @upDateQlrxxList="upDateQlrxxList" |
| 382 | :key="key" | 379 | :key="key" |
| 383 | :disabled="ableOperation" | 380 | :ableOperation="ableOperation" |
| 384 | :gyfs="ruleForm.sldy.gyfs" /> | 381 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 385 | 382 | ||
| 386 | <div v-if="ruleForm.ywrData"> | 383 | <div v-if="ruleForm.ywrData"> |
| 387 | <div class="slxx_title title-block"> | 384 | <div class="slxx_title title-block"> |
| ... | @@ -392,7 +389,7 @@ | ... | @@ -392,7 +389,7 @@ |
| 392 | v-if="ruleForm.ywrData" | 389 | v-if="ruleForm.ywrData" |
| 393 | :tableData="ruleForm.ywrData" | 390 | :tableData="ruleForm.ywrData" |
| 394 | :key="key" | 391 | :key="key" |
| 395 | :disabled="ableOperation" | 392 | :ableOperation="ableOperation" |
| 396 | @upDateQlrxxList="upDateYwrxxList" /> | 393 | @upDateQlrxxList="upDateYwrxxList" /> |
| 397 | </div> | 394 | </div> |
| 398 | </div> | 395 | </div> | ... | ... |
| ... | @@ -161,7 +161,7 @@ | ... | @@ -161,7 +161,7 @@ |
| 161 | label="业务号:" | 161 | label="业务号:" |
| 162 | prop="qlxx.ywh" | 162 | prop="qlxx.ywh" |
| 163 | :rules="rules.ywhrules"> | 163 | :rules="rules.ywhrules"> |
| 164 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> | 164 | <el-input maxlength="20" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');" v-model="ruleForm.qlxx.ywh"></el-input> |
| 165 | </el-form-item> | 165 | </el-form-item> |
| 166 | </el-col> | 166 | </el-col> |
| 167 | <el-col :span="8"> | 167 | <el-col :span="8"> |
| ... | @@ -317,7 +317,7 @@ | ... | @@ -317,7 +317,7 @@ |
| 317 | <el-form-item label="共有方式:"> | 317 | <el-form-item label="共有方式:"> |
| 318 | <el-radio-group | 318 | <el-radio-group |
| 319 | :disabled="!ableOperation" | 319 | :disabled="!ableOperation" |
| 320 | v-model="ruleForm.sldy.gyfs"> | 320 | v-model="ruleForm.qlxx.gyfs"> |
| 321 | <el-radio label="0">单独所有</el-radio> | 321 | <el-radio label="0">单独所有</el-radio> |
| 322 | <el-radio label="1">共同共有</el-radio> | 322 | <el-radio label="1">共同共有</el-radio> |
| 323 | <el-radio label="2">按份所有</el-radio> | 323 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -330,8 +330,8 @@ | ... | @@ -330,8 +330,8 @@ |
| 330 | :tableData="ruleForm.qlrData" | 330 | :tableData="ruleForm.qlrData" |
| 331 | @upDateQlrxxList="upDateQlrxxList" | 331 | @upDateQlrxxList="upDateQlrxxList" |
| 332 | :key="key" | 332 | :key="key" |
| 333 | :disabled="ableOperation" | 333 | :ableOperation="ableOperation" |
| 334 | :gyfs="ruleForm.sldy.gyfs" /> | 334 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 335 | <div v-if="ruleForm.ywrData"> | 335 | <div v-if="ruleForm.ywrData"> |
| 336 | <div class="slxx_title title-block"> | 336 | <div class="slxx_title title-block"> |
| 337 | 义务人信息 | 337 | 义务人信息 |
| ... | @@ -341,7 +341,7 @@ | ... | @@ -341,7 +341,7 @@ |
| 341 | v-if="ruleForm.ywrData" | 341 | v-if="ruleForm.ywrData" |
| 342 | :tableData="ruleForm.ywrData" | 342 | :tableData="ruleForm.ywrData" |
| 343 | :key="key" | 343 | :key="key" |
| 344 | :disabled="ableOperation" | 344 | :ableOperation="ableOperation" |
| 345 | @upDateQlrxxList="upDateYwrxxList" /> | 345 | @upDateQlrxxList="upDateYwrxxList" /> |
| 346 | </div> | 346 | </div> |
| 347 | </div> | 347 | </div> | ... | ... |
| ... | @@ -45,6 +45,7 @@ | ... | @@ -45,6 +45,7 @@ |
| 45 | <el-col :span="16"> | 45 | <el-col :span="16"> |
| 46 | <el-form-item label="审查人"> | 46 | <el-form-item label="审查人"> |
| 47 | <el-input | 47 | <el-input |
| 48 | maxlength="20" | ||
| 48 | :disabled="!ableOperation" | 49 | :disabled="!ableOperation" |
| 49 | v-model="item.shryxm" | 50 | v-model="item.shryxm" |
| 50 | ></el-input> | 51 | ></el-input> |
| ... | @@ -98,7 +99,7 @@ export default { | ... | @@ -98,7 +99,7 @@ export default { |
| 98 | yjsqOptions: { | 99 | yjsqOptions: { |
| 99 | handler(val) { | 100 | handler(val) { |
| 100 | if(this.monitor){ | 101 | if(this.monitor){ |
| 101 | this.add(val); | 102 | this.add(""); |
| 102 | this.monitor=false | 103 | this.monitor=false |
| 103 | }else{ | 104 | }else{ |
| 104 | this.add(val); | 105 | this.add(val); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-24 09:47:54 | 4 | * @LastEditTime: 2023-08-17 15:26:20 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| ... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
| 134 | </div> | 134 | </div> |
| 135 | <div slot="footer" class="dialog_footer text-center"> | 135 | <div slot="footer" class="dialog_footer text-center"> |
| 136 | <el-button @click="$popupCacel()">取 消</el-button> | 136 | <el-button @click="$popupCacel()">取 消</el-button> |
| 137 | <el-button type="primary" @click="submit" plain>提 交</el-button> | 137 | <el-button type="primary" @click="submit" :loading="loading">提 交</el-button> |
| 138 | </div> | 138 | </div> |
| 139 | </div> | 139 | </div> |
| 140 | </template> | 140 | </template> |
| ... | @@ -152,18 +152,18 @@ | ... | @@ -152,18 +152,18 @@ |
| 152 | default: () => { } | 152 | default: () => { } |
| 153 | } | 153 | } |
| 154 | }, | 154 | }, |
| 155 | |||
| 156 | data () { | 155 | data () { |
| 157 | return { | 156 | return { |
| 157 | loading: false, | ||
| 158 | key: 0, | 158 | key: 0, |
| 159 | tn: 0, | 159 | tn: 0, |
| 160 | n: 0, | 160 | n: 0, |
| 161 | djlxList: [], | 161 | djlxList: [], |
| 162 | sqywdylx:store.getters.dictData['sqywdylx'], | 162 | sqywdylx: store.getters.dictData['sqywdylx'], |
| 163 | options: [ | 163 | options: [ |
| 164 | {label:"正常申请",value:"1"}, | 164 | { label: "正常申请", value: "1" }, |
| 165 | {label:"一并申请",value:"2"}, | 165 | { label: "一并申请", value: "2" }, |
| 166 | {label:"补录申请",value:"3"} | 166 | { label: "补录申请", value: "3" } |
| 167 | ], | 167 | ], |
| 168 | imgUploadUrl: uploadUrl(), | 168 | imgUploadUrl: uploadUrl(), |
| 169 | title: "", | 169 | title: "", |
| ... | @@ -255,7 +255,7 @@ | ... | @@ -255,7 +255,7 @@ |
| 255 | let _this = this | 255 | let _this = this |
| 256 | getSqdjywDetail(bsmSqyw).then((res) => { | 256 | getSqdjywDetail(bsmSqyw).then((res) => { |
| 257 | if (res.code === 200) { | 257 | if (res.code === 200) { |
| 258 | _this.form=res.result; | 258 | _this.form = res.result; |
| 259 | // _this.form.bsmSqyw = res.result.bsmSqyw; | 259 | // _this.form.bsmSqyw = res.result.bsmSqyw; |
| 260 | // _this.form.ywDetail = res.result.ywDetail; | 260 | // _this.form.ywDetail = res.result.ywDetail; |
| 261 | // _this.$set(_this.form, 'djqx', res.result.djqx); | 261 | // _this.$set(_this.form, 'djqx', res.result.djqx); |
| ... | @@ -270,14 +270,15 @@ | ... | @@ -270,14 +270,15 @@ |
| 270 | } | 270 | } |
| 271 | }) | 271 | }) |
| 272 | }, | 272 | }, |
| 273 | //提交保存数据 | ||
| 274 | /** | 273 | /** |
| 275 | * @description: 提交保存数据 | 274 | * @description: 提交保存数据 |
| 276 | * @author: renchao | 275 | * @author: renchao |
| 277 | */ | 276 | */ |
| 278 | submit () { | 277 | submit () { |
| 279 | let that = this; | 278 | let that = this; |
| 279 | this.loading = true | ||
| 280 | saveSqdjyw(this.form).then((res) => { | 280 | saveSqdjyw(this.form).then((res) => { |
| 281 | this.loading = false | ||
| 281 | if (res.code == 200) { | 282 | if (res.code == 200) { |
| 282 | that.$message({ | 283 | that.$message({ |
| 283 | message: "修改成功", | 284 | message: "修改成功", |
| ... | @@ -287,7 +288,6 @@ | ... | @@ -287,7 +288,6 @@ |
| 287 | } | 288 | } |
| 288 | }) | 289 | }) |
| 289 | }, | 290 | }, |
| 290 | // 上移下移 | ||
| 291 | /** | 291 | /** |
| 292 | * @description: 上移下移 | 292 | * @description: 上移下移 |
| 293 | * @param {*} index | 293 | * @param {*} index | ... | ... |
| ... | @@ -136,6 +136,7 @@ export default { | ... | @@ -136,6 +136,7 @@ export default { |
| 136 | getSpyjList(formdata).then((res) => { | 136 | getSpyjList(formdata).then((res) => { |
| 137 | this.$endLoading(); | 137 | this.$endLoading(); |
| 138 | if (res.code === 200 && res.result) { | 138 | if (res.code === 200 && res.result) { |
| 139 | this.$nextTick(() => { | ||
| 139 | this.tableData = res.result; | 140 | this.tableData = res.result; |
| 140 | if(this.shows){ | 141 | if(this.shows){ |
| 141 | this.shows=false | 142 | this.shows=false |
| ... | @@ -168,6 +169,8 @@ export default { | ... | @@ -168,6 +169,8 @@ export default { |
| 168 | item.show = false; | 169 | item.show = false; |
| 169 | } | 170 | } |
| 170 | }); | 171 | }); |
| 172 | }) | ||
| 173 | |||
| 171 | } | 174 | } |
| 172 | }); | 175 | }); |
| 173 | }, | 176 | }, | ... | ... |
| ... | @@ -145,7 +145,11 @@ | ... | @@ -145,7 +145,11 @@ |
| 145 | this.$popupCacel() | 145 | this.$popupCacel() |
| 146 | 146 | ||
| 147 | } else { | 147 | } else { |
| 148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 148 | if (res.result.length > 0) { |
| 149 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 150 | } else { | ||
| 151 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 152 | } | ||
| 149 | } | 153 | } |
| 150 | }).catch(() => { | 154 | }).catch(() => { |
| 151 | this.loading = false | 155 | this.loading = false | ... | ... |
| ... | @@ -138,7 +138,11 @@ | ... | @@ -138,7 +138,11 @@ |
| 138 | } | 138 | } |
| 139 | this.$popupCacel() | 139 | this.$popupCacel() |
| 140 | } else { | 140 | } else { |
| 141 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 141 | if (res.result && res.result.length > 0) { |
| 142 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 143 | } else { | ||
| 144 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 145 | } | ||
| 142 | } | 146 | } |
| 143 | }).catch(() => { | 147 | }).catch(() => { |
| 144 | this.loading = false | 148 | this.loading = false | ... | ... |
| ... | @@ -258,7 +258,11 @@ | ... | @@ -258,7 +258,11 @@ |
| 258 | } | 258 | } |
| 259 | this.$popupCacel() | 259 | this.$popupCacel() |
| 260 | } else { | 260 | } else { |
| 261 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 261 | if (res.result.length > 0) { |
| 262 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 263 | } else { | ||
| 264 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 265 | } | ||
| 262 | } | 266 | } |
| 263 | }).catch(() => { | 267 | }).catch(() => { |
| 264 | this.loading = false | 268 | this.loading = false |
| ... | @@ -279,7 +283,11 @@ | ... | @@ -279,7 +283,11 @@ |
| 279 | store.dispatch('user/refreshPage', true); | 283 | store.dispatch('user/refreshPage', true); |
| 280 | this.$popupCacel() | 284 | this.$popupCacel() |
| 281 | } else { | 285 | } else { |
| 282 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 286 | if (res.result.length > 0) { |
| 287 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 288 | } else { | ||
| 289 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 290 | } | ||
| 283 | } | 291 | } |
| 284 | }).catch(() => { | 292 | }).catch(() => { |
| 285 | this.loading = false | 293 | this.loading = false | ... | ... |
| ... | @@ -120,7 +120,11 @@ | ... | @@ -120,7 +120,11 @@ |
| 120 | } | 120 | } |
| 121 | this.$popupCacel() | 121 | this.$popupCacel() |
| 122 | } else { | 122 | } else { |
| 123 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 123 | if (res.result && res.result.length > 0) { |
| 124 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 125 | } else { | ||
| 126 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 127 | } | ||
| 124 | } | 128 | } |
| 125 | }).catch(() => { | 129 | }).catch(() => { |
| 126 | this.loading = false | 130 | this.loading = false | ... | ... |
| ... | @@ -121,7 +121,11 @@ | ... | @@ -121,7 +121,11 @@ |
| 121 | } | 121 | } |
| 122 | this.$popupCacel() | 122 | this.$popupCacel() |
| 123 | } else { | 123 | } else { |
| 124 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 124 | if (res.result && res.result.length > 0) { |
| 125 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 126 | } else { | ||
| 127 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 128 | } | ||
| 125 | } | 129 | } |
| 126 | }).catch(() => { | 130 | }).catch(() => { |
| 127 | this.loading = false | 131 | this.loading = false | ... | ... |
| ... | @@ -145,7 +145,11 @@ | ... | @@ -145,7 +145,11 @@ |
| 145 | } | 145 | } |
| 146 | this.$popupCacel() | 146 | this.$popupCacel() |
| 147 | } else { | 147 | } else { |
| 148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 148 | if (res.result && res.result.length > 0) { |
| 149 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 150 | } else { | ||
| 151 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 152 | } | ||
| 149 | } | 153 | } |
| 150 | }).catch(() => { | 154 | }).catch(() => { |
| 151 | this.loading = false | 155 | this.loading = false | ... | ... |
| ... | @@ -182,7 +182,11 @@ | ... | @@ -182,7 +182,11 @@ |
| 182 | } | 182 | } |
| 183 | this.$popupCacel() | 183 | this.$popupCacel() |
| 184 | } else { | 184 | } else { |
| 185 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 185 | if (res.result && res.result.length > 0) { |
| 186 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 187 | } else { | ||
| 188 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 189 | } | ||
| 186 | } | 190 | } |
| 187 | }).catch(() => { | 191 | }).catch(() => { |
| 188 | this.loading = false | 192 | this.loading = false | ... | ... |
| ... | @@ -126,7 +126,11 @@ | ... | @@ -126,7 +126,11 @@ |
| 126 | } | 126 | } |
| 127 | this.$popupCacel() | 127 | this.$popupCacel() |
| 128 | } else { | 128 | } else { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 129 | if (res.result && res.result.length > 0) { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 131 | } else { | ||
| 132 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 133 | } | ||
| 130 | } | 134 | } |
| 131 | }).catch(() => { | 135 | }).catch(() => { |
| 132 | this.loading = false | 136 | this.loading = false | ... | ... |
| ... | @@ -125,7 +125,11 @@ | ... | @@ -125,7 +125,11 @@ |
| 125 | } | 125 | } |
| 126 | this.$popupCacel() | 126 | this.$popupCacel() |
| 127 | } else { | 127 | } else { |
| 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 128 | if (res.result && res.result.length > 0) { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 130 | } else { | ||
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 132 | } | ||
| 129 | } | 133 | } |
| 130 | }).catch(() => { | 134 | }).catch(() => { |
| 131 | this.loading = false | 135 | this.loading = false | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-02 09:56:33 | 4 | * @LastEditTime: 2023-08-17 15:20:56 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -134,7 +134,11 @@ | ... | @@ -134,7 +134,11 @@ |
| 134 | } | 134 | } |
| 135 | this.$popupCacel() | 135 | this.$popupCacel() |
| 136 | } else { | 136 | } else { |
| 137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 137 | if (res.result && res.result.length > 0) { |
| 138 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 139 | } else { | ||
| 140 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 141 | } | ||
| 138 | } | 142 | } |
| 139 | }).catch(() => { | 143 | }).catch(() => { |
| 140 | this.loading = false | 144 | this.loading = false | ... | ... |
| ... | @@ -254,7 +254,11 @@ | ... | @@ -254,7 +254,11 @@ |
| 254 | } | 254 | } |
| 255 | this.$popupCacel() | 255 | this.$popupCacel() |
| 256 | } else { | 256 | } else { |
| 257 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 257 | if (res.result && res.result.length > 0) { |
| 258 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 259 | } else { | ||
| 260 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 261 | } | ||
| 258 | } | 262 | } |
| 259 | }).catch(() => { | 263 | }).catch(() => { |
| 260 | this.loading = false | 264 | this.loading = false | ... | ... |
| ... | @@ -127,7 +127,11 @@ | ... | @@ -127,7 +127,11 @@ |
| 127 | } | 127 | } |
| 128 | this.$popupCacel() | 128 | this.$popupCacel() |
| 129 | } else { | 129 | } else { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 130 | if (res.result && res.result.length > 0) { |
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 132 | } else { | ||
| 133 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 134 | } | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | this.loading = false | 137 | this.loading = false | ... | ... |
| ... | @@ -127,7 +127,11 @@ | ... | @@ -127,7 +127,11 @@ |
| 127 | } | 127 | } |
| 128 | this.$popupCacel() | 128 | this.$popupCacel() |
| 129 | } else { | 129 | } else { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 130 | if (res.result && res.result.length > 0) { |
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 132 | } else { | ||
| 133 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 134 | } | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | this.loading = false | 137 | this.loading = false | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-02 09:59:18 | 4 | * @LastEditTime: 2023-08-17 15:09:55 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -127,7 +127,11 @@ | ... | @@ -127,7 +127,11 @@ |
| 127 | } | 127 | } |
| 128 | this.$popupCacel() | 128 | this.$popupCacel() |
| 129 | } else { | 129 | } else { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 130 | if (res.result && res.result.length > 0) { |
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 132 | } else { | ||
| 133 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 134 | } | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | this.loading = false | 137 | this.loading = false | ... | ... |
| ... | @@ -127,7 +127,11 @@ | ... | @@ -127,7 +127,11 @@ |
| 127 | } | 127 | } |
| 128 | this.$popupCacel() | 128 | this.$popupCacel() |
| 129 | } else { | 129 | } else { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 130 | if (res.result && res.result.length > 0) { |
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 132 | } else { | ||
| 133 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 134 | } | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | this.loading = false | 137 | this.loading = false | ... | ... |
| ... | @@ -134,7 +134,11 @@ | ... | @@ -134,7 +134,11 @@ |
| 134 | } | 134 | } |
| 135 | this.$popupCacel() | 135 | this.$popupCacel() |
| 136 | } else { | 136 | } else { |
| 137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 137 | if (res.result && res.result.length > 0) { |
| 138 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 139 | } else { | ||
| 140 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 141 | } | ||
| 138 | } | 142 | } |
| 139 | }).catch(() => { | 143 | }).catch(() => { |
| 140 | this.loading = false | 144 | this.loading = false | ... | ... |
| ... | @@ -125,7 +125,11 @@ | ... | @@ -125,7 +125,11 @@ |
| 125 | this.$popupCacel() | 125 | this.$popupCacel() |
| 126 | } | 126 | } |
| 127 | } else { | 127 | } else { |
| 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 128 | if (res.result && res.result.length > 0) { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 130 | } else { | ||
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 132 | } | ||
| 129 | } | 133 | } |
| 130 | }).catch(() => { | 134 | }).catch(() => { |
| 131 | this.loading = false | 135 | this.loading = false | ... | ... |
| ... | @@ -123,7 +123,11 @@ | ... | @@ -123,7 +123,11 @@ |
| 123 | } | 123 | } |
| 124 | this.$popupCacel() | 124 | this.$popupCacel() |
| 125 | } else { | 125 | } else { |
| 126 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 126 | if (res.result && res.result.length > 0) { |
| 127 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 128 | } else { | ||
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 130 | } | ||
| 127 | } | 131 | } |
| 128 | }).catch(() => { | 132 | }).catch(() => { |
| 129 | this.loading = false | 133 | this.loading = false | ... | ... |
| ... | @@ -125,7 +125,11 @@ | ... | @@ -125,7 +125,11 @@ |
| 125 | } | 125 | } |
| 126 | this.$popupCacel() | 126 | this.$popupCacel() |
| 127 | } else { | 127 | } else { |
| 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 128 | if (res.result && res.result.length > 0) { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 130 | } else { | ||
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 132 | } | ||
| 129 | } | 133 | } |
| 130 | }).catch(() => { | 134 | }).catch(() => { |
| 131 | this.loading = false | 135 | this.loading = false | ... | ... |
| ... | @@ -125,7 +125,11 @@ | ... | @@ -125,7 +125,11 @@ |
| 125 | this.$popupCacel() | 125 | this.$popupCacel() |
| 126 | } | 126 | } |
| 127 | } else { | 127 | } else { |
| 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 128 | if (res.result && res.result.length > 0) { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 130 | } else { | ||
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 132 | } | ||
| 129 | } | 133 | } |
| 130 | }).catch(() => { | 134 | }).catch(() => { |
| 131 | this.loading = false | 135 | this.loading = false | ... | ... |
| ... | @@ -126,7 +126,11 @@ | ... | @@ -126,7 +126,11 @@ |
| 126 | } | 126 | } |
| 127 | this.$popupCacel() | 127 | this.$popupCacel() |
| 128 | } else { | 128 | } else { |
| 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 129 | if (res.result && res.result.length > 0) { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 131 | } else { | ||
| 132 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 133 | } | ||
| 130 | } | 134 | } |
| 131 | }).catch(() => { | 135 | }).catch(() => { |
| 132 | this.loading = false | 136 | this.loading = false | ... | ... |
| ... | @@ -127,7 +127,11 @@ | ... | @@ -127,7 +127,11 @@ |
| 127 | } | 127 | } |
| 128 | this.$popupCacel() | 128 | this.$popupCacel() |
| 129 | } else { | 129 | } else { |
| 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) | 130 | if (res.result && res.result.length > 0) { |
| 131 | ywPopupDialog("申请错误明细", "components/ywdialog", { result: res.result }, '36%', true) | ||
| 132 | } else { | ||
| 133 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message }, '36%', true) | ||
| 134 | } | ||
| 131 | } | 135 | } |
| 132 | }).catch(() => { | 136 | }).catch(() => { |
| 133 | this.loading = false | 137 | this.loading = false | ... | ... |
-
Please register or sign in to post a comment