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
abf9632b
Commit
abf9632b
authored
Jul 27, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
dee72172
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+1
-1
index.vue
...rate-ui/src/views/detail/party-a/decisionMaking/index.vue
+1
-1
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+3
-3
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
abf9632b
...
@@ -1008,7 +1008,7 @@
...
@@ -1008,7 +1008,7 @@
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
z-index
:
3
;
z-index
:
10
;
.upload
{
.upload
{
width
:
528px
;
width
:
528px
;
height
:
430px
;
height
:
430px
;
...
...
dsk-operate-ui/src/views/detail/party-a/decisionMaking/index.vue
View file @
abf9632b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"flex-box query-box"
>
<div
class=
"flex-box query-box"
>
<div
class=
"flex-box query-params"
></div>
<div
class=
"flex-box query-params"
></div>
<div
class=
"flex-box query-add"
>
<div
class=
"flex-box query-add"
>
<el-button
type=
"primary"
icon=
"el-icon-plus"
@
click=
"opennew"
>
新增
决策链条
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-plus"
@
click=
"opennew"
>
新增
联系人
</el-button>
</div>
</div>
</div>
</div>
...
...
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
abf9632b
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
v-for=
"(item,index) in proList"
@
click=
"selProject(item)"
><span
v-html=
"item.projectName"
></span></div>
<div
v-for=
"(item,index) in proList"
@
click=
"selProject(item)"
><span
v-html=
"item.projectName"
></span></div>
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
业主
单位:"
class=
"row"
prop=
"ownerCompany"
>
<el-form-item
label=
"
招采
单位:"
class=
"row"
prop=
"ownerCompany"
>
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.ownerCompany"
@
input=
"getCompany"
:
ο
nkeyup=
"queryParam.ownerCompany=queryParam.ownerCompany.replace(/^\s+|\s+$/g,'')"
></el-input>
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.ownerCompany"
@
input=
"getCompany"
:
ο
nkeyup=
"queryParam.ownerCompany=queryParam.ownerCompany.replace(/^\s+|\s+$/g,'')"
></el-input>
<div
class=
"resultlist"
v-if=
"showlist"
id=
"box"
>
<div
class=
"resultlist"
v-if=
"showlist"
id=
"box"
>
<div
v-for=
"(item,index) in companData"
@
click=
"selCompany(item)"
><span
v-html=
"item.name"
></span></div>
<div
v-for=
"(item,index) in companData"
@
click=
"selCompany(item)"
><span
v-html=
"item.name"
></span></div>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
userId
:
''
,
//用户id
userId
:
''
,
//用户id
projectName
:
''
,
// 项目名称
projectName
:
''
,
// 项目名称
companyId
:
''
,
//企业id
companyId
:
''
,
//企业id
ownerCompany
:
''
,
//
业主
单位
ownerCompany
:
''
,
//
招采
单位
projectStage
:
null
,
//项目阶段
projectStage
:
null
,
//项目阶段
projectType
:
null
,
//项目类型
projectType
:
null
,
//项目类型
projectCategory
:
null
,
//项目类别
projectCategory
:
null
,
//项目类别
...
@@ -205,7 +205,7 @@
...
@@ -205,7 +205,7 @@
this
.
queryParam
=
{
this
.
queryParam
=
{
projectName
:
''
,
// 项目名称
projectName
:
''
,
// 项目名称
companyId
:
''
,
//企业id
companyId
:
''
,
//企业id
ownerCompany
:
''
,
//
业主
单位
ownerCompany
:
''
,
//
招采
单位
projectStage
:
null
,
//项目阶段
projectStage
:
null
,
//项目阶段
projectType
:
null
,
//项目类型
projectType
:
null
,
//项目类型
projectCategory
:
null
,
//项目类别
projectCategory
:
null
,
//项目类别
...
...
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