feat: 仓库管理

This commit is contained in:
砂糖
2025-09-17 15:59:03 +08:00
parent 0346e09dd3
commit 2bd09e2cf4
43 changed files with 5473 additions and 33 deletions

View File

@@ -157,10 +157,10 @@ import * as echarts from 'echarts'
import {
UserFilled, ShoppingCart, Money, RefreshRight
} from '@element-plus/icons-vue'
import { listOrder } from '@/api/wms/order'
import { listOrderDetail } from '@/api/wms/orderDetail'
import { listOrder } from '@/api/oms/order'
import { listOrderDetail } from '@/api/oms/orderDetail'
import { listReturnExchange } from '@/api/oa/returnExchange'
import { listCustomer } from '@/api/wms/customer'
import { listCustomer } from '@/api/oms/customer'
const { proxy } = getCurrentInstance()
const { order_status } = proxy.useDict("order_status")