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
ac36d376
Commit
ac36d376
authored
Aug 23, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1723136a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
4 deletions
+21
-4
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+21
-4
No files found.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
ac36d376
...
...
@@ -2,14 +2,16 @@
/
deep
/
.el-table
th
.el-table__cell
{
background-color
:
#E6E6E6
;
}
.el-form-item
{
margin-bottom
:
5px
;
}
</
style
>
<
template
>
<div
class=
"page_fnDm page_RecPayQuery"
@
keyup
.
enter=
"resetPageIndex()"
>
<div
class=
"query-box"
style=
"margin-bottom: 0px;"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px
2
0px 0 0;"
>
<el-row
style=
"padding:15px
1
0px 0 0;"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('fnc.danhao')"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
...
...
@@ -199,7 +201,7 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
col
:
span
=
"
4
"
>
<
el
-
form
-
item
:
label
=
"$t('objFill.remarkquery')"
>
<
el
-
input
v
-
model
=
"msg.Remark"
><
/el-input
>
<
/el-form-item
>
...
...
@@ -213,7 +215,15 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"永乐车辆"
>
<
el
-
select
filterable
v
-
model
=
'msg.JapanCarId'
>
<
el
-
option
:
value
=
"0"
:
label
=
"$t('system.ph_buxian')"
><
/el-option
>
<
el
-
option
v
-
for
=
"item in JapanCarList"
:
key
=
"item.Id"
:
value
=
"item.Id"
:
label
=
"item.CarNo"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/template
>
<
/el-row
>
...
...
@@ -508,6 +518,7 @@
eTradeDate
:
''
,
ClientType
:
'0'
,
JapanCarCustomerId
:
0
,
JapanCarId
:
0
,
RemitterName
:
''
,
ClientID
:
''
,
sMoney
:
''
,
...
...
@@ -578,6 +589,7 @@
DepartIDs
:
''
,
heightQueryBox
:
false
,
JapanCarCustomerList
:
[],
JapanCarList
:
[],
typeSystem
:
0
,
FinanceCreate
:
false
}
...
...
@@ -672,6 +684,11 @@
this
.
JapanCarCustomerList
=
res
.
data
.
data
;
}
}
,
err
=>
{
}
)
this
.
apipost
(
'JapanCar_get_GetCarList'
,
{
keyWord
:
''
}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
JapanCarList
=
res
.
data
.
data
;
}
}
,
err
=>
{
}
)
}
,
ClaerClientAccountList
()
{
this
.
ClientAccountList
=
[];
...
...
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