refactor(wms): 更新 API路径并调整视图链接

- 将物流预览、快递问题、汇报详情和汇报概述的 API 路径从 '/oa' 或 '/system' 更新为 '/wms'
- 修改收货报告列表页面的链接路径
- 移除物流预览页面中未使用的关联项目选择框
This commit is contained in:
JR
2025-08-11 17:50:36 +08:00
parent 66e47e221e
commit 8af6e08d05
6 changed files with 41 additions and 120 deletions

View File

@@ -276,7 +276,6 @@
</el-select>
</el-form-item>
<!-- <el-form-item label="关联项目" prop="projectId">
<el-select v-model="form.projectId" filterable placeholder="请选择项目" @change="getReportSummary">
<el-option

View File

@@ -90,7 +90,7 @@
<el-table-column label="序号" align="center" type="index" v-if="true"/>
<el-table-column label="收发货标题" align="center" prop="reportTitle">
<template slot-scope="scope">
<router-link class="link-type" :to="'/produce/rx/detail/' + scope.row.summaryId">{{ scope.row.reportTitle }}</router-link>
<router-link class="link-type" :to="'/exp/rx/detail/' + scope.row.summaryId">{{ scope.row.reportTitle }}</router-link>
</template>
</el-table-column>
<el-table-column label="最近汇报时间" align="center" prop="lastUpdateTime" width="180">