Fix Bug #443: 手术计费:点击“签发”耗材时异常报错

This commit is contained in:
赵云
2026-05-08 22:00:22 +08:00
parent 637169f1d2
commit 4f57389656

View File

@@ -6,7 +6,7 @@
新增 新增
</el-button> </el-button>
<el-button type="primary" @click="handleSaveBatch()" :disabled="false"> 保存 </el-button> <el-button type="primary" @click="handleSaveBatch()" :disabled="false"> 保存 </el-button>
<el-button type="primary" @click="handleSave()" :disabled="false"> 签发 </el-button> <el-button type="primary" @click="handleSave()" :disabled="isSaveDisabled"> 签发 </el-button>
<el-button type="warning" plain @click="handleSingOut()" :disabled="false"> <el-button type="warning" plain @click="handleSingOut()" :disabled="false">
撤回 撤回
</el-button> </el-button>