fix: 修复产品选择组件和原材料选择组件的数据验证问题

修复产品选择和原材料选择组件中当返回数据为空时仍尝试添加的问题,增加对res.data的验证
调整发货计划列表和运单页面的样式,优化高度计算和表单内边距
This commit is contained in:
砂糖
2026-04-08 13:50:49 +08:00
parent c68a4573dc
commit 6b0fa81224
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
:props="planTreeProps"
@node-click="handlePlanSelect"
default-expand-all
style="margin-top: 10px; height: 800px; overflow: auto;"
style="margin-top: 10px; height: calc(100vh - 220px); overflow: auto;"
>
<template slot-scope="{ node, data }">
<span