Commit d896849b authored by xioln's avatar xioln

入库流程

parent b0ec3ba7
......@@ -2,7 +2,7 @@
* @Description: 库位选择组件
* @author xioln
* @date 2023-07-21
* @FilePath: applications/dee-mes/src/privateComponents/components/WarehouseSelect/index.vue
* @FilePath: applications/dee-mes/src/privateComponents/components/WarehousingConfirmationConfirm/component/warehouseSelect.vue
*/
<template>
<div class="warehouse-select">
......
......@@ -11,7 +11,7 @@
</template>
<script>
import { post } from '@/utils/http'
import WarehouseSelect from '/Users/xioln/project/tf-mom-web/applications/dee-mes/src/privateComponents/components/WarehouseSelect/index.vue'
import WarehouseSelect from './component/warehouseSelect.vue'
export default {
componentName: '验收入库确认签审对象',
name: 'WarehousingConfirmationConfirm', // name写在组件的最前方,自定义组件为必填
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment