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
16170c5b
Commit
16170c5b
authored
Apr 29, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭窗口的时候,重新上传文件
parent
d3bf823a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
Variables.vue
src/views/var/variables/Variables.vue
+11
-5
No files found.
src/views/var/variables/Variables.vue
View file @
16170c5b
...
@@ -36,10 +36,13 @@
...
@@ -36,10 +36,13 @@
:loading=
"loading"
:loading=
"loading"
:data=
"tableData"
:data=
"tableData"
>
>
<vxe-column
type=
"expand"
title=
"尺码"
width=
"120"
>
<vxe-column
type=
"expand"
title=
"尺码"
width=
"120"
>
<template
#
default
>
尺码信息
</
template
>
<template
#
default=
"row"
>
{{
row
.
sizeListDto
!=
null
?
'尺码信息'
:
'无尺码'
}}
</
template
>
<
template
#
content=
"{ row }"
>
<
template
#
content=
"{ row }"
>
<div
style=
"width: 1024px"
>
<div
style=
"width: 1024px"
v-if=
"row.sizeListDto!=null"
>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-table
<el-table
...
@@ -73,10 +76,7 @@
...
@@ -73,10 +76,7 @@
</vxe-colgroup>
</vxe-colgroup>
</vxe-table>
</vxe-table>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
</template>
</template>
</vxe-column>
</vxe-column>
...
@@ -267,6 +267,12 @@ const handleImportVar = async (row) => {
...
@@ -267,6 +267,12 @@ const handleImportVar = async (row) => {
importVisible
.
value
=
true
importVisible
.
value
=
true
}
}
const
imporModalHide
=
()
=>
{
const
imporModalHide
=
()
=>
{
console
.
log
(
"关闭"
)
importForm
.
value
.
customerName
=
''
importForm
.
value
.
productName
=
''
importForm
.
value
.
customerId
=
''
importForm
.
value
.
productCode
=
''
importForm
.
value
.
orderItemId
=
''
importForm
.
value
.
filePaths
=
[]
importForm
.
value
.
filePaths
=
[]
}
}
const
handleRemove
=
(
file
)
=>
{
const
handleRemove
=
(
file
)
=>
{
...
...
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