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
72babe7b
Commit
72babe7b
authored
Jul 11, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eb887cf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
5 deletions
+31
-5
groupApproval.vue
src/components/FinancialModule/groupApproval.vue
+31
-5
No files found.
src/components/FinancialModule/groupApproval.vue
View file @
72babe7b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<ul>
<ul>
<li>
<li>
<em>
出团公司
</em>
<em>
出团公司
</em>
<el-select
filterable
v-model=
'msg.OutBranchId'
<el-select
class=
"permiss-input w160"
filterable
v-model=
'msg.OutBranchId'
@
change=
'getControlList()'
>
@
change=
'getControlList()'
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
:key=
"-1"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
:key=
"-1"
></el-option>
<el-option
<el-option
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<li>
<li>
<span>
<span>
<em>
团类型
</em>
<em>
团类型
</em>
<el-select
class=
"
w20
0"
v-model=
"msg.PriceTeamType"
filterable
:placeholder=
"$t('pub.pleaseImport')"
<el-select
class=
"
permiss-input w16
0"
v-model=
"msg.PriceTeamType"
filterable
:placeholder=
"$t('pub.pleaseImport')"
@
change=
"getControlList()"
>
@
change=
"getControlList()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"-1"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"-1"
>
</el-option>
</el-option>
...
@@ -30,18 +30,32 @@
...
@@ -30,18 +30,32 @@
<li>
<li>
<span>
<span>
<em>
团号
</em>
<em>
团号
</em>
<el-input
maxlength=
"50"
v-model=
"msg.TCNUM"
class=
"permiss-input w
20
0"
<el-input
maxlength=
"50"
v-model=
"msg.TCNUM"
class=
"permiss-input w
16
0"
@
keyup
.
enter=
"getControlList"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
@
keyup
.
enter=
"getControlList"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
编号
</em>
<em>
编号
</em>
<el-input
maxlength=
"6"
v-model=
"msg.TCID"
class=
"permiss-input
20
0"
<el-input
maxlength=
"6"
v-model=
"msg.TCID"
class=
"permiss-input
w16
0"
@
keyup
.
native
.
enter=
"getControlList"
:placeholder=
"$t('pub.pleaseImport')"
@
keyup
.
native
.
enter=
"getControlList"
:placeholder=
"$t('pub.pleaseImport')"
@
keyup
.
native=
"checkInteger(msg,'TCID')"
></el-input>
@
keyup
.
native=
"checkInteger(msg,'TCID')"
></el-input>
</span>
</span>
</li>
</li>
<li>
<span>
<em>
出团日期
</em>
<el-date-picker
style=
"height: 34px;"
value-format=
"yyyy-MM-dd"
v-model=
"DatelistBM"
type=
"daterange"
:range-separator=
"$t('OrderList.zhi')"
:start-placeholder=
"$t('OrderList.star')"
:end-placeholder=
"$t('OrderList.end')"
@
change=
"getDatesBM"
>
</el-date-picker>
</span>
</li>
<li
v-if=
"userinfo.ActionMenuCode.indexOf('Finance_clumpSeeAll')!=-1"
>
<li
v-if=
"userinfo.ActionMenuCode.indexOf('Finance_clumpSeeAll')!=-1"
>
<span><em>
只看待我审核
</em>
<span><em>
只看待我审核
</em>
<el-switch
<el-switch
...
@@ -280,6 +294,8 @@
...
@@ -280,6 +294,8 @@
OutBranchId
:
-
1
,
OutBranchId
:
-
1
,
OutGroupAuditState
:
1
,
OutGroupAuditState
:
1
,
OutGroupAuditEmpId
:
0
,
//当前登录用户id , 如果有查询所有的权限 则=0
OutGroupAuditEmpId
:
0
,
//当前登录用户id , 如果有查询所有的权限 则=0
QStartDate
:
''
,
QEndDate
:
''
},
},
TeamListArr
:[],
TeamListArr
:[],
total
:
0
,
total
:
0
,
...
@@ -295,7 +311,8 @@
...
@@ -295,7 +311,8 @@
RB_Group_Id
:
'0'
,
RB_Group_Id
:
'0'
,
Status
:
'0'
,
Status
:
'0'
,
},
},
userinfo
:
{}
userinfo
:
{},
DatelistBM
:[]
}
}
},
},
components
:
{
components
:
{
...
@@ -326,6 +343,15 @@
...
@@ -326,6 +343,15 @@
},
},
methods
:
{
methods
:
{
getDatesBM
(){
if
(
this
.
DatelistBM
){
this
.
msg
.
QStartDate
=
this
.
DatelistBM
[
0
];
this
.
msg
.
QEndDate
=
this
.
DatelistBM
[
1
];
}
if
(
!
this
.
DatelistBM
){
this
.
msg
.
QStartDate
=
''
;
this
.
msg
.
QEndDate
=
''
;
}
},
getPendingMyTrial
(){
getPendingMyTrial
(){
let
ActionMenuCode
=
this
.
userinfo
.
ActionMenuCode
;
let
ActionMenuCode
=
this
.
userinfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'Finance_clumpSeeAll'
)
!=-
1
){
if
(
ActionMenuCode
.
indexOf
(
'Finance_clumpSeeAll'
)
!=-
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