95da35c1 by renchao@pashanhoo.com

style:预告抵押登记

1 parent ac95ac38
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-21 14:20:02 4 * @LastEditTime: 2023-09-25 08:59:56
5 */ 5 */
6 import { getPrintTemplateByCode } from "@/api/print"; 6 import { getPrintTemplateByCode } from "@/api/print";
7 import { uploadUndo } from "@/api/clxx"; 7 import { uploadUndo } from "@/api/clxx";
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
198 case "transfer": //转件按钮 198 case "transfer": //转件按钮
199 getNextLinkInfo({ 199 getNextLinkInfo({
200 bsmSlsq: this.bsmSlsq, 200 bsmSlsq: this.bsmSlsq,
201 bestepid: this.bestepid ? his.bestepid : '' 201 bestepid: this.bestepid ? this.bestepid : ''
202 }).then((res) => { 202 }).then((res) => {
203 if (res.code === 200) { 203 if (res.code === 200) {
204 if (res.result) { 204 if (res.result) {
......
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
199 :rules="rules.dbfwrules"> 199 :rules="rules.dbfwrules">
200 <el-input 200 <el-input
201 v-model="ruleForm.ygdj.dbfw" 201 v-model="ruleForm.ygdj.dbfw"
202 :disabled="ruleForm.sldy.djlx == '300' && !viewEdit"></el-input> 202 :disabled="!viewEdit"></el-input>
203 </el-form-item> 203 </el-form-item>
204 </el-col> 204 </el-col>
205 </el-row> 205 </el-row>
......