95da35c1 by renchao@pashanhoo.com

style:预告抵押登记

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