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
3ffa68c8
Commit
3ffa68c8
authored
Dec 12, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97a58430
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
BrandEnterpriseManager.vue
src/components/tradePavilion/BrandEnterpriseManager.vue
+3
-3
BuildingManager.vue
src/components/tradePavilion/BuildingManager.vue
+1
-1
firmManager.vue
src/components/tradePavilion/firmManager.vue
+3
-3
tenementManager.vue
src/components/tradePavilion/tenementManager.vue
+3
-3
No files found.
src/components/tradePavilion/BrandEnterpriseManager.vue
View file @
3ffa68c8
...
...
@@ -181,7 +181,7 @@
this
.
isBrand
=
this
.
$route
.
name
==
'BrandEnterpriseManager'
this
.
msg
.
BrandEnterpriseType
=
this
.
isBrand
?
1
:
2
this
.
getList
();
this
.
getTypeEnumList
();
//
this.getTypeEnumList();
this
.
getDown
();
},
watch
:
{
...
...
@@ -199,7 +199,7 @@
BrandEnterpriseType
:
this
.
isBrand
?
1
:
2
,
//(1-品牌,2-服务)
}
this
.
getList
();
this
.
getTypeEnumList
();
//
this.getTypeEnumList();
},
deep
:
true
,
},
...
...
@@ -355,7 +355,7 @@
},
//获取项目类型
getTypeEnumList
()
{
this
.
apipost
(
"/api/Trade/Get
ProjectType
EnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"/api/Trade/Get
BrandEnterpriseExport
EnumList"
,
{},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ProjectTypeList
=
res
.
data
.
data
;
}
...
...
src/components/tradePavilion/BuildingManager.vue
View file @
3ffa68c8
...
...
@@ -475,7 +475,7 @@
},
//获取项目类型
getTypeEnumList
()
{
this
.
apipost
(
"/api/Trade/Get
ProjectType
EnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"/api/Trade/Get
BuildingCarrierExport
EnumList"
,
{},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ProjectTypeList
=
res
.
data
.
data
;
}
...
...
src/components/tradePavilion/firmManager.vue
View file @
3ffa68c8
...
...
@@ -171,7 +171,7 @@
}
this
.
msg
.
BrandEnterpriseType
=
2
this
.
getList
();
this
.
getTypeEnumList
();
//
this.getTypeEnumList();
this
.
getDown
();
},
watch
:
{
...
...
@@ -231,7 +231,7 @@
var
fileName
=
"企业信息.xls"
;
var
that
=
this
;
this
.
apipost
(
"/api/
Trade/CheckBuildingCarrier
File"
,
"/api/
YBTrade/CheckEnterpriseServices
File"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -285,7 +285,7 @@
getDown
()
{
this
.
cityOptions
=
[];
this
.
apipost
(
"/api/
Trade/GetBuildingCarrier
ExportEnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"/api/
YBTrade/GetEnterpriseServices
ExportEnumList"
,
{},
(
res
)
=>
{
this
.
cities
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
data
.
forEach
((
item
)
=>
{
...
...
src/components/tradePavilion/tenementManager.vue
View file @
3ffa68c8
...
...
@@ -248,7 +248,7 @@
},
created
()
{
this
.
getList
();
this
.
getTypeEnumList
();
//
this.getTypeEnumList();
this
.
getDown
();
this
.
getuserList
()
},
...
...
@@ -324,7 +324,7 @@
var
fileName
=
"楼宇信息.xls"
;
var
that
=
this
;
this
.
apipost
(
"/api/
Trade/CheckBuildingCarrier
File"
,
"/api/
YBTrade/CheckBuilding
File"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -377,7 +377,7 @@
getDown
()
{
this
.
cityOptions
=
[];
this
.
apipost
(
"/api/
Trade/GetBuildingCarrier
ExportEnumList"
,
{},
(
res
)
=>
{
this
.
apipost
(
"/api/
YBTrade/GetBuilding
ExportEnumList"
,
{},
(
res
)
=>
{
this
.
cities
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
data
.
forEach
((
item
)
=>
{
...
...
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