Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c519c8c0
Commit
c519c8c0
authored
Jan 24, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交成本月结查询修改
parent
f16ce0f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
108 additions
and
21 deletions
+108
-21
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+108
-21
No files found.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
c519c8c0
...
...
@@ -84,11 +84,27 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"付款对象:"
>
<el-select
v-model=
"msg.ClientID"
class=
"w150"
<el-form-item
label=
"汇款人:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.RemitterName"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('fnc.dxleixing')"
>
<el-select
filterable
v-model=
'msg.ClientType'
@
change=
"ClaerClientAccountList(),msg.ClientID=''"
class=
""
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in ClientTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('fnc.fkduixiang')"
>
<el-select
v-model=
"msg.ClientID"
class=
""
filterable
remote
reserve-keyword
...
...
@@ -108,8 +124,19 @@
<
/div
>
<
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"排序:"
>
<
el
-
select
filterable
v
-
model
=
'msg.Sort'
>
<
el
-
option
key
=
"-1"
value
=
"-1"
label
=
"不限"
><
/el-option
>
<
el
-
option
key
=
"0"
value
=
"0"
label
=
"团期"
><
/el-option
>
<
el
-
option
key
=
"1"
value
=
"1"
label
=
"汇款日期"
><
/el-option
>
<
el
-
option
key
=
"2"
value
=
"2"
label
=
"单号"
><
/el-option
>
<
el
-
option
key
=
"3"
value
=
"3"
label
=
"交易流水号"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"6"
>
<
el
-
form
-
item
label
=
"金额:"
>
<
div
style
=
"display: flex;flex-direction: row;flex-wrap: nowrap;"
>
...
...
@@ -145,17 +172,7 @@
<
/el-date-picker
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"排序:"
>
<
el
-
select
filterable
v
-
model
=
'msg.Sort'
>
<
el
-
option
key
=
"-1"
value
=
"-1"
label
=
"不限"
><
/el-option
>
<
el
-
option
key
=
"0"
value
=
"0"
label
=
"团期"
><
/el-option
>
<
el
-
option
key
=
"1"
value
=
"1"
label
=
"汇款日期"
><
/el-option
>
<
el
-
option
key
=
"2"
value
=
"2"
label
=
"单号"
><
/el-option
>
<
el
-
option
key
=
"3"
value
=
"3"
label
=
"交易流水号"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"模板类型:"
>
<
el
-
select
v
-
model
=
"msg.TemplateIds"
filterable
>
...
...
@@ -181,9 +198,22 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"订单类型"
>
<
el
-
select
filterable
v
-
model
=
'msg.OtherType'
class
=
""
>
<
el
-
option
key
=
"0"
value
=
"0"
label
=
"不限"
><
/el-option
>
<
el
-
option
key
=
"63"
value
=
"63"
label
=
"团队"
><
/el-option
>
<
el
-
option
key
=
"61"
value
=
"61"
label
=
"酒店"
><
/el-option
>
<
el
-
option
key
=
"66"
value
=
"66"
label
=
"门票"
><
/el-option
>
<
el
-
option
key
=
"67"
value
=
"67"
label
=
"车辆"
><
/el-option
>
<
el
-
option
key
=
"62"
value
=
"62"
label
=
"签证"
><
/el-option
>
<
el
-
option
key
=
"5"
value
=
"5"
label
=
"日本车行"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"订单编号:"
>
<
el
-
input
v
-
model
=
"msg.
OrderID
"
><
/el-input
>
<
el
-
input
v
-
model
=
"msg.
ReFinanceId
"
><
/el-input
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"6"
>
...
...
@@ -191,6 +221,16 @@
<
el
-
input
v
-
model
=
"msg.Remark"
><
/el-input
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"车行客户:"
>
<
el
-
select
filterable
v
-
model
=
'msg.JapanCarCustomerId'
>
<
el
-
option
:
value
=
"0"
label
=
"不限"
><
/el-option
>
<
el
-
option
v
-
for
=
"item in JapanCarCustomerList"
:
key
=
"item.Id"
:
value
=
"item.Id"
:
label
=
"item.CustomerName"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/template
>
<
/el-row
>
<
/el-form
>
...
...
@@ -337,6 +377,37 @@
<
template
v
-
else
>
<
p
class
=
"_TCIDAndTCNUMList"
>
暂无
<
/p
>
<
/template
>
<
template
v
-
if
=
"scope.row.OtherType>0&&scope.row.ReFinanceIds!='0'&&scope.row.ReFinanceIds"
>
<
p
v
-
if
=
"scope.row.OtherType==66"
>
<
span
>
门票订单号
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceIds
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==67"
>
<
span
>
车辆订单号
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceIds
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==61"
>
<
span
>
酒店订单号
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceIds
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==80"
>
<
span
>
印象车行订单号
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceIds
}}
<
/span
>
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"scope.row.OrderSource>0&&scope.row.OrderID>0"
>
<
p
v
-
if
=
"scope.row.OrderSource==8"
>
<
span
>
团队订单号
<
/span
>
<
span
>
{{
scope
.
row
.
OrderID
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OrderSource==10"
>
<
span
>
签证订单号
<
/span
>
<
span
>
{{
scope
.
row
.
OrderID
}}
<
/span
>
<
/p
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
@@ -476,6 +547,7 @@ export default {
sTradeDate
:
''
,
eTradeDate
:
''
,
ClientType
:
'0'
,
JapanCarCustomerId
:
0
,
RemitterName
:
''
,
ClientID
:
''
,
sMoney
:
''
,
...
...
@@ -487,6 +559,8 @@ export default {
TradeWay
:
''
,
Type
:
'-1'
,
AccountType
:
''
,
ReFinanceId
:
0
,
OtherType
:
'0'
,
QEndDate
:
''
,
QStartDate
:
''
,
UpdateBy
:
''
,
...
...
@@ -543,6 +617,7 @@ export default {
ChineseStr
:
''
,
DepartIDs
:
''
,
heightQueryBox
:
false
,
JapanCarCustomerList
:[],
}
}
,
created
(){
...
...
@@ -580,6 +655,7 @@ export default {
}
}
,
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
...
...
@@ -597,10 +673,21 @@ export default {
this
.
FinancialFlowTemplate_post_GetStatusList
();
this
.
getPageList
();
this
.
AccountType_post_GetList
();
this
.
GetJapanCarCustomerList
();
var
that
=
this
;
}
,
methods
:{
GetJapanCarCustomerList
()
{
// 获取对象类型
this
.
apipost
(
'JapanCar_get_GetJapanCarCustomerList'
,
{
}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
"JapanCarCustomerList"
,
this
.
JapanCarCustomerList
);
this
.
JapanCarCustomerList
=
res
.
data
.
data
;
}
}
,
err
=>
{
}
)
}
,
ClaerClientAccountList
(){
this
.
ClientAccountList
=
[];
}
,
handleClose
(
rows
){
if
(
rows
)
{
rows
.
forEach
(
row
=>
{
...
...
@@ -661,7 +748,8 @@ export default {
if
(
!
this
.
msg
.
RB_Depart_Id
)
this
.
msg
.
RB_Depart_Id
=
0
;
if
(
!
this
.
msg
.
UpdateBy
)
this
.
msg
.
UpdateBy
=
0
;
if
(
!
this
.
msg
.
TCID
)
this
.
msg
.
TCID
=
0
;
if
(
!
this
.
msg
.
OrderID
)
this
.
msg
.
OrderID
=
0
;
if
(
!
this
.
msg
.
ReFinanceId
)
this
.
msg
.
ReFinanceId
=
0
;
if
(
!
this
.
msg
.
OtherType
)
this
.
msg
.
OtherType
=
0
;
if
(
!
this
.
msg
.
Status
)
this
.
msg
.
Status
=
0
;
if
(
!
this
.
msg
.
FrID
)
this
.
msg
.
FrID
=
0
;
if
(
!
this
.
msg
.
Conditon
)
this
.
msg
.
Conditon
=
1
;
...
...
@@ -805,7 +893,6 @@ export default {
}
}
,
getAccountList
(
i
,
t
){
//收款账户
let
accountList
=
[];
if
(
t
==
1
){
// 银行
...
...
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