Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2b16654f
authored
2023-10-10 15:03:28 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请权限判断
1 parent
df741c46
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
14 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/dialog/dblist.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
src/views/workflow/components/clxx/clxxUnify.vue
View file @
2b16654
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-10 14:
06:38
* @LastEditTime: 2023-10-10 14:
40:07
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -322,7 +322,7 @@
ableOperation
:
this
.
$parent
.
ableOperation
,
bsmRepair
:
this
.
$parent
.
bsmRepair
},
"
6
0%"
,
"
5
0%"
,
true
);
},
...
...
src/views/workflow/components/dialog/dblist.vue
View file @
2b16654
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-21 13:43:52
* @LastEditTime: 2023-
10-10 14:34:11
-->
<
template
>
<div
class=
'dblistDialog'
>
<el-table
v-if=
"formData.result"
:data=
"formData.result"
height=
"
20
0"
>
height=
"
18
0"
>
<el-table-column
prop=
"ywh"
label=
"业务号"
>
...
...
@@ -32,4 +32,7 @@
</
script
>
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
.dblistDialog
{
padding-bottom
:
20px
;
}
</
style
>
\ No newline at end of file
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
2b16654
...
...
@@ -2,7 +2,7 @@
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-20 14:26:30
* @LastEditTime: 2023-
10-10 14:24:08
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -80,12 +80,12 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地面积:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.ytmc"
></el-input>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.qlxx.ytmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -103,7 +103,7 @@
v-model=
"ruleForm.jsydsyq.qdjg"
style=
"width: 500%"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
disabled
>
</el-input>
:disabled="!viewEdit"
>
</el-input>
<el-select
v-model=
"ruleForm.jsydsyq.jedw"
disabled
>
<el-option
v-for=
"item in dictData['A57']"
...
...
@@ -118,7 +118,7 @@
<el-col
:span=
"16"
>
<el-form-item
label=
"坐落:"
>
<el-input
disabled
v-model=
"ruleForm.sldy.zl"
></el-input>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.sldy.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
2b16654
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-20 10:52:39
* @LastEditTime: 2023-
10-10 14:32:11
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -77,7 +77,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地面积:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
View file @
2b16654
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-29 13:09:15
* @LastEditTime: 2023-
10-10 14:20:14
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -96,9 +96,15 @@ class data extends filter {
label
:
"取得价格"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment