mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-15 02:21:53 +08:00
✨ ERP:增加 ERP 调拨单的实现 100%
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
<script setup lang="ts">
|
||||
import { StockOutApi, StockOutVO } from '@/api/erp/stock/out'
|
||||
import StockOutItemForm from './components/StockOutItemForm.vue'
|
||||
import { SupplierApi, SupplierVO } from '@/api/erp/purchase/supplier'
|
||||
import { CustomerApi, CustomerVO } from '@/api/erp/sale/customer'
|
||||
|
||||
/** ERP 其它出库单表单 */
|
||||
|
@@ -192,6 +192,7 @@
|
||||
type="primary"
|
||||
@click="openForm('update', scope.row.id)"
|
||||
v-hasPermi="['erp:stock-out:update']"
|
||||
:disabled="scope.row.status === 20"
|
||||
>
|
||||
编辑
|
||||
</el-button>
|
||||
|
Reference in New Issue
Block a user