箱管 调整

feature-JimuReport-1106-yjl
张同海 1 month ago
parent 549f2b0fb3
commit 583565f474

@ -164,7 +164,7 @@
> >
审核通过 审核通过
</a-button> </a-button>
<a-button <!-- <a-button
pre-icon="ant-design:check-circle-outlined" pre-icon="ant-design:check-circle-outlined"
type="primary" type="primary"
:loading="loading" :loading="loading"
@ -181,7 +181,7 @@
v-if="!TotTableType" v-if="!TotTableType"
> >
取消执行 取消执行
</a-button> </a-button> -->
<a-button <a-button
pre-icon="ant-design:file-excel-outlined" pre-icon="ant-design:file-excel-outlined"
type="primary" type="primary"

@ -17,14 +17,14 @@
删除 删除
</a-button> </a-button>
</a-popconfirm> </a-popconfirm>
<a-button type="link" @click="Confirm"> <!-- <a-button type="link" @click="Confirm">
<span class="iconfont icon-yiwancheng2"></span> <span class="iconfont icon-yiwancheng2"></span>
确认执行 确认执行
</a-button> </a-button>
<a-button type="link" @click="Cancel"> <a-button type="link" @click="Cancel">
<span class="iconfont icon-weiwancheng"></span> <span class="iconfont icon-weiwancheng"></span>
取消确认 取消确认
</a-button> </a-button> -->
</template> </template>
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'action'"> <template v-if="column.key === 'action'">

@ -17,14 +17,14 @@
删除 删除
</a-button> </a-button>
</a-popconfirm> </a-popconfirm>
<a-button type="link" @click="Confirm"> <!-- <a-button type="link" @click="Confirm">
<span class="iconfont icon-yiwancheng2"></span> <span class="iconfont icon-yiwancheng2"></span>
确认执行 确认执行
</a-button> </a-button>
<a-button type="link" @click="Cancel"> <a-button type="link" @click="Cancel">
<span class="iconfont icon-weiwancheng"></span> <span class="iconfont icon-weiwancheng"></span>
取消确认 取消确认
</a-button> </a-button> -->
</template> </template>
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'action'"> <template v-if="column.key === 'action'">

@ -17,14 +17,14 @@
删除 删除
</a-button> </a-button>
</a-popconfirm> </a-popconfirm>
<a-button type="link" @click="Confirm"> <!-- <a-button type="link" @click="Confirm">
<span class="iconfont icon-yiwancheng2"></span> <span class="iconfont icon-yiwancheng2"></span>
确认执行 确认执行
</a-button> </a-button>
<a-button type="link" @click="Cancel"> <a-button type="link" @click="Cancel">
<span class="iconfont icon-weiwancheng"></span> <span class="iconfont icon-weiwancheng"></span>
取消确认 取消确认
</a-button> </a-button> -->
</template> </template>
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'action'"> <template v-if="column.key === 'action'">

@ -172,6 +172,13 @@ export const searchFormSchema: FormSchema[] = [
style: 'width:100%', style: 'width:100%',
}, },
}, },
{
field: '',
label: '',
component: 'DSpace',
colProps: { span: 4 },
defaultValue: '',
},
{ {
field: 'eta', field: 'eta',
label: 'ETA', label: 'ETA',

@ -77,7 +77,7 @@
setModalProps({ loading: false }) setModalProps({ loading: false })
}) })
const getTitle = computed(() => (!unref(isUpdate) ? '新增EDI设置' : '编辑EDI设置')) const getTitle = computed(() => (!unref(isUpdate) ? '新增干系人' : '编辑干系人'))
async function handleSave(exit) { async function handleSave(exit) {
try { try {

Loading…
Cancel
Save