Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
zhouqian
vue-gjjs
Commits
883de6ea
Commit
883de6ea
authored
Sep 20, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优惠调整补充
parent
e5afe068
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Setpan.vue
src/views/Public/Setpan.vue
+1
-1
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+3
-3
No files found.
src/views/Public/Setpan.vue
View file @
883de6ea
...
...
@@ -1039,7 +1039,7 @@ export default {
that
.
executeRule
(
rule
).
then
(
res
=>
{
that
.
index
=
index
;
that
.
$refs
.
setpanDialog
.
visiable
=
true
;
that
.
$refs
.
setpanDialog
.
formData
=
that
.
model
.
setmod
.
setfeg
.
setfel
[
index
];
//
that.$refs.setpanDialog.formData = that.model.setmod.setfeg.setfel[index];
that
.
dialog2
=
row
})
},
...
...
src/views/Public/SetpanDialog.vue
View file @
883de6ea
...
...
@@ -109,7 +109,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"优惠百分比"
>
<c-input
v-model=
"formData.dctrat"
@
keyup
.
enter
.
native=
"eventFunction('setmod.setfeg.setfel(
1
).dctrat')"
>
<c-input
v-model=
"formData.dctrat"
@
keyup
.
enter
.
native=
"eventFunction('setmod.setfeg.setfel(
'+ (idx+1) +'
).dctrat')"
>
<template
#
suffix
>
%
</
template
>
</c-input>
</el-form-item>
...
...
@@ -136,14 +136,14 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"优惠金额"
>
<c-input
v-model=
"formData.dctamt"
/>
<c-input
v-model=
"formData.dctamt"
@
keyup
.
enter
.
native=
"eventFunction('setmod.setfeg.setfel('+ (idx+1) +').dctamt')"
/>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"优惠后实收费用金额"
>
<c-input
v-model=
"formData.amt"
/>
<c-input
v-model=
"formData.amt"
@
keyup
.
enter
.
native=
"eventFunction('setmod.setfeg.setfel('+ (idx+1) +').amt')"
/>
</el-form-item>
</c-col>
</c-col>
...
...
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