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
340656c0
Commit
340656c0
authored
Dec 09, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3e0433e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
467 additions
and
686 deletions
+467
-686
BuildingVehicle.vue
src/components/tradePavilion/BuildingVehicle.vue
+462
-681
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+2
-2
index.js
src/router/index.js
+3
-3
No files found.
src/components/tradePavilion/BuildingVehicle.vue
View file @
340656c0
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/brandManagement.vue
View file @
340656c0
...
...
@@ -318,7 +318,7 @@
var
fileName
=
"品牌信息.xls"
;
var
that
=
this
;
this
.
apipost
(
"/api/Trade/CheckBrand
Enterprise
File"
,
"/api/Trade/CheckBrandFile"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -369,7 +369,7 @@
},
getDown
()
{
this
.
cityOptions
=
[];
this
.
apipost
(
"/api/Trade/GetB
randEnterprise
ExportEnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"/api/Trade/GetB
usiness
ExportEnumList"
,
{},
(
res
)
=>
{
var
tempData
=
[];
let
data
=
res
.
data
.
data
;
data
.
forEach
((
item
)
=>
{
...
...
src/router/index.js
View file @
340656c0
...
...
@@ -802,19 +802,19 @@ export default new Router({
name
:
'VehicleManagement'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/VehicleManagement'
],
resolve
),
},
//楼宇
//楼宇
【商载通】
{
path
:
'/BuildingManager'
,
name
:
'BuildingManager'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/BuildingManager'
],
resolve
),
},
//商业载体
//商业载体
【商载通】
{
path
:
'/BuildingServiceManager'
,
name
:
'BuildingServiceManager'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/BuildingManager'
],
resolve
),
},
//消费品牌管理
//消费品牌管理
【商载通】
{
path
:
'/BrandManager'
,
name
:
'BrandManager'
,
...
...
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