✨ feat: 增加专门的排产页面
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="存储位置" align="center">
|
||||
<template #default="scope">
|
||||
<WarehouseSelect v-model="scope.row.warehouseId" />
|
||||
<ELWarehouseSelect v-model="scope.row.warehouseId" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="stockIoId" label="挂载单据" align="center">
|
||||
@@ -120,12 +120,14 @@
|
||||
import { listStockIo, scanInStock, scanOutStock } from '@/api/wms/stockIo';
|
||||
import { addStockIoDetail } from '@/api/wms/stockIoDetail';
|
||||
import WarehouseSelect from '@/components/WarehouseSelect/index.vue';
|
||||
import ELWarehouseSelect from '@/components/KLPService/WarehouseSelect/index.vue';
|
||||
import ProductInfo from '@/components/KLPService/Renderer/ProductInfo.vue';
|
||||
import RawMaterialInfo from '@/components/KLPService/Renderer/RawMaterialInfo.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
WarehouseSelect,
|
||||
ELWarehouseSelect,
|
||||
ProductInfo,
|
||||
RawMaterialInfo,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user