入库移除审核步骤
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
<!-- 审核按钮 -->
|
||||
<el-button
|
||||
v-if="stockIo.status === 1"
|
||||
v-if="stockIo.status === 1 && stockIo.ioType != 'in'"
|
||||
type="primary"
|
||||
:loading="auditLoading"
|
||||
@click="handleAudit"
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
<!-- 撤回按钮 -->
|
||||
<el-button
|
||||
v-if="stockIo.status === 2"
|
||||
v-if="stockIo.status === 2 && stockIo.ioType != 'in'"
|
||||
type="warning"
|
||||
:loading="cancelLoading"
|
||||
@click="handleCancel"
|
||||
|
||||
Reference in New Issue
Block a user