refactor(wms/post): 优化售后与流程页面功能

1. 调整售后列表页拖拽面板初始尺寸与标题
2. 新增部门参数传递与处理逻辑到售后相关页面
3. 移除售后意见页的部门切换 tabs 相关代码
4. 新增盘库、排产、设备维修流程文档
This commit is contained in:
2026-06-23 14:35:45 +08:00
parent 2490f487fd
commit 6265292cbb
4 changed files with 92 additions and 50 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="app-container objection-container">
<DragResizePanel :initialSize="380" :minSize="280" :maxSize="600">
<DragResizePanel :initialSize="280" :minSize="280" :maxSize="600">
<template #panelA>
<div class="left-panel">
<div class="panel-header">
<div class="header-title">
<i class="el-icon-s-claim"></i>
<span>售后单列表</span>
<span>售后单</span>
<el-button size="mini" type="text" icon="el-icon-refresh" @click="getList" style="margin-left:4px;"
title="刷新列表"></el-button>
</div>