月结账户网点选择只读

This commit is contained in:
wuteng 2025-08-19 10:39:43 +08:00
parent 5d3bc93bc8
commit 526f2ff485

View File

@ -53,7 +53,7 @@
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24" v-if="!readOnly">
<el-row> <el-row>
<el-col :span="3"> <el-col :span="3">
<el-button size="mini" type="primary" @click="append">自定义</el-button> <el-button size="mini" type="primary" @click="append">自定义</el-button>
@ -458,6 +458,9 @@ import { data } from "jquery";
}, },
// 双击节点 // 双击节点
handleDoubleClick(node,data){ handleDoubleClick(node,data){
if(this.readOnly){
return;
}
data.inputeFlag = true; data.inputeFlag = true;
}, },
// 拖拽 放下 // 拖拽 放下