Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
f654874c
Commit
f654874c
authored
Nov 21, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端调整
parent
a57312e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1216 additions
and
1160 deletions
+1216
-1160
ServiceTheRules.vue
...nts/FinancialModule/ServiceCommission/ServiceTheRules.vue
+330
-337
WebSiteEdit.vue
src/components/WebSet/WebSiteEdit.vue
+1
-0
classification.vue
src/components/WebSet/classification.vue
+13
-33
indexRoll2.vue
src/components/WebSet/home/indexRoll2.vue
+3
-0
indexSlider1.vue
src/components/WebSet/home/indexSlider1.vue
+3
-0
allList.vue
src/components/myOrdersAllType/components/allList.vue
+865
-789
config.js
src/router/config.js
+1
-1
No files found.
src/components/FinancialModule/ServiceCommission/ServiceTheRules.vue
View file @
f654874c
This diff is collapsed.
Click to expand it.
src/components/WebSet/WebSiteEdit.vue
View file @
f654874c
...
...
@@ -233,6 +233,7 @@
</div>
</div>
<el-dialog
:title=
"commonTitle"
:visible
.
sync=
"isShowDialog"
width=
"1000px"
>
{{currentEditItem}}
<!--视频-->
<plugvideodialog
v-if=
"currentEditItem.Id=='white_label_video'"
:plugData=
"currentEditItemData"
></plugvideodialog>
<!--轮播图-->
...
...
src/components/WebSet/classification.vue
View file @
f654874c
...
...
@@ -19,7 +19,6 @@
<el-input
v-model=
'msg.CategoryName'
class=
"permiss-input"
:placeholder=
"$t('fnc.qsrneirong')"
></el-input>
</span>
</li>
<li>
<span><em>
{{
$t
(
'objFill.cengji'
)
}}
</em>
<el-select
v-model=
"msg.Level"
:placeholder=
"$t('pub.pleaseSel')"
>
...
...
@@ -43,12 +42,11 @@
<input
type=
"button"
class=
"hollowFixedBtn"
name=
""
id=
""
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
/>
<input
type=
"button"
@
click=
"outerVisible = true,dialogTitle=$t('objFill.v101.xinzengfl'),clearMessage()
,getLineList()
,getAllAreaTreeList(0),getLineTeamList();"
@
click=
"outerVisible = true,dialogTitle=$t('objFill.v101.xinzengfl'),clearMessage()
,getAllAreaTreeList(0),getLineTeamList();"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
/>
</li>
</ul>
</div>
<el-table
:data=
"DataList"
style=
"width:100%"
v-loading=
'loading'
>
<el-table-column
fixed
:label=
"$t('ground.fenleimc')"
>
<template
slot-scope=
"scope"
>
...
...
@@ -85,23 +83,21 @@
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.AreaList&&scope.row.AreaList.length>0"
>
<div>
<span
v-for=
"(file,fIndex) in scope.row.AreaList"
>
<span
v-for=
"(file,fIndex) in scope.row.AreaList"
:key=
"`d_`+scope.row.Id+`_a_`+fIndex"
>
{{
file
.
Name
}}{{
(
fIndex
==
(
scope
.
row
.
AreaList
.
length
-
1
)
&&
scope
.
row
.
AreaList
.
length
>
1
)?
""
:
","
}}
</span>
</div>
</
template
>
<
template
v-if=
"scope.row.LineList&&scope.row.LineList.length>0"
>
<div>
<span
v-for=
"(file,fIndex) in scope.row.LineList"
>
<span
v-for=
"(file,fIndex) in scope.row.LineList"
:key=
"`d_`+scope.row.Id+`_l_`+fIndex"
>
{{
file
.
Name
}}{{
(
fIndex
==
(
scope
.
row
.
LineList
.
length
-
1
)
&&
scope
.
row
.
LineList
.
length
>
1
)?
""
:
","
}}
</span>
</div>
</
template
>
<
template
v-if=
"scope.row.SeriesList&&scope.row.SeriesList.length>0"
>
<div>
<span
v-for=
"(file,fIndex) in scope.row.SeriesList"
>
<span
v-for=
"(file,fIndex) in scope.row.SeriesList"
:key=
"`d_`+scope.row.Id+`_s_`+fIndex"
>
{{
file
.
Name
}}{{
(
fIndex
==
(
scope
.
row
.
SeriesList
.
length
-
1
)
&&
scope
.
row
.
SeriesList
.
length
>
1
)?
""
:
","
}}
</span>
</div>
...
...
@@ -116,7 +112,6 @@
</el-table-column>
<el-table-column
fixed
:label=
"$t('objFill.v101.activity.col6.t8')"
>
<
template
slot-scope=
"scope"
>
<!-- style="width: 100px; height: 100px" -->
<el-image
class=
"icon"
:src=
"scope.row.Icon"
:preview-src-list=
"[scope.row.Icon]"
>
</el-image>
</
template
>
</el-table-column>
...
...
@@ -124,7 +119,6 @@
<
template
slot-scope=
"scope"
>
<el-image
class=
"icon"
:src=
"scope.row.BackgroundImage"
:preview-src-list=
"[scope.row.BackgroundImage]"
>
</el-image>
</
template
>
</el-table-column>
<el-table-column
fixed
:label=
"$t('admin.admin_status')"
>
...
...
@@ -149,11 +143,11 @@
</el-table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
'total'
>
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
'total'
>
</el-pagination>
<el-dialog
:title=
"dialogTitle"
:visible
.
sync=
"outerVisible"
center
width=
"1000px"
:before-close=
"closeChangeMachie"
>
:before-close=
"closeChangeMachie"
append-to-body
>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"12"
>
...
...
@@ -216,7 +210,7 @@
<template
v-if=
"addMsg.Level==1"
>
<el-form-item
:label=
"$t('system.table_ssLine')"
>
<el-select
:disabled=
"addMsg.IsLock === 1"
v-model=
"addMsg.LineIdList"
multiple
collapse-tags
:placeholder=
"$t('pub.pleaseSel')"
>
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"queryCommonData.SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineList"
:label=
"item.LineName"
:value=
"item.LineID"
:key=
"item.LineID"
></el-option>
...
...
@@ -226,8 +220,8 @@
<
template
v-else
>
<el-form-item
:label=
"$t('active.ad_xlmc')"
>
<el-select
:disabled=
"addMsg.IsLock === 1"
v-model=
"addMsg.SeriesIdList"
multiple
collapse-tags
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
queryCommonData.SelectDefaultValue
></el-option>
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"queryCommonData.SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineTeamList"
:label=
"item.LtName"
:value=
"item.LtID"
:key=
"item.LtID"
></el-option>
</el-select>
...
...
@@ -248,7 +242,6 @@
</
template
>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('objFill.v101.activity.col6.t8')"
>
...
...
@@ -261,15 +254,12 @@
</el-form-item>
</el-col>
</el-row>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitForm('addMsg')"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible = false"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
</el-dialog>
</div>
</template>
...
...
@@ -329,6 +319,7 @@
LineIdList
:
[],
SeriesIdList
:
[],
IsSelfGuidedTour
:
0
,
LinkUrl
:
""
,
//页面地址
},
rules
:
{
CategoryName
:
[{
...
...
@@ -345,6 +336,7 @@
}
},
mounted
()
{
this
.
getLineList
();
this
.
getList
();
},
methods
:
{
...
...
@@ -373,12 +365,8 @@
this
.
chooseCategroyArray
=
arr
;
this
.
showCategoryName
=
arrLabel
;
},
getLineList
()
{
//获取线路列表
this
.
apipost
(
"line_post_GetList"
,
{
LineDirection
:
2
},
this
.
apipost
(
"line_post_GetAllList"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
...
...
@@ -457,7 +445,6 @@
this
.
addMsg
.
AreaIdList
=
[];
}
else
{
this
.
getCateGoryList
();
}
},
changeSelfGuidedTour
()
{
...
...
@@ -476,7 +463,6 @@
lineIds
=
this
.
cateGoryList
[
index
].
LineIds
;
}
this
.
getLineTeamList
(
lineIds
);
}
},
getCateGoryList
()
{
...
...
@@ -500,7 +486,6 @@
this
.
$message
.
error
(
this
.
$t
(
'objFill.v101.qingxzfujifl'
));
return
}
let
params
=
{
...
this
.
addMsg
}
...
...
@@ -519,9 +504,7 @@
})
}
params
.
AreaIds
=
tempCategory
.
substring
(
0
,
tempCategory
.
lastIndexOf
(
','
));
// if(params.AreaList&¶ms.AreaList.length>0){
// params.AreaIds=params.AreaList.toString();
// }
this
.
apipost
(
'ws_post_SetCategory'
,
params
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
outerVisible
=
false
;
...
...
@@ -536,7 +519,6 @@
updateData
({
Id
})
{
//修改
this
.
getLineList
();
this
.
apipost
(
'ws_post_GetCategory'
,
{
Id
...
...
@@ -607,7 +589,6 @@
.
ImageList
.
length
>
0
)
{
this
.
$refs
.
BackgroundImage
.
ImageList
=
[]
}
//this.$refs.tree.setCheckedKeys([]);
},
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
...
...
@@ -630,7 +611,6 @@
this
.
$refs
[
formName
].
resetFields
();
}
}
}
</
script
>
src/components/WebSet/home/indexRoll2.vue
View file @
f654874c
...
...
@@ -300,6 +300,9 @@
if
(
chooseMenuObj
)
{
this
.
clickItem
.
SubName
=
chooseMenuObj
.
MenuName
;
this
.
clickItem
.
LinkUrl
=
chooseMenuObj
.
MenuUrl
;
if
(
chooseMenuObj
.
ImgUrl
&&
chooseMenuObj
.
ImgUrl
!=
''
)
{
this
.
clickItem
.
FileUrl
=
chooseMenuObj
.
ImgUrl
;
}
}
this
.
$refs
.
chooseMenu
.
initMenuCheck
();
},
...
...
src/components/WebSet/home/indexSlider1.vue
View file @
f654874c
...
...
@@ -309,6 +309,9 @@
if
(
chooseMenuObj
)
{
this
.
clickItem
.
SubName
=
chooseMenuObj
.
MenuName
;
this
.
clickItem
.
LinkUrl
=
chooseMenuObj
.
MenuUrl
;
if
(
chooseMenuObj
.
ImgUrl
&&
chooseMenuObj
.
ImgUrl
!=
''
)
{
this
.
clickItem
.
FileUrl
=
chooseMenuObj
.
ImgUrl
;
}
}
this
.
$refs
.
chooseMenu
.
initMenuCheck
();
},
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
f654874c
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
f654874c
...
...
@@ -5915,7 +5915,7 @@ export default {
{
path
:
'/Classification'
,
name
:
'Classification'
,
component
:
resolve
=>
require
([
'@/components/WebSet/
C
lassification'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/WebSet/
c
lassification'
],
resolve
),
meta
:
{
title
:
'分类管理'
},
...
...
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