Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
Project
Project
Details
Activity
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
张冬
web-purchase
Commits
68675847
Commit
68675847
authored
Oct 26, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目信息编辑
parent
11dc358f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
10 deletions
+18
-10
citySelect.vue
src/components/citySelect/citySelect.vue
+5
-3
organizationDetail.vue
src/components/detail/organizationDetail.vue
+6
-6
message.vue
src/pages/purchaser/bid/seeProject/message.vue
+3
-0
workbench.vue
src/pages/purchaser/bid/workbench.vue
+4
-1
No files found.
src/components/citySelect/citySelect.vue
View file @
68675847
...
@@ -18,15 +18,15 @@ import { cityList } from '@/api/common/list';
...
@@ -18,15 +18,15 @@ import { cityList } from '@/api/common/list';
export
default
{
export
default
{
props
:
{
props
:
{
provinceId
:
{
provinceId
:
{
type
:
Number
,
type
:
String
,
default
:
''
default
:
''
},
},
cityId
:
{
cityId
:
{
type
:
Number
,
type
:
String
,
default
:
''
default
:
''
},
},
districtId
:
{
districtId
:
{
type
:
Number
,
type
:
String
,
default
:
''
default
:
''
}
}
},
},
...
@@ -40,9 +40,11 @@ export default {
...
@@ -40,9 +40,11 @@ export default {
created
()
{
created
()
{
this
.
getProvinceArr
();
this
.
getProvinceArr
();
if
(
this
.
provinceId
){
if
(
this
.
provinceId
){
console
.
log
(
"获取省份列表"
)
this
.
getcityArr
(
this
.
provinceId
);
this
.
getcityArr
(
this
.
provinceId
);
}
}
if
(
this
.
cityId
){
if
(
this
.
cityId
){
console
.
log
(
"获取城市列表"
)
this
.
getdistrictArr
(
this
.
cityId
);
this
.
getdistrictArr
(
this
.
cityId
);
}
}
},
},
...
...
src/components/detail/organizationDetail.vue
View file @
68675847
...
@@ -17,15 +17,15 @@
...
@@ -17,15 +17,15 @@
</li>
</li>
<li>
<li>
<div>
行政区域
</div>
<div>
行政区域
</div>
<div>
{{
detail
.
companyName
}}
</div>
<div>
{{
detail
.
location
}}
</div>
</li>
</li>
<li>
<li>
<div>
单位性质
</div>
<div>
单位性质
</div>
<div>
{{
detail
.
companyNature
}}
</div>
<div>
{{
detail
.
companyNature
Name
}}
</div>
</li>
</li>
<li>
<li>
<div>
单位所在地
</div>
<div>
单位所在地
</div>
<div>
{{
detail
.
location
}}
</div>
<div>
{{
detail
.
contactAddress
}}
</div>
</li>
</li>
<li>
<li>
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</li>
</li>
<li>
<li>
<div>
联系人姓名
</div>
<div>
联系人姓名
</div>
<div>
{{
detail
.
co
mpany
Name
}}
</div>
<div>
{{
detail
.
co
ntacts
.
user
Name
}}
</div>
</li>
</li>
<li>
<li>
<div>
手机号
</div>
<div>
手机号
</div>
...
@@ -51,11 +51,11 @@
...
@@ -51,11 +51,11 @@
</ul>
</ul>
<div
class=
"detail-item"
>
<div
class=
"detail-item"
>
<div>
经营范围
</div>
<div>
经营范围
</div>
<div>
一般项目:技术服务,技术开发
</div>
<div>
{{
detail
.
businessScope
}}
</div>
</div>
</div>
<div
class=
"detail-item"
>
<div
class=
"detail-item"
>
<div>
行业类型
</div>
<div>
行业类型
</div>
<div>
{{
detail
.
businessScop
e
}}
</div>
<div>
{{
detail
.
industryNam
e
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/seeProject/message.vue
View file @
68675847
...
@@ -34,6 +34,9 @@
...
@@ -34,6 +34,9 @@
@
sendprovinceId=
"getprovinceId"
@
sendprovinceId=
"getprovinceId"
@
sendcityId=
"getcityId"
@
sendcityId=
"getcityId"
@
senddistrictId=
"getdistrictId"
@
senddistrictId=
"getdistrictId"
:provinceId=
"ruleForm.provinceId"
:cityId=
"ruleForm.cityId"
:districtId=
"ruleForm.districtId"
></citySelect>
></citySelect>
</el-form-item>
</el-form-item>
<el-form-item
label=
"最小投标单位数:"
prop=
"minTender"
disabled
>
<el-form-item
label=
"最小投标单位数:"
prop=
"minTender"
disabled
>
...
...
src/pages/purchaser/bid/workbench.vue
View file @
68675847
...
@@ -297,7 +297,10 @@ export default {
...
@@ -297,7 +297,10 @@ export default {
}
else
if
(
item2
.
buttonId
==
9
&&
item2
.
status
==
2
)
{
}
else
if
(
item2
.
buttonId
==
9
&&
item2
.
status
==
2
)
{
item1
.
url
=
'/purchaser/bid/bidStage/seeBidSet'
;
item1
.
url
=
'/purchaser/bid/bidStage/seeBidSet'
;
item1
.
label
=
'开标设置查看'
;
item1
.
label
=
'开标设置查看'
;
}
else
{
}
else
if
(
item2
.
buttonId
==
3
&&
item2
.
status
==
1
)
{
item1
.
url
=
'/purchaser/bid/editProject'
;
item1
.
label
=
'编辑项目信息'
;
}
else
{
item1
.
url
=
this
.
geturl
(
item1
.
url
,
item2
.
status
);
item1
.
url
=
this
.
geturl
(
item1
.
url
,
item2
.
status
);
item1
.
label
=
this
.
getlabel
(
item1
.
label
,
item2
.
status
);
item1
.
label
=
this
.
getlabel
(
item1
.
label
,
item2
.
status
);
}
}
...
...
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