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
ad0fa2d0
Commit
ad0fa2d0
authored
Sep 09, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2c916d2d
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
143 deletions
+30
-143
addGuide.vue
src/components/director/addGuide.vue
+9
-9
directorGoodsEdit.vue
src/components/director/directorGoodsEdit.vue
+19
-127
directorGoodsList.vue
src/components/director/directorGoodsList.vue
+2
-7
No files found.
src/components/director/addGuide.vue
View file @
ad0fa2d0
...
...
@@ -4,15 +4,15 @@
<span
@
click=
"CommonJump('directorGuideList')"
class=
"blue point"
>
导游管理
</span>
/ 编辑导游管理
</div>
<div
class=
"content"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"150px"
style=
"width:
6
0%"
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"150px"
style=
"width:
5
0%"
>
<el-form-item
label=
"导游名称"
prop=
"Name"
class=
"is-required"
>
<el-input
v-model=
"addMsg.Name"
placeholder=
"请输入站点名称"
/>
<el-input
v-model=
"addMsg.Name"
size=
"small"
placeholder=
"请输入站点名称"
/>
</el-form-item>
<el-form-item
label=
"用户头像"
>
<el-form-item
label=
"用户头像"
size=
"small"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"建议尺寸100*100"
placement=
"top"
>
<el-button
@
click=
"openChangeDig(1)"
size=
"small"
>
选择文件
</el-button>
<el-button
@
click=
"openChangeDig(1)"
>
选择文件
</el-button>
</el-tooltip>
<div
class=
"app-gallery-item"
style=
"position: relative;width: 100px;margin-top: 10px;"
>
<img
v-if=
"!addMsg.GuidePhoto || addMsg.GuidePhoto==''"
...
...
@@ -22,7 +22,7 @@
</div>
</el-form-item>
<el-form-item
label=
"工作年限"
prop=
"WorkYears"
class=
"is-required"
>
<el-form-item
label=
"工作年限"
prop=
"WorkYears"
class=
"is-required"
size=
"small"
>
<el-input
v-model=
"addMsg.WorkYears"
placeholder=
"请输入工作年限"
/>
</el-form-item>
<el-form-item
label=
"站点"
prop=
"SiteId"
class=
"is-required"
>
...
...
@@ -32,13 +32,13 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"联系电话"
prop=
"Telephone"
class=
"is-required"
>
<el-form-item
label=
"联系电话"
prop=
"Telephone"
class=
"is-required"
size=
"small"
>
<el-input
v-model=
"addMsg.Telephone"
placeholder=
"请输入联系电话"
type=
"number"
/>
</el-form-item>
<el-form-item
label=
"紧急联系电话"
prop=
"EmergencyPhone"
class=
"is-required"
>
<el-form-item
label=
"紧急联系电话"
prop=
"EmergencyPhone"
class=
"is-required"
size=
"small"
>
<el-input
v-model=
"addMsg.EmergencyPhone"
placeholder=
"请输入紧急联系电话"
type=
"number"
/>
</el-form-item>
<el-form-item
label=
"简介"
>
<el-form-item
label=
"简介"
>
<UE
style=
"width:750px;"
:defaultMsg=
"defaultMsg"
:config=
"config"
:IsMultiple=
"true"
ref=
"ue"
></UE>
</el-form-item>
...
...
@@ -309,4 +309,4 @@
height
:
32px
;
margin
:
0
5px
;
}
</
style
>
</
style
>
src/components/director/directorGoodsEdit.vue
View file @
ad0fa2d0
This diff is collapsed.
Click to expand it.
src/components/director/directorGoodsList.vue
View file @
ad0fa2d0
...
...
@@ -12,7 +12,6 @@
<el-tab-pane
:dataId=
"0"
label=
"全部"
name=
"first"
></el-tab-pane>
<el-tab-pane
:dataId=
"1"
label=
"上架中"
name=
"second"
></el-tab-pane>
<el-tab-pane
:dataId=
"2"
label=
"下架中"
name=
"third"
></el-tab-pane>
<el-tab-pane
:dataId=
"3"
label=
"删除"
name=
"fourth"
></el-tab-pane>
</el-tabs>
</div>
<div>
...
...
@@ -121,7 +120,7 @@
</el-table-column>
<el-table-column
width=
"120"
label=
"
已出售
量"
label=
"
订单数
量"
prop=
"GoodsBuyNum"
>
</el-table-column>
...
...
@@ -345,7 +344,7 @@
msg
=
JSON
.
parse
(
JSON
.
stringify
(
msg
));
msg
.
pageSize
=
999
;
this
.
GetLocalFile
(
"/api/
product
/GetProductGoodsListToExcel"
,
"/api/
GuideCar
/GetProductGoodsListToExcel"
,
msg
,
"商品列表.xls"
);
...
...
@@ -494,10 +493,6 @@
this
.
msg
.
GoodsStatus
=
2
;
this
.
msg
.
IsSelectSellOut
=
0
;
}
if
(
dataId
==
3
){
this
.
msg
.
GoodsStatus
=
0
;
this
.
msg
.
IsSelectSellOut
=
1
;
}
this
.
msg
.
pageIndex
=
1
this
.
getList
();
},
...
...
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