feat(订单详情): 在钢卷选择器中添加订单详情显示功能

添加订单ID参数传递至钢卷选择器组件
在钢卷选择器中新增显示订单详情的复选框和面板
移除OrderDetail组件中未使用的API导入
This commit is contained in:
砂糖
2026-04-14 15:38:44 +08:00
parent 263c2b5f37
commit 5f5e5cacb4
4 changed files with 25 additions and 5 deletions

View File

@@ -113,7 +113,7 @@
</template>
<script>
import { listOrderItem, getOrderItem, delOrderItem, addOrderItem, updateOrderItem } from "@/api/crm/orderItem";
import { listOrderItem, getOrderItem } from "@/api/crm/orderItem";
import { actions, ORDER_ACTIONS } from "../js/actions";
import { getOrder } from "@/api/crm/order";
import OrderPrinter from "./OrderPrinter.vue";