箱管 调整

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

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

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

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

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

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

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

Loading…
Cancel
Save