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
0a4db0b7
Commit
0a4db0b7
authored
Dec 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f182dfbb
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
37 deletions
+0
-37
class-form.vue
src/components/course/class-form.vue
+0
-1
Approval.vue
src/pages/administration/Approval.vue
+0
-3
AccountType.vue
src/pages/financial/AccountType.vue
+0
-1
PlatformAccount.vue
src/pages/financial/PlatformAccount.vue
+0
-3
currencyManagement.vue
src/pages/financial/currencyManagement.vue
+0
-1
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+0
-7
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+0
-1
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+0
-3
addCapitalAllocation.vue
...pages/financial/financalDocument/addCapitalAllocation.vue
+0
-1
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+0
-14
paySetting.vue
src/pages/financial/paySetting.vue
+0
-1
manager.vue
src/pages/school/manager.vue
+0
-1
No files found.
src/components/course/class-form.vue
View file @
0a4db0b7
...
...
@@ -403,7 +403,6 @@
GetTeacherList
()
{
getTeacherDropDownList
({}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
console
.
log
(
res
,
'老师'
);
this
.
TeacherList
=
res
.
Data
;
}
})
...
...
src/pages/administration/Approval.vue
View file @
0a4db0b7
...
...
@@ -87,13 +87,10 @@
})
}
}).
catch
(()
=>
{
})
},
getCompanyList
()
{
getSchoolDropdown
({}).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
Code
==
1
)
{
res
.
Data
.
forEach
(
x
=>
{
var
obj
=
{
...
...
src/pages/financial/AccountType.vue
View file @
0a4db0b7
...
...
@@ -719,7 +719,6 @@
},
goUrl
(
path
,
id
)
{
var
tempStr
=
'/financial/'
+
path
+
'?TypeId='
+
id
;
console
.
log
(
tempStr
)
this
.
$router
.
push
({
path
:
tempStr
});
...
...
src/pages/financial/PlatformAccount.vue
View file @
0a4db0b7
...
...
@@ -540,7 +540,6 @@
}
},
customCompFunc
(
params
,
index
)
{
console
.
log
(
params
)
if
(
index
==
'2'
)
{
this
.
financeinfoRemove
(
params
.
ID
,
params
.
Alias
)
}
else
if
(
index
==
'1'
)
{
...
...
@@ -899,9 +898,7 @@
getCompanyList
()
{
getSchoolDropdown
({}).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
console
.
log
(
res
,
'数据'
);
}).
catch
(()
=>
{
})
},
editCurency
(
id
)
{
...
...
src/pages/financial/currencyManagement.vue
View file @
0a4db0b7
...
...
@@ -400,7 +400,6 @@
cH
=
allH
-
260
;
// = 50 40 75 46 49
this
.
contenWidth
=
cW
;
this
.
contenHeight
=
cH
;
console
.
log
(
cW
,
cH
)
this
.
tableSize
=
this
.
msg
.
pageSize
=
parseInt
(
cH
/
45
);
},
methods
:
{
...
...
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
0a4db0b7
...
...
@@ -405,16 +405,9 @@
}
msg
.
School_Id
=
id
;
getDeptPage
(
msg
).
then
(
res
=>
{
console
.
log
(
res
,
'数据'
);
this
.
DepartmentList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
})
// this.apipost('admin_get_DepartmentGetList', this.getDepartmentMsg, res => {
// if(res.data.resultCode == 1) {
// this.DepartmentList = res.data.data;
// }
// }, err => {})
},
timeAdd
:
function
(
t
)
{
// 日期格式
if
(
t
===
1
)
{
...
...
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
0a4db0b7
...
...
@@ -2357,7 +2357,6 @@
});
},
goEit
(
type
,
id
,
edit
,
Conditon
,
pageIndex
,
item
)
{
console
.
log
(
type
)
let
path
=
''
;
if
(
type
===
1
)
{
path
=
'addReceivablesDocuments'
...
...
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
0a4db0b7
...
...
@@ -1449,7 +1449,6 @@
},
showImg
(
obj
,
type
){
let
isExsit
=
false
console
.
log
(
this
.
images
)
this
.
images
.
forEach
(
x
=>
{
if
(
x
==
obj
)
isExsit
=
true
...
...
@@ -1460,8 +1459,6 @@
this
.
$viewer
.
view
(
this
.
images
.
indexOf
(
obj
))
}
this
.
$viewer
.
show
()
// this.picObj= obj;
// this.picIsShow= true;
},
Financial_post_GetDetail
(
id
,
t
){
//获取单据详情
this
.
FuImgList
=
[];
...
...
src/pages/financial/financalDocument/addCapitalAllocation.vue
View file @
0a4db0b7
...
...
@@ -702,7 +702,6 @@
let
path
=
"/Upload/Temporary"
this
.
$message
.
info
(
this
.
$t
(
'tips.shangchuanzhong'
))
UploadSelfFile
(
'Temporary'
,
file
.
file
,
x
=>
{
console
.
log
(
"xs"
,
x
)
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
if
(
this
.
inUploadTrue
)
{
this
.
inList
[
this
.
inUploadIndex
].
vorcherInos
.
push
({
...
...
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
0a4db0b7
...
...
@@ -1716,7 +1716,6 @@
this
.
CompanyList
.
forEach
(
x
=>
{
//给msg传校区的名字
if
(
x
.
SId
==
Bid
){
this
.
msg
.
RB_BranchName
=
x
.
SName
;
console
.
log
(
this
.
msg
)
}
})
// this.msg.RB_Depart_Id = '';
...
...
@@ -1731,24 +1730,11 @@
}
else
{
this
.
msg
.
RB_Depart_Id
=
this
.
msg
.
RB_Depart_Id
?
this
.
msg
.
RB_Depart_Id
:
this
.
getLocalStorage
().
DeptId
;
this
.
msg
.
RB_DepartName
=
this
.
msg
.
RB_DepartName
?
this
.
msg
.
RB_DepartName
:
this
.
getLocalStorage
().
DeptName
;
}
console
.
log
(
this
.
msg
)
}
}).
catch
(()
=>
{
})
// this.apipost('admin_get_DepartmentGetList', this.departmentMsg, res => {
// if (res.data.resultCode == 1) {
// this.departmentList = res.data.data;
// if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) {
//
// } else {
// this.msg.RB_Depart_Id = this.msg.RB_Depart_Id ? this.msg.RB_Depart_Id : this.getLocalStorage()
// .DeptId;
// }
// }
// }, err => {})
},
getCompany
()
{
//公司
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
...
...
src/pages/financial/paySetting.vue
View file @
0a4db0b7
...
...
@@ -833,7 +833,6 @@
},
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
console
.
log
(
userInfo
,
'userInfouserInfo'
);
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
Group_Id
;
//集团ID
this
.
getCompanyList
();
this
.
getList
();
...
...
src/pages/school/manager.vue
View file @
0a4db0b7
...
...
@@ -228,7 +228,6 @@
},
//新增、修改校区
EditSchool
(
obj
)
{
console
.
log
(
"obj"
,
obj
)
if
(
obj
)
{
this
.
objOption
=
obj
;
}
else
{
...
...
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