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

@@ -23,27 +23,24 @@
</el-radio-group>
</template>
<template #menu="scope">
<el-button
<el-link
type="primary"
text
v-if="permission.flow_manager_state"
@click.stop="handleState(scope.row, scope.index)"
>变更状态
</el-button>
<el-button
</el-link>
<el-link
type="primary"
text
v-if="permission.flow_manager_image"
@click.stop="handleImage(scope.row, scope.index)"
>流程图
</el-button>
<el-button
</el-link>
<el-link
type="primary"
text
v-if="permission.flow_manager_remove"
@click.stop="handleSlotDelete(scope.row, scope.index)"
>删除
</el-button>
</el-link>
</template>
<template #tenantId="{ row }">
<el-tag>{{ row.tenantId === '' ? '通用' : row.tenantId }}</el-tag>

View File

@@ -36,30 +36,27 @@
</el-button>
</template>
<template #menu="scope">
<el-button
<el-link
type="primary"
text
size="default"
v-if="permission.flow_model_update"
@click.stop="handleUpdate(scope.row, scope.index)"
>配置
</el-button>
<el-button
</el-link>
<el-link
type="primary"
text
size="default"
v-if="permission.flow_model_deploy"
@click.stop="handleDeploy(scope.row, scope.index)"
>部署
</el-button>
<el-button
</el-link>
<el-link
type="primary"
text
size="default"
v-if="permission.flow_model_delete"
@click.stop="handleSlotDelete(scope.row, scope.index)"
>删除
</el-button>
</el-link>
</template>
<template #version="{ row }">
<el-tag>v{{ row.version }}</el-tag>