Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
56b1a353
提交
56b1a353
authored
11月 24, 2023
作者:
gjx
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改反馈的问题
上级
3284e406
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
26 行增加
和
13 行删除
+26
-13
.env.development
.env.development
+2
-2
dkForm.vue
src/components/customComponent/dkForm.vue
+22
-9
gzml.vue
src/views/directory/gzml/gzml.vue
+0
-0
Filling.vue
src/views/dkgl/investigate/Filling.vue
+2
-2
没有找到文件。
.env.development
浏览文件 @
56b1a353
...
...
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = /
# VITE_PROXY = [["/Soil","http://36.40.79.205:8069/Soil/"],["/upload","http://localhost:3300/upload"]]
VITE_PROXY = [["/Soil","http://
192.168.0.105:8069/Soil/"],["/upload","http://192.168.0.1
05:8069/upload"]]
VITE_PROXY = [["/Soil","http://
36.40.79.205:8069/Soil/"],["/upload","http://36.40.79.2
05:8069/upload"]]
...
...
@@ -16,7 +16,7 @@ VITE_PROXY = [["/Soil","http://192.168.0.105:8069/Soil/"],["/upload","http://192
VITE_GLOB_API_URL=/Soil
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://
192.168.0.1
05:8069/Soil/
VITE_GLOB_DOMAIN_URL=http://
36.40.79.2
05:8069/Soil/
# 接口前缀
...
...
src/components/customComponent/dkForm.vue
浏览文件 @
56b1a353
...
...
@@ -20,7 +20,13 @@
</a-radio-group>
</
template
>
<
template
#
dkghytlx=
"{ model, field }"
>
<a-radio-group
v-model:value=
"model[field]"
>
<a-radio-group
v-model:value=
"model[field]"
@
change=
"
model['dkghytxm'] = '';
qt = '';
"
>
<a-radio
:style=
"
{ marginRight: '300px', height: '30px', lineHeight: '30px' }"
v-for="(item, index) in showRadioOptions"
...
...
@@ -31,13 +37,13 @@
{{
item
.
label
}}
</
template
>
<
template
v-else
>
{{
item
.
label
}}
<span
v-if=
"model['dkghytlx'] == '4'"
>
<
a-input
v-model:value=
"model['dkghytxm']"
/
>
</span
>
<span
v-else
>
<
a-input
v-model:value=
"model['qt']"
disabled=
"true"
/>
</span
>
<div
class=
"flex"
>
<span
class=
"mr-3"
>
{{
item
.
label
}}
</span
>
<
span
v-if=
"model['dkghytlx'] == '4'"
>
<a-input
v-model:value=
"qt"
/
>
</span
>
<
span
v-else
>
<a-input
v-model:value=
"qt"
disabled=
"true"
/>
</span
></div
>
</
template
>
</a-radio>
</a-radio-group>
...
...
@@ -109,7 +115,7 @@
import
{
useModal
}
from
'/@/components/Modal'
;
import
{
ref
,
watch
,
toRaw
,
nextTick
}
from
'vue'
;
// import { dict } from '/@/api/common/api'
const
qt
=
ref
(
''
);
const
[
registerModal
,
{
openModal
}]
=
useModal
();
const
[
registerLandModal
,
{
openModal
:
LandopenModal
}]
=
useModal
();
...
...
@@ -577,6 +583,10 @@
const
obj
=
toRaw
(
val
.
wrdkjbxxb
);
if
(
!
obj
.
xzydlx
)
obj
.
xzydlx
=
'1'
;
if
(
!
obj
.
dkghytlx
)
obj
.
dkghytlx
=
'1'
;
if
(
obj
.
dkghytlx
==
4
)
{
qt
.
value
=
obj
.
dkghytxm
;
obj
.
dkghytxm
=
''
;
}
if
(
!
obj
.
zbsm
)
obj
.
zbsm
=
'CGCS2000'
;
if
(
!
obj
.
qdyy
)
obj
.
qdyy
=
[];
// 触发-土地使用权人类型
...
...
@@ -627,6 +637,9 @@
});
fieldsValue
.
dyjddcqk
=
fieldsValue
.
dyjddcqk
.
join
(
','
);
}
if
(
fieldsValue
.
dkghytlx
==
4
)
{
fieldsValue
.
dkghytxm
=
qt
.
value
;
}
return
fieldsValue
;
}
...
...
src/views/directory/gzml/gzml.vue
浏览文件 @
56b1a353
差异被折叠。
点击展开。
src/views/dkgl/investigate/Filling.vue
浏览文件 @
56b1a353
...
...
@@ -30,10 +30,10 @@
</template>
<!--插槽:table标题-->
<
template
#
tableTitle
>
<a-button
type=
"primary"
@
click=
"Tj = true"
v-auth=
"'dkdc-tbz-tj'"
>
提交
</a-button>
<a-button
type=
"primary"
@
click=
"showDetail"
v-auth=
"'dkdc-tbz-zltb'"
>
资料填报
</a-button>
<a-button
type=
"primary"
@
click=
"showLookModal"
v-auth=
"'dkdc-tbz-jbxx'"
>
查看基本信息
</a-button>
<a-button
type=
"primary"
@
click=
"showDetail"
v-auth=
"'dkdc-tbz-zltb'"
>
资料填报
</a-button>
<a-button
type=
"primary"
@
click=
"showModal(2)"
v-auth=
"'dkdc-tbz-tbfsbg'"
>
填报方式变更
</a-button>
<a-button
type=
"primary"
@
click=
"Tj = true"
v-auth=
"'dkdc-tbz-tj'"
>
提交
</a-button>
</
template
>
</BasicTable>
<!-- 资料填报前置 -->
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论