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
45302d65
Commit
45302d65
authored
Mar 05, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增权限验证方法
parent
8929ed0a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
460 additions
and
471 deletions
+460
-471
AuthCode.js
src/assets/utils/AuthCode.js
+1
-1
SupplierHandFee.vue
src/components/Hotel/SupplierHandFee.vue
+11
-0
CouponList.vue
src/components/activity/CouponList.vue
+448
-470
No files found.
src/assets/utils/AuthCode.js
View file @
45302d65
...
...
@@ -3,6 +3,6 @@
*/
var
AuthCode
=
{
EidtCoupon
:
"IsEidtCoupon"
,
//优惠券修改权限
};
export
default
AuthCode
;
\ No newline at end of file
src/components/Hotel/SupplierHandFee.vue
View file @
45302d65
...
...
@@ -33,6 +33,15 @@
</el-select>
</span>
</li>
<li>
<span>
<em>
团状态
</em>
<el-select
v-model=
"msg.IsSetOut"
>
<el-option
label=
"正常发团"
:value=
"0"
></el-option>
<el-option
label=
"取消发团"
:value=
"1"
></el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"getSearch()"
>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadFile()"
>
...
...
@@ -111,6 +120,7 @@
Supplier
:
0
,
PageIndex
:
1
,
PageSize
:
15
,
IsSetOut
:
0
,
//0-正常发团,1-取消发团
},
loading
:
false
,
currentPage
:
1
,
...
...
@@ -165,6 +175,7 @@
TCID
:
item
.
TCIDS
,
Supplier
:
that
.
msg
.
Supplier
,
QMonthStr
:
that
.
msg
.
QMonthStr
,
IsSetOut
:
that
.
msg
.
IsSetOut
,
},
res
=>
{
that
.
loading
=
false
;
...
...
src/components/activity/CouponList.vue
View file @
45302d65
This diff is collapsed.
Click to expand it.
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