Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
ed3a740c
Commit
ed3a740c
authored
Jul 19, 2021
by
吕伟朝
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pyq_goods' into 'dev'
Pyq goods See merge request bp/op-web-service!18
parents
acb0f866
7b84d767
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/pages/Goods/Retail/index.vue
+6
-6
No files found.
src/pages/Goods/Retail/index.vue
View file @
ed3a740c
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<el-table-column
<el-table-column
align=
"center"
align=
"center"
prop=
"first_commission_value"
prop=
"first_commission_value"
label=
"
一级
分销金额"
label=
"
分享者
分销金额"
>
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
<span>
<span>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<el-table-column
<el-table-column
align=
"center"
align=
"center"
prop=
"second_commission_value"
prop=
"second_commission_value"
label=
"
二级
分销金额"
label=
"
上线
分销金额"
>
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<span>
<span>
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
></el-input>
></el-input>
<div
style=
"margin: 20px 0"
></div>
<div
style=
"margin: 20px 0"
></div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
一级
佣金:"
prop=
"first_commission_value"
>
<el-form-item
label=
"
分享者
佣金:"
prop=
"first_commission_value"
>
<el-input
<el-input
v-model=
"ruleForm.first_commission_value"
v-model=
"ruleForm.first_commission_value"
oninput=
"value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"
oninput=
"value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
<
template
#
append
>
%
</
template
>
<
template
#
append
>
%
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
二级
佣金: "
prop=
"second_commission_value"
>
<el-form-item
label=
"
上线
佣金: "
prop=
"second_commission_value"
>
<el-input
<el-input
v-model=
"ruleForm.second_commission_value"
v-model=
"ruleForm.second_commission_value"
oninput=
"value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"
oninput=
"value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"
...
@@ -363,7 +363,7 @@ export default {
...
@@ -363,7 +363,7 @@ export default {
50
||
50
||
value
>
50
value
>
50
)
{
)
{
callback
(
new
Error
(
"
一级佣金与二级
佣金之和不可大于50%"
));
callback
(
new
Error
(
"
分享者佣金与上线
佣金之和不可大于50%"
));
}
else
{
}
else
{
callback
();
callback
();
}
}
...
@@ -419,7 +419,7 @@ export default {
...
@@ -419,7 +419,7 @@ export default {
first_commission_value
:
[
first_commission_value
:
[
{
{
required
:
true
,
required
:
true
,
message
:
"请填写
一级
佣金"
,
message
:
"请填写
分享者
佣金"
,
trigger
:
"blur"
,
trigger
:
"blur"
,
},
},
{
type
:
"number"
,
message
:
"必须为数值型"
},
{
type
:
"number"
,
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