Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
youjj
cloud-platform-ui
Commits
151e1a56
Commit
151e1a56
authored
Nov 13, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱包
parent
0b7009ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
discountRecord.vue
src/views/purseManage/discountRecord.vue
+6
-4
No files found.
src/views/purseManage/discountRecord.vue
View file @
151e1a56
...
@@ -111,8 +111,8 @@
...
@@ -111,8 +111,8 @@
<el-radio
v-model=
"dialogFrom.status"
label=
"1"
>
通过
</el-radio>
<el-radio
v-model=
"dialogFrom.status"
label=
"1"
>
通过
</el-radio>
<el-radio
v-model=
"dialogFrom.status"
label=
"2"
>
拒绝
</el-radio>
<el-radio
v-model=
"dialogFrom.status"
label=
"2"
>
拒绝
</el-radio>
</el-form-item>
</el-form-item>
<el-form-item
label=
"订单号"
v-if=
"dialogFrom.status==1"
required
>
<el-form-item
label=
"订单号"
v-if=
"dialogFrom.status==1
&& this.activeOfflineWay == 2
"
required
>
<el-input
v-model=
"dialogFrom.
con
o"
placeholder=
"请输入订单号"
></el-input>
<el-input
v-model=
"dialogFrom.
payMentN
o"
placeholder=
"请输入订单号"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"拒绝原因"
v-if=
"dialogFrom.status==2"
required
>
<el-form-item
label=
"拒绝原因"
v-if=
"dialogFrom.status==2"
required
>
<el-input
type=
"textarea"
v-model=
"dialogFrom.reason"
placeholder=
"拒绝原因"
></el-input>
<el-input
type=
"textarea"
v-model=
"dialogFrom.reason"
placeholder=
"拒绝原因"
></el-input>
...
@@ -170,6 +170,7 @@ export default {
...
@@ -170,6 +170,7 @@ export default {
val
:
'1'
val
:
'1'
}
}
],
],
activeOfflineWay
:
null
,
dialogVisible
:
false
,
dialogVisible
:
false
,
BASE_API
:
process
.
env
.
BASE_API
,
BASE_API
:
process
.
env
.
BASE_API
,
showLoadingBody
:
false
,
showLoadingBody
:
false
,
...
@@ -190,7 +191,7 @@ export default {
...
@@ -190,7 +191,7 @@ export default {
tableKey
:
0
,
tableKey
:
0
,
dialogFrom
:
{
dialogFrom
:
{
status
:
'1'
,
status
:
'1'
,
con
o
:
''
,
payMentN
o
:
''
,
reason
:
''
reason
:
''
}
}
}
}
...
@@ -254,6 +255,7 @@ export default {
...
@@ -254,6 +255,7 @@ export default {
},
},
handleUpdate
(
row
)
{
handleUpdate
(
row
)
{
this
.
dialogFrom
.
cathId
=
row
.
id
this
.
dialogFrom
.
cathId
=
row
.
id
this
.
activeOfflineWay
=
row
.
offlineWay
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
},
},
edit
(
formName
)
{
edit
(
formName
)
{
...
@@ -261,7 +263,7 @@ export default {
...
@@ -261,7 +263,7 @@ export default {
const
set
=
this
.
$refs
const
set
=
this
.
$refs
set
[
formName
].
validate
(
valid
=>
{
set
[
formName
].
validate
(
valid
=>
{
if
(
this
.
dialogFrom
.
status
==
1
)
{
if
(
this
.
dialogFrom
.
status
==
1
)
{
if
(
this
.
dialogFrom
.
con
o
==
''
)
{
if
(
this
.
dialogFrom
.
payMentN
o
==
''
)
{
this
.
$notify
({
this
.
$notify
({
title
:
'警告'
,
title
:
'警告'
,
message
:
'请输入订单号'
,
message
:
'请输入订单号'
,
...
...
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