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
6c8e8823
Commit
6c8e8823
authored
May 13, 2026
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
9bda343f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
VehicleManagement.vue
src/components/tradePavilion/VehicleManagement.vue
+6
-6
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+2
-2
tradePavilionIndex.vue
src/components/tradePavilion/tradePavilionIndex.vue
+1
-1
No files found.
src/components/tradePavilion/VehicleManagement.vue
View file @
6c8e8823
...
...
@@ -14,7 +14,7 @@
<
template
>
<div
class=
"VehicleManagement"
>
<div
class=
"head-title"
>
载体
管理
项目
管理
<div>
<el-button
@
click=
"checkAll=false,dialogVisible = true"
style=
"float: right; margin-top: -25px"
size=
"small"
type=
"primary"
>
...
...
@@ -23,7 +23,7 @@
</div>
<div>
<el-button
type=
"primary"
style=
"float: right; margin: -25px 10px 0px 0px"
class=
"el-button--small"
@
click=
"CommonJump('editVehicle')"
>
新增
载体
</el-button>
@
click=
"CommonJump('editVehicle')"
>
新增
项目
</el-button>
</div>
</div>
<div
class=
"content"
>
...
...
@@ -288,14 +288,14 @@
msg
.
Id
=
0
;
}
this
.
downLoadLoading
=
true
;
this
.
loadingText
=
"正在生成
载体
文件,请勿关闭或刷新页面..."
;
this
.
loadingText
=
"正在生成
项目
文件,请勿关闭或刷新页面..."
;
var
that
=
this
;
this
.
download_timer
=
setInterval
(
function
()
{
that
.
checkCarrierFile
(
msg
)
},
2000
);
},
checkCarrierFile
(
msg
)
{
var
fileName
=
"
载体
信息.xls"
;
var
fileName
=
"
项目
信息.xls"
;
var
that
=
this
;
this
.
apipost
(
"/api/Trade/CheckCarrierFile"
,
...
...
@@ -304,7 +304,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
clearInterval
(
this
.
download_timer
);
this
.
checkedCities
=
[];
this
.
loadingText
=
"正在下载
载体
文件,请勿关闭或刷新页面..."
;
this
.
loadingText
=
"正在下载
项目
文件,请勿关闭或刷新页面..."
;
var
fileUrl
=
res
.
data
.
data
.
fileUrl
;
var
filepath
=
res
.
data
.
data
.
filePath
;
var
key
=
res
.
data
.
message
;
...
...
@@ -323,7 +323,7 @@
responseType
:
'arraybuffer'
,
onDownloadProgress
:
(
progressEvent
)
=>
{
const
progress
=
Math
.
round
((
progressEvent
.
loaded
/
progressEvent
.
total
)
*
100
);
that
.
loadingText
=
`正在下载
载体
文件`
+
progress
+
`%,请勿关闭或刷新页面...`
;
that
.
loadingText
=
`正在下载
项目
文件`
+
progress
+
`%,请勿关闭或刷新页面...`
;
// 在这里处理下载进度, 如更新界面上的进度条
}
}).
then
((
res
)
=>
{
...
...
src/components/tradePavilion/editVehicle.vue
View file @
6c8e8823
<
template
>
<div
v-loading=
"pageloading"
class=
"editVehicle"
>
<div
class=
"head-title"
>
<span
@
click=
"CommonJump('VehicleManagement')"
class=
"blue point"
>
载体
管理
</span>
/ 编辑
载体
<span
@
click=
"CommonJump('VehicleManagement')"
class=
"blue point"
>
项目
管理
</span>
/ 编辑
项目
</div>
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"150px"
>
<el-card
shadow=
"never"
style=
"margin-top: 10px"
class=
"box-card"
>
...
...
src/components/tradePavilion/tradePavilionIndex.vue
View file @
6c8e8823
...
...
@@ -195,7 +195,7 @@
(isChecked = '/VehicleManagement'),
CommonJump('VehicleManagement')
">
<i
class=
"el-icon-menu"
></i><span>
载体
管理
</span>
<i
class=
"el-icon-menu"
></i><span>
项目
管理
</span>
</li>
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/brandManagement' }" @click="
(isChecked = '/brandManagement'), CommonJump('brandManagement')
...
...
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