Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
727e2890
Commit
727e2890
authored
Sep 27, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ac457c0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
announcement.vue
...erate-ui/src/views/detail/party-a/opport/announcement.vue
+1
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+9
-5
No files found.
dsk-operate-ui/src/views/detail/party-a/opport/announcement.vue
View file @
727e2890
...
@@ -60,7 +60,7 @@ export default {
...
@@ -60,7 +60,7 @@ export default {
{
label
:
'发布日期'
,
prop
:
'issueTime'
,
sortable
:
'custom'
,
descending
:
'3'
,
ascending
:
'4'
,
width
:
'120'
}
,
{
label
:
'发布日期'
,
prop
:
'issueTime'
,
sortable
:
'custom'
,
descending
:
'3'
,
ascending
:
'4'
,
width
:
'120'
}
,
{
label
:
'预算金额(万元)'
,
prop
:
'projectAmount'
,
sortable
:
'custom'
,
descending
:
'1'
,
ascending
:
'2'
,
width
:
'140'
}
,
{
label
:
'预算金额(万元)'
,
prop
:
'projectAmount'
,
sortable
:
'custom'
,
descending
:
'1'
,
ascending
:
'2'
,
width
:
'140'
}
,
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'120'
,
slot
:
true
}
,
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'120'
,
slot
:
true
}
,
{
label
:
'
项目类别
'
,
prop
:
'tenderStage'
,
width
:
'90'
}
,
{
label
:
'
招标阶段
'
,
prop
:
'tenderStage'
,
width
:
'90'
}
,
{
label
:
'招采单位联系人'
,
prop
:
'contact'
,
width
:
'120'
}
,
{
label
:
'招采单位联系人'
,
prop
:
'contact'
,
width
:
'120'
}
,
{
label
:
'招采单位联系方式'
,
prop
:
'contactTel'
,
width
:
'130'
}
,
{
label
:
'招采单位联系方式'
,
prop
:
'contactTel'
,
width
:
'130'
}
,
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'170'
}
,
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'170'
}
,
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
727e2890
...
@@ -143,21 +143,22 @@
...
@@ -143,21 +143,22 @@
<el-radio
label=
0
>
女
</el-radio>
<el-radio
label=
0
>
女
</el-radio>
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
<el-form-item
label=
"联系
人角色
:"
class=
"row"
>
<el-form-item
label=
"联系
方式
:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.role
"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
maxlength=
"11"
@
input=
"inputphone"
v-model=
"queryParam.contactInformation
"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"关联企业:"
class=
"row"
v-if=
"thistype == 'project'"
>
<el-form-item
label=
"关联企业:"
class=
"row"
v-if=
"thistype == 'project'"
>
<!--<el-form-item label="关联企业:" class="row">-->
<el-input
type=
"text"
v-model=
"queryParam.companyName"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
v-model=
"queryParam.companyName"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"联系人角色:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.role"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item
label=
"联系人职位:"
class=
"row"
>
<el-form-item
label=
"联系人职位:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.position"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
v-model=
"queryParam.position"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
<!--<el-form-item label="内部维护人:" class="row">-->
<!--<el-form-item label="内部维护人:" class="row">-->
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--</el-form-item>-->
<!--</el-form-item>-->
<el-form-item
label=
"联系方式:"
class=
"row"
>
<el-input
type=
"text"
maxlength=
"11"
@
input=
"inputphone"
v-model=
"queryParam.contactInformation"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-input
<el-input
type=
"textarea"
type=
"textarea"
...
@@ -339,14 +340,17 @@
...
@@ -339,14 +340,17 @@
position
:
""
,
position
:
""
,
contactInformation
:
""
,
contactInformation
:
""
,
remark
:
""
,
remark
:
""
,
companyName
:
""
,
// accendant:"",
// accendant:"",
}
}
if
(
this
.
thistype
==
'project'
){
if
(
this
.
thistype
==
'project'
){
this
.
queryParam
.
businessId
=
this
.
searchParam
.
businessId
this
.
queryParam
.
businessId
=
this
.
searchParam
.
businessId
this
.
companyName
=
""
this
.
companyName
=
""
this
.
queryParam
.
companyName
=
this
.
$route
.
query
.
projectname
}
}
if
(
this
.
thistype
==
'custom'
){
if
(
this
.
thistype
==
'custom'
){
this
.
queryParam
.
customerId
=
this
.
searchParam
.
customerId
this
.
queryParam
.
customerId
=
this
.
searchParam
.
customerId
this
.
queryParam
.
companyName
=
this
.
customname
}
}
},
},
}
}
...
...
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