refactor(wms): 在多个 WMS页面中,将 MaterialSelectInWMS 组件的引用从 mes 模块更新为 wms 模块

master^2
zangch@mesnac.com 5 days ago
parent 0af0b3aa1f
commit 8ae8343068

@ -583,7 +583,7 @@ import {
getMaterialList, getInstockMaterialList getMaterialList, getInstockMaterialList
} from '@/api/wms/linkage' } from '@/api/wms/linkage'
import MaterialSelectInWMS from "@/views/mes/baseMaterialInfo/addMaterialInWMS.vue"; import MaterialSelectInWMS from "@/views/wms/baseMaterialInfo/addMaterialInWMS.vue";
import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory'; import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory';

@ -583,7 +583,7 @@ import {
getMaterialList, getInstockMaterialList getMaterialList, getInstockMaterialList
} from '@/api/wms/linkage' } from '@/api/wms/linkage'
import MaterialSelectInWMS from "@/views/mes/baseMaterialInfo/addMaterialInWMS.vue"; import MaterialSelectInWMS from "@/views/wms/baseMaterialInfo/addMaterialInWMS.vue";
import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory'; import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory';

@ -444,7 +444,7 @@ import {
getMaterialList, viewAllocateOrderDetail, delAllocateOrderDetail, allocateOrderUpdate getMaterialList, viewAllocateOrderDetail, delAllocateOrderDetail, allocateOrderUpdate
} from '@/api/wms/linkage' } from '@/api/wms/linkage'
import MaterialSelectInWMS from "@/views/mes/baseMaterialInfo/addMaterialInWMS.vue"; import MaterialSelectInWMS from "@/views/wms/baseMaterialInfo/addMaterialInWMS.vue";
import {reactive} from 'vue' import {reactive} from 'vue'
import {ElMessage, ElMessageBox} from 'element-plus' import {ElMessage, ElMessageBox} from 'element-plus'

@ -484,7 +484,7 @@ import {
getMaterialList getMaterialList
} from '@/api/wms/linkage' } from '@/api/wms/linkage'
import MaterialSelectInWMS from "@/views/mes/baseMaterialInfo/addMaterialInWMS.vue"; import MaterialSelectInWMS from "@/views/wms/baseMaterialInfo/addMaterialInWMS.vue";
import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory'; import { getBaseMaterialCategoryListInWMS } from '@/api/wms/baseMaterialCategory';

@ -488,7 +488,7 @@
<script setup name="Linkage" lang="ts"> <script setup name="Linkage" lang="ts">
import MaterialSelectInWMS from '@/views/mes/baseMaterialInfo/addMaterialInWMS.vue'; import MaterialSelectInWMS from '@/views/wms/baseMaterialInfo/addMaterialInWMS.vue';
import { import {
listWmsPurchaseOrder, listWmsPurchaseOrder,

Loading…
Cancel
Save