1、完善发货模板

2、完善运输计划
3、完善运单管理
This commit is contained in:
2026-08-05 15:52:24 +08:00
parent e683c2cc00
commit 433c611195
72 changed files with 7556 additions and 772 deletions

View File

@@ -125,22 +125,20 @@
</el-button>
</template>
<template #menu="{ row, index, size }">
<el-button
text
<el-link
type="primary"
v-if="this.permission.user_view"
@click.stop="$refs.crud.rowView(row, index)"
>查看
</el-button>
<el-button
text
</el-link>
<el-link
type="primary"
v-if="this.permission.user_edit"
@click.stop="$refs.crud.rowEdit(row, index)"
>编辑
</el-button>
</el-link>
<el-dropdown @command="command => handleDropdownCommand(command, row, index)">
<el-button text type="primary"> </el-button>
<el-link type="primary"> </el-link>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item command="setLeader" v-if="userInfo.authority.includes('admin')">