Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
eafe6047
Commit
eafe6047
authored
Mar 17, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
ffd31f01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
select-tree.vue
src/components/stuMan/subscribe/select-tree.vue
+1
-1
batchVoucher.vue
src/pages/financial/financalDocument/batchVoucher.vue
+5
-0
No files found.
src/components/stuMan/subscribe/select-tree.vue
View file @
eafe6047
...
...
@@ -41,7 +41,7 @@
<div>
{{
prop
.
node
[
labelKey
]
}}
</div>
<div>
{{
prop
.
node
.
CourseRateName
}}
-第
{{
prop
.
node
.
ChapterNo
||
0
prop
.
node
.
Chapter
Grade
No
||
0
}}
次课
</div>
</div>
...
...
src/pages/financial/financalDocument/batchVoucher.vue
View file @
eafe6047
...
...
@@ -695,6 +695,7 @@
<el-upload
:http-request=
"uploadBatch"
style=
"border:1px solid;width:40px;height:40px;font-size:20px;line-height:40px;"
:data=
"{index:sindex}"
:show-file-list=
"false"
action=
""
>
<i
class=
"el-icon-plus avatar-uploader-icon"
></i>
</el-upload>
<q-btn
label=
"同上"
color=
"accent q-ma-md"
size=
"10px"
v-if=
"sindex>0"
@
click=
"ditto(sindex)"
style=
"white-space:nowrap"
></q-btn>
</div>
<i
style=
"right:-20px;top:18px;"
@
click=
"deleBatch(sindex)"
class=
"_delete_row iconfont icon-img_delete_small"
></i>
</td>
...
...
@@ -2163,6 +2164,10 @@
})
}
},
err
=>
{})
},
ditto
(
index
){
let
copyData
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
commonFinance
))
this
.
commonFinance
[
index
].
FileUrl
=
copyData
[
index
-
1
].
FileUrl
}
},
created
()
{
...
...
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