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
f303fbea
Commit
f303fbea
authored
Mar 14, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
尺码拆分关联字段设置
parent
3233c189
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
8 deletions
+38
-8
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+19
-4
ExcelOperate.vue
...ews/var/varExcel/components/ExcelOperate/ExcelOperate.vue
+19
-4
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
f303fbea
...
@@ -497,14 +497,20 @@ const addConnect = async (list: any) => {
...
@@ -497,14 +497,20 @@ const addConnect = async (list: any) => {
title
:
item
.
title
,
title
:
item
.
title
,
sheet
:
item
.
sheet
,
sheet
:
item
.
sheet
,
row
:
item
.
row
,
row
:
item
.
row
,
colum
:
item
.
colum
colum
:
item
.
colum
,
numFlag
:
item
.
numFlag
,
numTitle
:
item
.
numTitle
,
only
:
item
.
only
})
})
currentConnectInfo
.
beConnectFiled
.
push
({
currentConnectInfo
.
beConnectFiled
.
push
({
title
:
item
.
betitle
,
title
:
item
.
betitle
,
sheet
:
item
.
besheet
,
sheet
:
item
.
besheet
,
row
:
item
.
berow
,
row
:
item
.
berow
,
colum
:
item
.
becolum
colum
:
item
.
becolum
,
numFlag
:
item
.
benumFlag
,
numTitle
:
item
.
benumTitle
,
only
:
item
.
beonly
})
})
})
})
currentConnectInfo
.
fileId
=
getFileInfo
.
value
.
orderFileId
currentConnectInfo
.
fileId
=
getFileInfo
.
value
.
orderFileId
...
@@ -542,21 +548,30 @@ watch(connectVisible, (val) => {
...
@@ -542,21 +548,30 @@ watch(connectVisible, (val) => {
sheet
:
item
.
sheet
,
sheet
:
item
.
sheet
,
row
:
item
.
row
,
row
:
item
.
row
,
colum
:
item
.
colum
,
colum
:
item
.
colum
,
numFlag
:
item
.
numFlag
,
numTitle
:
item
.
numTitle
,
only
:
item
.
only
,
betitle
:
''
,
betitle
:
''
,
berow
:
''
,
berow
:
''
,
becolum
:
''
,
becolum
:
''
,
besheet
:
''
besheet
:
''
,
benumFlag
:
''
,
benumTitle
:
''
,
beonly
:
''
,
}
}
})
})
}
}
})
})
const
changeBeConnect
=
(
v
:
string
,
row
:
any
)
=>
{
const
changeBeConnect
=
(
v
:
string
,
row
:
any
)
=>
{
const
option
=
beConnectSelectOptions
.
value
.
find
((
item
:
any
)
=>
item
.
title
==
v
)
const
option
=
beConnectSelectOptions
.
value
.
find
((
item
:
any
)
=>
item
.
title
==
v
)
console
.
log
(
'option'
,
option
)
row
.
becolum
=
option
.
colum
row
.
becolum
=
option
.
colum
row
.
besheet
=
option
.
sheet
row
.
besheet
=
option
.
sheet
row
.
berow
=
option
.
row
row
.
berow
=
option
.
row
row
.
betitle
=
option
.
title
row
.
betitle
=
option
.
title
row
.
benumFlag
=
option
.
numFlag
row
.
benumTitle
=
option
.
numTitle
row
.
beonly
=
option
.
only
}
}
const
confirmBeConnect
=
()
=>
{
const
confirmBeConnect
=
()
=>
{
const
data
=
beConnectTable
.
value
?.
getRadioRecord
()
const
data
=
beConnectTable
.
value
?.
getRadioRecord
()
...
...
src/views/var/varExcel/components/ExcelOperate/ExcelOperate.vue
View file @
f303fbea
...
@@ -495,14 +495,20 @@ const addConnect = async (list: any) => {
...
@@ -495,14 +495,20 @@ const addConnect = async (list: any) => {
title
:
item
.
title
,
title
:
item
.
title
,
sheet
:
item
.
sheet
,
sheet
:
item
.
sheet
,
row
:
item
.
row
,
row
:
item
.
row
,
colum
:
item
.
colum
colum
:
item
.
colum
,
numFlag
:
item
.
numFlag
,
numTitle
:
item
.
numTitle
,
only
:
item
.
only
})
})
currentConnectInfo
.
beConnectFiled
.
push
({
currentConnectInfo
.
beConnectFiled
.
push
({
title
:
item
.
betitle
,
title
:
item
.
betitle
,
sheet
:
item
.
besheet
,
sheet
:
item
.
besheet
,
row
:
item
.
berow
,
row
:
item
.
berow
,
colum
:
item
.
becolum
colum
:
item
.
becolum
,
numFlag
:
item
.
benumFlag
,
numTitle
:
item
.
benumTitle
,
only
:
item
.
beonly
})
})
})
})
currentConnectInfo
.
fileId
=
getFileInfo
.
value
.
varFileId
currentConnectInfo
.
fileId
=
getFileInfo
.
value
.
varFileId
...
@@ -540,21 +546,30 @@ watch(connectVisible, (val) => {
...
@@ -540,21 +546,30 @@ watch(connectVisible, (val) => {
sheet
:
item
.
sheet
,
sheet
:
item
.
sheet
,
row
:
item
.
row
,
row
:
item
.
row
,
colum
:
item
.
colum
,
colum
:
item
.
colum
,
numFlag
:
item
.
numFlag
,
numTitle
:
item
.
numTitle
,
only
:
item
.
only
,
betitle
:
''
,
betitle
:
''
,
berow
:
''
,
berow
:
''
,
becolum
:
''
,
becolum
:
''
,
besheet
:
''
besheet
:
''
,
benumFlag
:
''
,
benumTitle
:
''
,
beonly
:
''
}
}
})
})
}
}
})
})
const
changeBeConnect
=
(
v
:
string
,
row
:
any
)
=>
{
const
changeBeConnect
=
(
v
:
string
,
row
:
any
)
=>
{
const
option
=
beConnectSelectOptions
.
value
.
find
((
item
:
any
)
=>
item
.
title
==
v
)
const
option
=
beConnectSelectOptions
.
value
.
find
((
item
:
any
)
=>
item
.
title
==
v
)
console
.
log
(
'option'
,
option
)
row
.
becolum
=
option
.
colum
row
.
becolum
=
option
.
colum
row
.
besheet
=
option
.
sheet
row
.
besheet
=
option
.
sheet
row
.
berow
=
option
.
row
row
.
berow
=
option
.
row
row
.
betitle
=
option
.
title
row
.
betitle
=
option
.
title
row
.
benumFlag
=
option
.
numFlag
row
.
benumTitle
=
option
.
numTitle
row
.
beonly
=
option
.
only
}
}
const
confirmBeConnect
=
()
=>
{
const
confirmBeConnect
=
()
=>
{
const
data
=
beConnectTable
.
value
?.
getRadioRecord
()
const
data
=
beConnectTable
.
value
?.
getRadioRecord
()
...
...
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