feat(合并钢卷): 添加实际仓库选择组件
This commit is contained in:
@@ -229,11 +229,13 @@ import { listRawMaterial } from '@/api/wms/rawMaterial';
|
|||||||
import { listProduct } from '@/api/wms/product';
|
import { listProduct } from '@/api/wms/product';
|
||||||
import { listPendingAction, completeAction } from '@/api/wms/pendingAction';
|
import { listPendingAction, completeAction } from '@/api/wms/pendingAction';
|
||||||
import CoilSelector from '@/components/CoilSelector';
|
import CoilSelector from '@/components/CoilSelector';
|
||||||
|
import ActualWarehouseSelect from "@/components/KLPService/ActualWarehouseSelect";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MergeCoil',
|
name: 'MergeCoil',
|
||||||
components: {
|
components: {
|
||||||
CoilSelector
|
CoilSelector,
|
||||||
|
ActualWarehouseSelect
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user