Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
c773501a
提交
c773501a
authored
10月 12, 2024
作者:
jinrb
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
地块调查填报土壤和地下水环境质量信息回显处理
上级
9e528dc2
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
32 行增加
和
0 行删除
+32
-0
EditTrwr.vue
src/components/customComponent/EditTrwr.vue
+19
-0
csInfor.vue
src/components/customComponent/gkpg/csInfor.vue
+8
-0
FillingInfor.vue
src/views/dkgl/gkpg/FillingInfor.vue
+5
-0
没有找到文件。
src/components/customComponent/EditTrwr.vue
浏览文件 @
c773501a
...
@@ -649,6 +649,25 @@
...
@@ -649,6 +649,25 @@
}
}
});
});
}
}
// 地下水无机物
if
(
obj
.
wjwDxs
)
{
wjwDxs
.
value
=
obj
.
wjwDxs
?.
split
(
','
)
||
[];
wjwDxs
.
value
.
forEach
((
a
)
=>
{
if
(
oList
.
value
[
'重金属'
].
includes
(
a
))
{
previousValues
.
value
[
'yjwDxs1'
].
push
(
a
);
}
});
}
// 地下水有机物
if
(
obj
.
yjwDxs
)
{
yjwDxs
.
value
=
obj
.
yjwDxs
?.
split
(
','
)
||
[];
yjwDxs
.
value
.
forEach
((
a
)
=>
{
if
(
oList
.
value
[
'有机物'
].
includes
(
a
))
{
previousValues
.
value
[
'yjwDxs0'
].
push
(
a
);
}
});
}
updateSchema
({
updateSchema
({
label
:
'地下水是否污染'
,
label
:
'地下水是否污染'
,
field
:
'sfWr'
,
field
:
'sfWr'
,
...
...
src/components/customComponent/gkpg/csInfor.vue
浏览文件 @
c773501a
...
@@ -22,6 +22,9 @@
...
@@ -22,6 +22,9 @@
type
:
Array
,
type
:
Array
,
default
:
[],
default
:
[],
},
},
uploadXgpg
:
{
type
:
Function
}
});
});
//自定义表单字段
//自定义表单字段
const
formSchemas
:
FormSchema
[]
=
[
const
formSchemas
:
FormSchema
[]
=
[
...
@@ -42,6 +45,11 @@
...
@@ -42,6 +45,11 @@
field
:
`
${(
props
.
obj
&&
props
.
obj
.
length
>
0
)
?
'mj'
:
'fxgkfw'
}
`
,
field
:
`
${(
props
.
obj
&&
props
.
obj
.
length
>
0
)
?
'mj'
:
'fxgkfw'
}
`
,
required
:
true
,
required
:
true
,
component
:
'InputNumber'
,
component
:
'InputNumber'
,
componentProps
:
{
onBlur
:
(
val
:
any
)
=>
{
props
.
uploadXgpg
(
val
.
target
.
value
)
}
},
},
},
{
{
label
:
`
${(
props
.
obj
&&
props
.
obj
.
length
>
1
)
?
props
.
obj
[
1
].
name
:
''
}
`
,
label
:
`
${(
props
.
obj
&&
props
.
obj
.
length
>
1
)
?
props
.
obj
[
1
].
name
:
''
}
`
,
...
...
src/views/dkgl/gkpg/FillingInfor.vue
浏览文件 @
c773501a
...
@@ -92,6 +92,7 @@
...
@@ -92,6 +92,7 @@
labelFirst=
"风险管控效果评估"
labelFirst=
"风险管控效果评估"
:obj=
"[{ name: '风险管控范围(m²)' }]"
:obj=
"[{ name: '风险管控范围(m²)' }]"
:data=
"{ ...dsInfor.xgpg, scjdbm: 'S6', pgtype: param.pgtype }"
:data=
"{ ...dsInfor.xgpg, scjdbm: 'S6', pgtype: param.pgtype }"
:uploadXgpg=
"upXgpg"
/>
/>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"addGKcs($event)"
style=
"margin-left: 10px"
>
保存
</a-button></
template
>
<
template
#
extra
><a-button
type=
"primary"
@
click
.
prevent=
"addGKcs($event)"
style=
"margin-left: 10px"
>
保存
</a-button></
template
>
<div
<div
...
@@ -158,6 +159,10 @@
...
@@ -158,6 +159,10 @@
wrdkjbxxb
:
{},
wrdkjbxxb
:
{},
});
});
function
upXgpg
(
data
)
{
dsInfor
.
value
.
xgpg
.
sjxftfl
=
data
}
async
function
getdkInfor
()
{
async
function
getdkInfor
()
{
dsInfor
.
value
=
await
plotDetails
({
dsInfor
.
value
=
await
plotDetails
({
wrdkid
:
param
.
value
.
wrdkid
,
wrdkid
:
param
.
value
.
wrdkid
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论