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
02c83d90
Commit
02c83d90
authored
Mar 06, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9bfdc714
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
index.vue
...ponents/FinancialModule/ConsolidationOfAccounts/index.vue
+3
-8
No files found.
src/components/FinancialModule/ConsolidationOfAccounts/index.vue
View file @
02c83d90
...
@@ -21,9 +21,8 @@
...
@@ -21,9 +21,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队号:"
prop=
"TCNUM"
>
<el-form-item
label=
"团号:"
prop=
"TCNUM"
>
<el-input
v-model=
"msg.TCNUM"
placeholder=
"请输入团队号"
<el-input
v-model=
"msg.TCNUM"
placeholder=
"请输入团号"
></el-input>
@
blur=
"getPageList()"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
...
@@ -45,8 +44,7 @@
...
@@ -45,8 +44,7 @@
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"领队/导游:"
prop=
"RemitterName"
>
<el-form-item
label=
"领队/导游:"
prop=
"RemitterName"
>
<el-input
v-model=
"msg.RemitterName"
class=
""
placeholder=
"请输入领队/导游名称"
<el-input
v-model=
"msg.RemitterName"
class=
""
placeholder=
"请输入领队/导游名称"
></el-input>
@
blur=
"getPageList()"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
...
@@ -539,9 +537,6 @@
...
@@ -539,9 +537,6 @@
},
err
=>
{})
},
err
=>
{})
},
},
getPageList
(){
// 获取列表数据
getPageList
(){
// 获取列表数据
if
(
this
.
msg
.
TCNUM
==
''
&&
this
.
msg
.
RemitterName
==
''
){
return
this
.
$message
.
error
(
"请输入团队号或领队/导游名称,再进行查询"
)
}
if
(
this
.
msg
.
RB_Branch_Id
===
''
)
this
.
msg
.
RB_Branch_Id
=-
1
;
if
(
this
.
msg
.
RB_Branch_Id
===
''
)
this
.
msg
.
RB_Branch_Id
=-
1
;
if
(
!
this
.
msg
.
TCID
)
this
.
msg
.
TCID
=
0
;
if
(
!
this
.
msg
.
TCID
)
this
.
msg
.
TCID
=
0
;
if
(
!
this
.
msg
.
Status
)
this
.
msg
.
Status
=
0
;
if
(
!
this
.
msg
.
Status
)
this
.
msg
.
Status
=
0
;
...
...
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