feat: 合同管理和供应商管理

This commit is contained in:
砂糖
2025-08-12 13:37:21 +08:00
parent b2df5b517e
commit e454a245b6
7 changed files with 727 additions and 3 deletions

View File

@@ -161,7 +161,7 @@
<!-- 撤回按钮 -->
<el-button
v-if="stockIo.status === 2"
v-if="stockIo.status === 2 && stockIo.ioType !== 'withdraw'"
type="warning"
:loading="cancelLoading"
@click="handleCancel"