Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
1b3b4d75
Commit
1b3b4d75
authored
Jan 27, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金设置默认值
parent
ca3e2c26
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
src/views/merchandise/components/comeInfo.vue
+4
-4
src/views/merchandise/components/productBaseInfo.vue
+2
-2
src/views/merchandise/components/sendInfo.vue
+4
-4
src/views/system/user/index.vue
+2
-2
No files found.
src/views/merchandise/components/comeInfo.vue
View file @
1b3b4d75
...
...
@@ -234,7 +234,7 @@ import {
deleteComeCommission
,
changeComeStatus
}
from
'@/api/product/index'
import
{
getAllCompanys
,
getReconciliationCompany
,
getInsuranceCompany
,
getDeptUsers
}
from
'@/api/common'
import
{
getAllCompanys
,
getReconciliationCompany
,
getInsuranceCompany
}
from
'@/api/common'
import
{
ref
,
watch
}
from
'vue'
const
props
=
defineProps
({
...
...
@@ -599,11 +599,11 @@ function getSettingList() {
startPeriod
:
''
,
endPeriod
:
''
,
commissionRate
:
''
,
discountRatio
:
''
,
discountRatio
:
'
100
'
,
effectiveStart
:
''
,
effectiveEnd
:
''
,
isExchangeRate
:
''
,
currency
:
''
,
isExchangeRate
:
'
1
'
,
currency
:
'
HKD
'
,
status
:
'1'
,
remark
:
''
,
salesOrgName
:
''
,
...
...
src/views/merchandise/components/productBaseInfo.vue
View file @
1b3b4d75
...
...
@@ -234,9 +234,9 @@
</div>
</el-col>
</
template
>
<el-col
:span=
"24"
class=
"addTxt"
>
<el-col
:span=
"24"
class=
"addTxt"
@
click=
"addParams"
>
<el-icon
:size=
"24"
><CirclePlus
/></el-icon>
<span
style=
"margin-left: 5px"
@
click=
"addParams"
>
添加新参数
</span>
<span
style=
"margin-left: 5px"
>
添加新参数
</span>
</el-col>
</el-row>
</el-col>
...
...
src/views/merchandise/components/sendInfo.vue
View file @
1b3b4d75
...
...
@@ -494,13 +494,13 @@ function getSettingList() {
startPeriod
:
''
,
endPeriod
:
''
,
commissionRate
:
''
,
discountRatio
:
''
,
discountRatio
:
'
100
'
,
effectiveStart
:
''
,
effectiveEnd
:
''
,
scope
:
''
,
isExchangeRate
:
''
,
currency
:
''
,
status
:
''
,
isExchangeRate
:
'
1
'
,
currency
:
'
HKD
'
,
status
:
'
1
'
,
remark
:
''
}
settingList
.
value
=
[]
...
...
src/views/system/user/index.vue
View file @
1b3b4d75
...
...
@@ -156,7 +156,7 @@
<el-form-item
label=
"手机号"
prop=
"mobile"
>
<el-input
v-model=
"form.mobile"
placeholder=
"请输入手机号"
/>
</el-form-item>
<el-form-item
label=
"用户属性"
>
<
!-- <
el-form-item label="用户属性">
<el-select v-model="form.attribute" placeholder="请输入">
<el-option
v-for="item in sys_user_attribute"
...
...
@@ -165,7 +165,7 @@
:value="Number(item.value)"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"性别"
>
<el-radio-group
v-model=
"form.gender"
>
<el-radio
...
...
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