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
58bb17d3
Commit
58bb17d3
authored
Nov 18, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
26c187f3
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
66 additions
and
66 deletions
+66
-66
App.vue
src/App.vue
+1
-1
CashAccDetail.vue
src/pages/financial/accDetail/CashAccDetail.vue
+2
-2
CashReport.vue
src/pages/financial/accDetail/CashReport.vue
+1
-1
CompanyAccDetail.vue
src/pages/financial/accDetail/CompanyAccDetail.vue
+2
-2
PlatformAccDetail.vue
src/pages/financial/accDetail/PlatformAccDetail.vue
+2
-2
ChoiceAddFinancialDocuments.vue
...inancial/financalDocument/ChoiceAddFinancialDocuments.vue
+18
-17
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+10
-11
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+4
-4
invoicesManager.vue
src/pages/financial/financalDocument/invoicesManager.vue
+1
-1
zh.js
src/pages/financial/lang/zh.js
+25
-25
No files found.
src/App.vue
View file @
58bb17d3
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
<
style
>
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
1d3rshddcgk
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
il9ypki1in
.css')
;
html
,
html
,
body
,
body
,
...
...
src/pages/financial/accDetail/CashAccDetail.vue
View file @
58bb17d3
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属
公司
"
>
<el-form-item
label=
"所属
校区
"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
<el-option
v-for=
'item in CompanyList'
...
@@ -923,7 +923,7 @@
...
@@ -923,7 +923,7 @@
}
}
},
err
=>
{})
},
err
=>
{})
},
},
getCompanyList
(){
//获取
公司
列表
getCompanyList
(){
//获取
校区
列表
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
this
.
CompanyList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
src/pages/financial/accDetail/CashReport.vue
View file @
58bb17d3
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<th
colspan=
"14"
>
四川和平国际旅行社有限公司资金日报表
</th>
<th
colspan=
"14"
>
四川和平国际旅行社有限公司资金日报表
</th>
</tr>
</tr>
<tr>
<tr>
<th>
公司
</th>
<th>
校区
</th>
<th>
银行
</th>
<th>
银行
</th>
<th
colspan=
"2"
>
上期余额
</th>
<th
colspan=
"2"
>
上期余额
</th>
<th
colspan=
"2"
>
本期借方发生额
</th>
<th
colspan=
"2"
>
本期借方发生额
</th>
...
...
src/pages/financial/accDetail/CompanyAccDetail.vue
View file @
58bb17d3
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属
公司
"
>
<el-form-item
label=
"所属
校区
"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
<el-option
v-for=
'item in CompanyList'
...
@@ -1055,7 +1055,7 @@
...
@@ -1055,7 +1055,7 @@
}
}
},
err
=>
{})
},
err
=>
{})
},
},
getCompanyList
(){
//获取
公司
列表
getCompanyList
(){
//获取
校区
列表
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
this
.
CompanyList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
src/pages/financial/accDetail/PlatformAccDetail.vue
View file @
58bb17d3
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属
公司
"
>
<el-form-item
label=
"所属
校区
"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
<el-option
v-for=
'item in CompanyList'
...
@@ -944,7 +944,7 @@
...
@@ -944,7 +944,7 @@
}
}
},
err
=>
{})
},
err
=>
{})
},
},
getCompanyList
(){
//获取
公司
列表
getCompanyList
(){
//获取
校区
列表
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
this
.
CompanyList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
src/pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue
View file @
58bb17d3
...
@@ -315,6 +315,7 @@
...
@@ -315,6 +315,7 @@
this
.
active
=
parseInt
(
this
.
$route
.
query
.
Type
)?
parseInt
(
this
.
$route
.
query
.
Type
):
1
;
this
.
active
=
parseInt
(
this
.
$route
.
query
.
Type
)?
parseInt
(
this
.
$route
.
query
.
Type
):
1
;
this
.
orderObj
=
this
.
$route
.
query
.
orderObj
;
this
.
orderObj
=
this
.
$route
.
query
.
orderObj
;
console
.
log
(
this
.
orderObj
,
'this.orderObj '
)
this
.
Handmsg
=
this
.
$route
.
query
.
Handmsg
?
this
.
$route
.
query
.
Handmsg
:
this
.
Handmsg
;
this
.
Handmsg
=
this
.
$route
.
query
.
Handmsg
?
this
.
$route
.
query
.
Handmsg
:
this
.
Handmsg
;
this
.
czmsg
=
this
.
$route
.
query
.
czmsg
?
this
.
$route
.
query
.
czmsg
:
this
.
czmsg
;
this
.
czmsg
=
this
.
$route
.
query
.
czmsg
?
this
.
$route
.
query
.
czmsg
:
this
.
czmsg
;
...
...
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
58bb17d3
...
@@ -597,10 +597,10 @@
...
@@ -597,10 +597,10 @@
<button
v-if=
"active==3 && !hbState && hbShow"
class=
"hollowFixedBtn"
@
click=
"HebingSP"
>
合并审批
</button>
<button
v-if=
"active==3 && !hbState && hbShow"
class=
"hollowFixedBtn"
@
click=
"HebingSP"
>
合并审批
</button>
<button
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"hbState=false,getPageList"
>
关闭合并审批
</button>
<button
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"hbState=false,getPageList"
>
关闭合并审批
</button>
<button
v-loading=
"hbBtn"
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"HebingSPLast"
>
审批
</button>
<button
v-loading=
"hbBtn"
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"HebingSPLast"
>
审批
</button>
<button
v-if=
"HandShow"
class=
"hollowFixedBtn"
@
click=
"Handwithfee"
>
手配费收入
</button
>
<!--
<button
v-if=
"HandShow"
class=
"hollowFixedBtn"
@
click=
"Handwithfee"
>
手配费收入
</button>
--
>
<button
class=
"hollowFixedBtn"
@
click=
"ZhiDanChongDi"
>
预付款冲抵
</button
>
<!--
<button
class=
"hollowFixedBtn"
@
click=
"ZhiDanChongDi"
>
预付款冲抵
</button>
--
>
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false"
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false"
v-if=
"msg.Conditon === 3
&& userMenuCode
"
>
{{
BOSSBtn
?
'关闭一键审批'
:
'一键审批'
}}
</button>
v-if=
"msg.Conditon === 3 "
>
{{
BOSSBtn
?
'关闭一键审批'
:
'一键审批'
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn"
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn"
@
click=
"BOSSBtnClick(1)"
>
{{
$t
(
'ios.shenpi'
)
}}
</button>
@
click=
"BOSSBtnClick(1)"
>
{{
$t
(
'ios.shenpi'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false"
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false"
...
@@ -1026,7 +1026,7 @@
...
@@ -1026,7 +1026,7 @@
<i
v-if=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
<i
v-if=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0))"
class=
"iconfont icon-quxiao1"
@
click=
"financeRemove(item.FrID)"
></i>
class=
"iconfont icon-quxiao1"
@
click=
"financeRemove(item.FrID)"
></i>
</el-tooltip>
</el-tooltip>
<el-tooltip
v-if=
"ActionMenuCode.indexOf('F_Update_TradeDate')!=-1"
class=
"item"
<el-tooltip
class=
"item"
:content=
"$t('fnc.tzjyriqi')"
placement=
"top"
>
:content=
"$t('fnc.tzjyriqi')"
placement=
"top"
>
<i
v-if=
"msg.Conditon==2 && item.TradeDate"
class=
"iconfont icon-tiaozheng"
<i
v-if=
"msg.Conditon==2 && item.TradeDate"
class=
"iconfont icon-tiaozheng"
@
click=
"dialogFormVisible=true,updateMsg.FrID=item.FrID,updateMsg.OTradeDate=item.TradeDate"
></i>
@
click=
"dialogFormVisible=true,updateMsg.FrID=item.FrID,updateMsg.OTradeDate=item.TradeDate"
></i>
...
@@ -1457,14 +1457,13 @@
...
@@ -1457,14 +1457,13 @@
this
.
GetAuth
();
this
.
GetAuth
();
this
.
getCostTypeList
();
this
.
getCostTypeList
();
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
yfOutBranchId
=
userInfo
.
RB_Branch_id
;
this
.
yfOutBranchId
=
userInfo
.
School_Id
;
let
userMenuCode
=
','
+
userInfo
.
ActionMenuCode
+
','
;
// let userMenuCode = ',' + userInfo.ActionMenuCode + ',';
this
.
userMenuCode
=
userMenuCode
.
indexOf
(
',C_Batch_AuditFinance,'
)
!=
-
1
?
true
:
false
;
// this.userMenuCode = userMenuCode.indexOf(',C_Batch_AuditFinance,') != -1 ? true : false;
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
GroupName
;
//集团ID
.
RB_Group_id
;
//集团ID
this
.
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
this
.
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
this
.
DepartIDs
=
userInfo
.
RB_Department_
Id
;
this
.
DepartIDs
=
userInfo
.
Dept
Id
;
this
.
userId
=
userInfo
.
Employee
Id
;
this
.
userId
=
userInfo
.
Id
;
this
.
getMyRejectFinanceCount
();
this
.
getMyRejectFinanceCount
();
this
.
financeinfo_post_GetList
();
this
.
financeinfo_post_GetList
();
this
.
financeinfo_post_GetCostTypeList
();
this
.
financeinfo_post_GetCostTypeList
();
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
58bb17d3
...
@@ -1232,7 +1232,7 @@
...
@@ -1232,7 +1232,7 @@
tableData
:
[],
tableData
:
[],
columns
:
[{
columns
:
[{
field
:
'BranchName'
,
field
:
'BranchName'
,
title
:
'所属
公司
'
,
title
:
'所属
校区
'
,
width
:
80
,
width
:
80
,
titleAlign
:
'left'
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
columnAlign
:
'left'
,
...
...
src/pages/financial/financalDocument/invoicesManager.vue
View file @
58bb17d3
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"
公司
"
>
<el-form-item
label=
"
校区
"
>
<el-select
v-model=
"msg.RB_Branch_Id"
filterable
>
<el-select
v-model=
"msg.RB_Branch_Id"
filterable
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.SId'
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.SId'
></el-option>
...
...
src/pages/financial/lang/zh.js
View file @
58bb17d3
...
@@ -74,7 +74,7 @@ export const system = {
...
@@ -74,7 +74,7 @@ export const system = {
label_jingting
:
'经停'
,
label_jingting
:
'经停'
,
label_info
:
'描述'
,
label_info
:
'描述'
,
label_img
:
'图片'
,
label_img
:
'图片'
,
query_company
:
'所属
公司
'
,
query_company
:
'所属
校区
'
,
query_lineName
:
'线路名称'
,
query_lineName
:
'线路名称'
,
query_name
:
'姓名'
,
query_name
:
'姓名'
,
query_dest
:
'目的地'
,
query_dest
:
'目的地'
,
...
...
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