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
0d921e27
Commit
0d921e27
authored
Nov 04, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e29cff07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+9
-2
orderDetails.vue
src/components/orderMan/orderDetails.vue
+1
-1
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
0d921e27
...
...
@@ -8,7 +8,7 @@
<el-form
class=
"app-batch"
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"180px"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"商品设置"
name=
"first"
>
<el-card
shadow=
"never"
>
<el-card
shadow=
"never"
v-if=
"isShowPlat"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
选择分类
</span>
</div>
...
...
@@ -1293,7 +1293,8 @@
options
:
[],
FXlevelList
:
[],
giveDate
:
false
,
My_cateList
:[]
//分类类型
My_cateList
:[],
//分类类型
isShowPlat
:
true
//是否显示上架版面和分类
};
},
created
()
{
...
...
@@ -1321,6 +1322,12 @@
}
else
{
this
.
getTree
();
}
let
mall_userInfo
=
JSON
.
parse
(
localStorage
.
mall_userInfo
);
if
(
mall_userInfo
.
IsOpenSchool
==
0
){
this
.
isShowPlat
=
false
}
else
{
this
.
isShowPlat
=
true
;
}
},
methods
:
{
initShareSettings
()
{
...
...
src/components/orderMan/orderDetails.vue
View file @
0d921e27
...
...
@@ -331,7 +331,7 @@
<el-form-item
label=
"运费"
>
¥{{dataInfo.FreightMoney}}
</el-form-item>
<el-form-item
label=
"抵扣佣金"
>
<el-form-item
label=
"抵扣佣金"
v-if=
"dataInfo.OrderInfo&&dataInfo.OrderInfo.DeductionCommission"
>
¥{{dataInfo.OrderInfo.DeductionCommission}}
</el-form-item>
<el-form-item
label=
"实付款"
>
...
...
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