Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
b6825d8f
Commit
b6825d8f
authored
Oct 12, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单转换配置随时可改
parent
027da0f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
OrderChange.vue
src/views/order/orderChange/OrderChange.vue
+5
-8
No files found.
src/views/order/orderChange/OrderChange.vue
View file @
b6825d8f
...
...
@@ -104,7 +104,7 @@
</vxe-column>
<!-- 查看状态下直接显示 -->
<
template
v-if=
"currentRow.status == 'un_confirm'"
>
<
!-- <
template v-if="currentRow.status == 'un_confirm'">
<vxe-column
v-for="item in tableTitle"
:key="item"
...
...
@@ -112,10 +112,10 @@
:field="item"
width="200"
/>
</
template
>
</template>
-->
<!-- 转换下使用 -->
<
template
v-else
>
<
template
>
<vxe-colgroup
v-for=
"item in tableTitle"
:key=
"item"
:title=
"item"
>
<vxe-column
:title=
"item"
:field=
"item"
width=
"200"
>
<template
#
header
>
...
...
@@ -124,7 +124,7 @@
<span>
{{
cf
.
orderFiled
.
fliedTitle
}}
</span>
</
template
>
<!-- <span>{{ allMapConfigs[item]?.orderFiled.fliedTitle || '' }}</span> -->
<el-icon
v-if=
"currentRow.status == 'un_convert'"
><Setting
/></el-icon>
<el-icon
><Setting
/></el-icon>
</div>
</template>
</vxe-column>
...
...
@@ -154,7 +154,7 @@
<
template
#
footer
>
<!--
<el-button
@
click=
"confirmChange"
v-if=
"currentRow.status == 'un_convert'"
>
确认转换
</el-button>
-->
<el-button
@
click=
"saveOrderField"
v-if=
"currentRow.status == 'un_convert'"
type=
"primary"
<el-button
@
click=
"saveOrderField"
type=
"primary"
>
保存
</el-button
>
</
template
>
...
...
@@ -294,9 +294,6 @@ const popoverRef = ref()
const
buttonRef
=
ref
()
const
popoverVisible
=
ref
(
false
)
const
showPopover
=
(
e
:
any
,
title
:
string
)
=>
{
if
(
currentRow
.
status
!=
'un_convert'
)
{
return
}
buttonRef
.
value
=
e
.
target
// 设置标题
currentConfigTitle
.
value
=
title
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment