Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
d506f411
Commit
d506f411
authored
Nov 09, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bf40228a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
29 deletions
+40
-29
afterSalesOrder.vue
src/components/orderMan/afterSalesOrder.vue
+1
-1
orderDetails.vue
src/components/orderMan/orderDetails.vue
+0
-1
adminList.vue
src/components/phoneManage/adminList.vue
+16
-4
basicSetUp.vue
src/components/setup/basicSetUp.vue
+23
-23
No files found.
src/components/orderMan/afterSalesOrder.vue
View file @
d506f411
...
@@ -603,7 +603,7 @@ export default {
...
@@ -603,7 +603,7 @@ export default {
});
});
},
},
TableSelectChange
(
val
){},
TableSelectChange
(
val
){},
// 发货
f
// 发货
fhOpenDig
(
item
){
fhOpenDig
(
item
){
this
.
fhMsg
.
AfterSaleOrderId
=
item
.
ReOrderId
;
this
.
fhMsg
.
AfterSaleOrderId
=
item
.
ReOrderId
;
this
.
fahuoList
=
[];
this
.
fahuoList
=
[];
...
...
src/components/orderMan/orderDetails.vue
View file @
d506f411
...
@@ -791,7 +791,6 @@
...
@@ -791,7 +791,6 @@
this
.
getData
();
this
.
getData
();
this
.
Success
(
res
.
data
.
message
)
this
.
Success
(
res
.
data
.
message
)
this
.
shDig
=
false
;
this
.
shDig
=
false
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
...
...
src/components/phoneManage/adminList.vue
View file @
d506f411
...
@@ -59,9 +59,9 @@
...
@@ -59,9 +59,9 @@
</div>
</div>
</template>
</template>
<el-dialog
title=
"设置管理员"
:visible
.
sync=
"isShowModule"
width=
"600px"
>
<el-dialog
title=
"设置管理员"
:visible
.
sync=
"isShowModule"
width=
"600px"
>
<el-form
:model=
"
addM
sg"
:rules=
"addMsgRules"
ref=
"ruleForm"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form
:model=
"
userm
sg"
:rules=
"addMsgRules"
ref=
"ruleForm"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form-item
label=
"昵称搜索"
prop=
"Name"
>
<el-form-item
label=
"昵称搜索"
prop=
"Name"
>
<el-select
v-model=
"
addMsg.UserId"
placeholder=
"请选择"
filterable
>
<el-select
v-model=
"
usermsg.Name"
placeholder=
"请选择"
filterable
:filter-method=
"ChangeListName"
>
<el-option
v-for=
"item in adminOptions"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in adminOptions"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -114,6 +114,15 @@
...
@@ -114,6 +114,15 @@
trigger
:
"blur"
trigger
:
"blur"
}],
}],
},
},
usermsg
:
{
pageIndex
:
1
,
pageSize
:
20
,
Name
:
''
,
Source
:
0
,
MemberGrade
:
0
,
Id
:
0
,
Moblie
:
''
},
};
};
},
},
methods
:
{
methods
:
{
...
@@ -177,12 +186,15 @@
...
@@ -177,12 +186,15 @@
}
}
);
);
});
});
},
ChangeListName
(
val
)
{
this
.
usermsg
.
Name
=
val
;
this
.
getUserList
();
},
},
//获取用户列表
//获取用户列表
getUserList
()
{
getUserList
()
{
var
qMsg
=
{
PageIndex
:
1
,
PageSize
:
1000000
};
this
.
apipost
(
this
.
apipost
(
"/api/user/GetMemberUserDropDownList"
,
qM
sg
,
"/api/user/GetMemberUserDropDownList"
,
this
.
userm
sg
,
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
adminOptions
=
res
.
data
.
data
.
pageData
;
this
.
adminOptions
=
res
.
data
.
data
.
pageData
;
...
...
src/components/setup/basicSetUp.vue
View file @
d506f411
...
@@ -880,30 +880,30 @@
...
@@ -880,30 +880,30 @@
MallName
:
''
,
//商城名称
MallName
:
''
,
//商城名称
Indate
:
''
,
//有效期
Indate
:
''
,
//有效期
ContactNumber
:
''
,
//联系号码
ContactNumber
:
''
,
//联系号码
OuterServiceLink
:
''
,
OuterServiceLink
:
''
,
//外链客服链接
Address
:
''
,
Address
:
''
,
//详细地址
LongAndLat
:
''
,
LongAndLat
:
''
,
//经纬度
MinAppId
:
''
,
MinAppId
:
''
,
//小程序appId
MinUrl
:
''
,
MinUrl
:
''
,
//小程序路径
CancelTime
:
0
,
CancelTime
:
0
,
//未支付订单超时时间
AutoReceiving
:
0
,
AutoReceiving
:
0
,
//自动确认收货时间
AfterTime
:
0
,
AfterTime
:
0
,
//售后时间
PayWay
:
''
,
PayWay
:
''
,
//支付方式
DeliverWay
:
''
,
DeliverWay
:
''
,
//发货方式
BalanceFun
:
0
,
BalanceFun
:
0
,
//余额功能
DepositFun
:
0
,
//储值卡
DepositFun
:
0
,
//储值卡
ConsultWay
:
''
,
ConsultWay
:
''
,
//商品面议联系方式
MinSwitch
:
1
,
MinSwitch
:
1
,
//添加到我的小程序开关
MinBackColor
:
'#000000'
,
MinBackColor
:
'#000000'
,
//背影颜色
MinBackClarity
:
100
,
MinBackClarity
:
100
,
//背影透明度
MinBackCircularBead
:
36
,
MinBackCircularBead
:
36
,
//背景框圆角
MinTips
:
'添加到我的小程序,购买更便捷'
,
MinTips
:
'添加到我的小程序,购买更便捷'
,
//提示文本内容
MinTipsColor
:
'#FFFFFF'
,
MinTipsColor
:
'#FFFFFF'
,
//文本颜色
MinIcoColor
:
1
,
MinIcoColor
:
1
,
//图标颜色
MinShareTitle
:
''
,
MinShareTitle
:
''
,
//转发标题
MinShareIco
:
''
,
MinShareIco
:
''
,
//选择图标
BuySwitch
:
0
,
BuySwitch
:
0
,
//首页购买记录框开关
CarouselOrder
:
0
,
CarouselOrder
:
0
,
//轮播订单数
ListShopCar
:
0
,
ListShopCar
:
0
,
ListBuyCount
:
1
,
ListBuyCount
:
1
,
ListName
:
1
,
ListName
:
1
,
...
...
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