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
aa35f038
Commit
aa35f038
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
46ab1f9c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
App.vue
src/App.vue
+1
-1
Manfunds.vue
src/pages/financial/Manfunds.vue
+0
-1
addCapitalAllocation.vue
...pages/financial/financalDocument/addCapitalAllocation.vue
+7
-2
No files found.
src/App.vue
View file @
aa35f038
...
...
@@ -12,7 +12,7 @@ export default {
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
yp91bsm9op
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
linnfuttjwb
.css')
;
html
,
body
,
...
...
src/pages/financial/Manfunds.vue
View file @
aa35f038
...
...
@@ -352,7 +352,6 @@
+
'&GroupId='
+
userInfo
.
Group_Id
+
'&SystemType=Edu'
;
console
.
log
(
this
.
importFileUrl2
)
this
.
downList
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
"/Upload/Template/未认款导入模板.xls"
;
this
.
GetAccount
();
this
.
GetAccount2
();
...
...
src/pages/financial/financalDocument/addCapitalAllocation.vue
View file @
aa35f038
...
...
@@ -79,6 +79,7 @@
}
.page_addCapitalAllocation
._conten
ul
li
._inList
._add_btn
span
,
.page_addCapitalAllocation
._conten
ul
li
._outList
._add_btn
span
{
cursor
:
pointer
;
margin-right
:
5px
;
}
.page_addCapitalAllocation
._conten
ul
li
._inList
textarea
,
.page_addCapitalAllocation
._conten
ul
li
._outList
textarea
{
border
:
none
;
...
...
@@ -382,7 +383,8 @@
Description
:
''
,
IsHave
:
1
,
emList
:
[],
BankList
:
[]
BankList
:
[],
RB_DepartName
:
''
,
},
queryAccMsg
:
{
pageIndex
:
1
,
...
...
@@ -449,8 +451,11 @@
this
.
msg
.
TemplateId
=
data
.
TemplateId
this
.
msg
.
Status
=
data
.
Status
this
.
msg
.
IsPublic
=
0
this
.
msg
.
RB_Depart_Id
=
this
.
getLocalStorage
().
RB_Department_Id
this
.
msg
.
RB_Depart_Id
=
this
.
getLocalStorage
().
DeptId
this
.
msg
.
RB_DepartName
=
data
.
DepartName
;
this
.
msg
.
RB_Branch_Id
=
data
.
RB_Branch_Id
this
.
msg
.
Description
=
''
this
.
msg
.
IsHave
=
1
this
.
msg
.
emList
=
[]
...
...
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