@ -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