Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c1447062
authored
May 28, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:选择系统后重置筛选条件
1 parent
f3bdd4e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
src/views/projectInfoManage/ProjectDetail.vue
src/views/projectInfoManage/index.vue
src/views/projectInfoManage/ProjectDetail.vue
View file @
c144706
...
@@ -51,10 +51,10 @@
...
@@ -51,10 +51,10 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
class=
"m-t-20"
>
<el-row
class=
"m-t-20"
>
<
el-col
:span=
"6"
class=
"flex"
>
<
!--
<el-col
:span=
"6"
class=
"flex"
>
--
>
<div
class=
"label"
>
项目名称
</div
>
<!--
<div
class=
"label"
>
项目名称
</div>
--
>
<div
class=
"value"
>
{{
detailInfo
.
prjName
}}
</div
>
<!--
<div
class=
"value"
>
{{
detailInfo
.
prjName
}}
</div>
--
>
<
/el-col
>
<
!--
</el-col>
--
>
<el-col
:span=
"6"
class=
"flex"
>
<el-col
:span=
"6"
class=
"flex"
>
<div
class=
"label"
>
是否续建
</div>
<div
class=
"label"
>
是否续建
</div>
<div
class=
"value"
>
<div
class=
"value"
>
...
@@ -69,14 +69,16 @@
...
@@ -69,14 +69,16 @@
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"flex"
>
<el-col
:span=
"6"
class=
"flex"
>
<div
class=
"label"
>
承建单位
</div>
<div
class=
"label"
>
承建单位
</div>
<div
class=
"value"
>
{{
detailInfo
.
buildOrg
}}
</div>
<div
class=
"value"
>
{{
codeToName
(
detailInfo
.
buildOrg
,
'optTypeOptions'
)
}}
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
class=
"m-t-20"
>
<el-row
class=
"m-t-20"
>
<
el-col
:span=
"6"
class=
"flex"
>
<
!--
<el-col
:span=
"6"
class=
"flex"
>
--
>
<div
class=
"label"
>
项目经理
</div
>
<!--
<div
class=
"label"
>
项目经理
</div>
--
>
<div
class=
"value"
>
{{
detailInfo
.
projectManager
}}
</div
>
<!--
<div
class=
"value"
>
{{
detailInfo
.
projectManager
}}
</div>
--
>
<
/el-col
>
<
!--
</el-col>
--
>
<el-col
:span=
"6"
class=
"flex"
>
<el-col
:span=
"6"
class=
"flex"
>
<div
class=
"label"
>
创建人
</div>
<div
class=
"label"
>
创建人
</div>
<div
class=
"value"
>
{{
detailInfo
.
createMan
}}
</div>
<div
class=
"value"
>
{{
detailInfo
.
createMan
}}
</div>
...
@@ -201,6 +203,10 @@ export default {
...
@@ -201,6 +203,10 @@ export default {
type
:
Array
,
type
:
Array
,
default
:
()
=>
[],
default
:
()
=>
[],
},
},
optTypeOptions
:
{
type
:
Array
,
default
:
()
=>
[],
},
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/views/projectInfoManage/index.vue
View file @
c144706
...
@@ -243,11 +243,11 @@
...
@@ -243,11 +243,11 @@
maxlength=
"100"
maxlength=
"100"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<!--项目金额-只可以输入金额-->
<!--项目金额-只可以输入金额
,不能超过12位
-->
<el-form-item
label=
"项目金额:"
prop=
"let6"
style=
"width: 30%"
>
<el-form-item
label=
"项目金额:"
prop=
"let6"
style=
"width: 30%"
>
<el-input
<el-input
v-model=
"ruleForm.let6"
v-model=
"ruleForm.let6"
maxlength=
"1
00
"
maxlength=
"1
2
"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
@
input=
"ruleForm.let6 = ruleForm.let6.replace(/[^\d.]/g,'')"
@
input=
"ruleForm.let6 = ruleForm.let6.replace(/[^\d.]/g,'')"
></el-input>
></el-input>
...
@@ -669,6 +669,7 @@
...
@@ -669,6 +669,7 @@
:sysOrgOptions=
"sysOrgOptions"
:sysOrgOptions=
"sysOrgOptions"
:sysDeptOptions=
"sysDeptOptions"
:sysDeptOptions=
"sysDeptOptions"
:buildTypeOptins=
"jianSheLeiXingSelect"
:buildTypeOptins=
"jianSheLeiXingSelect"
:optTypeOptions=
"chengJianDeptSelect"
:row-data=
"rowData"
:row-data=
"rowData"
:visible
.
sync=
"projectDetailVisible"
:visible
.
sync=
"projectDetailVisible"
/>
/>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment