1、完善发货模板
2、完善运输计划 3、完善运单管理
This commit is contained in:
@@ -82,22 +82,20 @@
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #menu="scope">
|
||||
<el-button
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.code_edit"
|
||||
class="none-border"
|
||||
@click.stop="handleCopy(scope.row)"
|
||||
>复制
|
||||
</el-button>
|
||||
<el-button
|
||||
</el-link>
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="userInfo.authority.includes('administrator')"
|
||||
class="none-border"
|
||||
@click.stop="handleBuildSingle(scope.row)"
|
||||
>生成
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
</avue-crud>
|
||||
<el-drawer title="代码快速生成" append-to-body v-model="codeGenBox" direction="rtl" size="50%">
|
||||
|
||||
@@ -27,12 +27,11 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<template #menu="scope">
|
||||
<el-button
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
@click.stop="handleEnable(scope.row)"
|
||||
>启 用
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
<template #status="{ row }">
|
||||
<el-tag>{{ row.status === 1 ? '否' : '是' }}</el-tag>
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<template #menu="scope">
|
||||
<el-button type="primary" text @click.stop="handleDesign(scope.row)"
|
||||
<el-link type="primary" @click.stop="handleDesign(scope.row)"
|
||||
>设 计
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
</avue-crud>
|
||||
<el-dialog
|
||||
@@ -81,16 +81,15 @@
|
||||
:is-crud="isCrud"
|
||||
>
|
||||
<template #toolbar>
|
||||
<el-button
|
||||
<el-link
|
||||
style="padding: 0"
|
||||
text
|
||||
type="primary"
|
||||
size="default"
|
||||
icon="el-icon-download"
|
||||
@click="handleSubmit"
|
||||
>
|
||||
保存
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
</nf-form-design>
|
||||
</el-dialog>
|
||||
|
||||
@@ -26,14 +26,12 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<template #menu="{ row }">
|
||||
<el-button
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
plain
|
||||
class="none-border"
|
||||
@click.stop="handleModel(row)"
|
||||
>模型配置
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
<template #modelTable="{ row }">
|
||||
<el-tag>{{ row.modelTable }}</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user