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
80a96668
Commit
80a96668
authored
Jan 06, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增联系人,联系电话
parent
486449cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
833 additions
and
1227 deletions
+833
-1227
VehicleManagement.vue
src/components/tradePavilion/VehicleManagement.vue
+13
-5
addbrand.vue
src/components/tradePavilion/addbrand.vue
+414
-595
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+10
-3
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+395
-623
tradePavilionIndex.vue
src/components/tradePavilion/tradePavilionIndex.vue
+1
-1
No files found.
src/components/tradePavilion/VehicleManagement.vue
View file @
80a96668
...
...
@@ -16,7 +16,8 @@
<div
class=
"head-title"
>
载体管理
<div>
<el-button
@
click=
"checkAll=false,dialogVisible = true"
style=
"float: right; margin-top: -25px"
size=
"small"
type=
"primary"
>
<el-button
@
click=
"checkAll=false,dialogVisible = true"
style=
"float: right; margin-top: -25px"
size=
"small"
type=
"primary"
>
批量导出
</el-button>
</div>
...
...
@@ -116,8 +117,15 @@
</el-table-column>
<el-table-column
prop=
"CarrierSize"
label=
"商业体量"
>
</el-table-column>
<el-table-column
prop=
"LayersNum"
width=
"150"
label=
"商业层数"
></el-table-column>
<el-table-column
prop=
"ContactName"
label=
"联系人"
width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ContactName
}}
<br
/>
{{
scope
.
row
.
ContactPhone
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"UserName"
width=
"100"
label=
"认证用户"
></el-table-column>
<el-table-column
label=
"操作"
width=
"100"
>
<el-table-column
label=
"操作"
width=
"100"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<img
@
click=
"CommonJump('editVehicle',
{ ID: scope.row.ID })" src="../../assets/img/userman/edit.png"
...
...
@@ -184,7 +192,7 @@
EndOpenTime
:
""
,
// 开业截止时间
ExcelEnumIds
:
[],
UserId
:
0
,
RandomNum
:
0
,
//随机数
RandomNum
:
0
,
//随机数
},
usermsg
:
{
pageIndex
:
1
,
...
...
@@ -268,11 +276,11 @@
downLoadCarrier
()
{
this
.
msg
.
ExcelEnumIds
=
this
.
checkedCities
;
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
msg
.
RandomNum
=
Math
.
random
();
msg
.
RandomNum
=
Math
.
random
();
if
(
!
msg
.
Id
||
msg
.
Id
==
""
)
{
msg
.
Id
=
0
;
}
this
.
downLoadLoading
=
true
;
this
.
downLoadLoading
=
true
;
this
.
loadingText
=
"正在生成载体文件,请勿关闭或刷新页面..."
;
var
that
=
this
;
this
.
download_timer
=
setInterval
(
function
()
{
...
...
src/components/tradePavilion/addbrand.vue
View file @
80a96668
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/brandManagement.vue
View file @
80a96668
...
...
@@ -151,6 +151,13 @@
</el-table-column>
<el-table-column
prop=
"CustomerType"
label=
"客群定位"
width=
"160"
>
</el-table-column>
<el-table-column
prop=
"ContactName"
label=
"联系人"
width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ContactName
}}
<br
/>
{{
scope
.
row
.
ContactPhone
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"UserName"
width=
"100"
label=
"认证用户"
></el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"!readonly"
>
...
...
@@ -227,7 +234,7 @@
ExcelEnumIds
:
[],
UserId
:
0
,
//用户认证
PrizeId
:
0
,
RandomNum
:
0
,
//随机数
RandomNum
:
0
,
//随机数
},
usermsg
:
{
pageIndex
:
1
,
...
...
@@ -303,7 +310,7 @@
downloadBrandFile
()
{
this
.
msg
.
ExcelEnumIds
=
this
.
checkedCities
;
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
msg
.
RandomNum
=
Math
.
random
();
msg
.
RandomNum
=
Math
.
random
();
if
(
!
msg
.
Id
||
msg
.
Id
==
""
)
{
msg
.
Id
=
0
;
}
...
...
@@ -415,7 +422,7 @@
},
getBrandClassList
()
{
this
.
apipost
(
"/api/Trade/GetBrandClassList"
,
{
BrandCategory
:
3
BrandCategory
:
3
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
BrandClassList
=
res
.
data
.
data
;
...
...
src/components/tradePavilion/editVehicle.vue
View file @
80a96668
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/tradePavilionIndex.vue
View file @
80a96668
...
...
@@ -72,7 +72,7 @@
}
.offlineIndex
.mainRightLeft
{
width
:
1
1
0px
;
width
:
1
7
0px
;
height
:
60px
;
line-height
:
62px
;
text-align
:
center
;
...
...
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