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
ba380794
Commit
ba380794
authored
Apr 19, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yemian you
parent
b9fd5976
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
OrderChange.vue
src/views/order/orderChange/OrderChange.vue
+11
-1
VarChange.vue
src/views/var/varChange/VarChange.vue
+5
-2
No files found.
src/views/order/orderChange/OrderChange.vue
View file @
ba380794
...
...
@@ -102,6 +102,9 @@
<vxe-column
field=
"action"
title=
"操作"
width=
"280"
>
<
template
#
default=
"{ row }"
>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-divider
direction=
"vertical"
v-if=
"row.status == 'un_convert' || row.status == 'un_confirm'"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
...
...
@@ -110,6 +113,9 @@
@
click=
"confirmChange(row)"
>
转换
</el-link
>
<el-divider
direction=
"vertical"
v-if=
"row.status == 'converted' || row.status == 'converted'"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
...
...
@@ -118,11 +124,15 @@
@
click=
"confirmOrderStatus(row)"
>
确认
</el-link
>
<el-divider
direction=
"vertical"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
type=
"primary"
@
click=
"exportTmp(row)"
>
导出
</el-link
>
<el-divider
direction=
"vertical"
v-if=
"row.status == 'converted' || row.status == 'confirm'"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
type=
"primary"
@
click=
"toSaleOrderDetail(row)"
v-if=
"row.status == 'converted' || row.status == 'confirm'"
>
转换后
</el-link
>
...
...
src/views/var/varChange/VarChange.vue
View file @
ba380794
...
...
@@ -48,7 +48,7 @@
:data=
"tableData"
>
<vxe-column
type=
"checkbox"
width=
"50"
></vxe-column>
<vxe-column
field=
"templateFileId"
title=
"模版文件ID"
width=
"
18
0"
>
<vxe-column
field=
"templateFileId"
title=
"模版文件ID"
width=
"
20
0"
>
<
template
#
default=
"{ row }"
>
<el-link
target=
"_blank"
...
...
@@ -61,12 +61,14 @@
<vxe-column
field=
"productCode"
title=
"产品编码"
width=
"300"
></vxe-column>
<vxe-column
field=
"status_dictText"
title=
"订单状态"
width=
"120"
></vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
width=
"160"
></vxe-column>
<vxe-column
field=
"action"
title=
"操作"
width=
"200"
>
<vxe-column
field=
"action"
title=
"操作"
>
<
template
#
default=
"{ row }"
>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-divider
direction=
"vertical"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
type=
"primary"
@
click=
"confirmChange(row)"
>
转换
</el-link
>
<el-divider
direction=
"vertical"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
...
...
@@ -74,6 +76,7 @@
@
click=
"showDetail(row, 'old')"
>
转换前
</el-link
>
<el-divider
direction=
"vertical"
></el-divider>
<el-link
class=
"ml-1"
style=
"font-size: 12px"
...
...
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