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
ff0c5ac9
authored
2023-07-05 17:22:55 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记
1 parent
0a75f0ce
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
10 deletions
src/styles/index.scss
src/views/components/ywdialog.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/styles/index.scss
View file @
ff0c5ac
...
...
@@ -180,6 +180,10 @@ div:focus {
}
}
.flex
{
display
:
flex
;
}
aside
{
background
:
#eef1f6
;
padding
:
8px
24px
;
...
...
src/views/components/ywdialog.vue
0 → 100644
View file @
ff0c5ac
<!--
功能:初始化功能描述
作者:calliope
-->
<
template
>
<div
class=
'ywdialog'
>
<el-link
type=
"danger"
>
{{
formData
.
message
}}
</el-link>
<el-table
v-if=
"formData.result"
:data=
"formData.result"
height=
"200"
>
<el-table-column
prop=
"bdcdyh"
label=
"不动产单元号"
>
</el-table-column>
<el-table-column
prop=
"verifyErrorMessage"
label=
"状态"
>
</el-table-column>
</el-table>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
formData
:
{
type
:
Object
,
default
:
{}
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
ff0c5ac
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-05 1
0:05:46
* @LastEditTime: 2023-07-05 1
6:15:28
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -36,8 +36,8 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
抵押不动产情况
<div
class=
"slxx_title title-block
flex
"
>
抵押不动产情况
<el-divider
direction=
"vertical"
></el-divider>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"抵押不动产信息:"
>
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
ff0c5ac
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-0
4 15:04:59
* @LastEditTime: 2023-07-0
5 16:57:08
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -20,7 +20,6 @@
<
script
>
import
{
datas
}
from
"../../javascript/zsyl.js"
;
import
{
getSlsqBdcqzList
}
from
"@/api/bdcqz.js"
import
{
log
}
from
'bpmn-js-token-simulation'
;
export
default
{
name
:
"zsyl"
,
props
:
{
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
ff0c5ac
...
...
@@ -47,12 +47,13 @@
</
template
>
<
script
>
//首次登记
import
jump
from
"./mixin/jump"
;
import
store
from
'@/store/index.js'
import
{
datas
,
sendThis
}
from
"../javascript/selectQjzdjbxx.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"./mixin/jump
"
;
import
{
popupDialog
,
popupCacel
}
from
"@/utils/popup.js
"
;
import
{
startBusinessFlow
,
selectZdjbxx
}
from
"@/api/ywbl.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectQjzdjbxx.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
export
default
{
mixins
:
[
table
,
jump
],
props
:
{
...
...
@@ -115,9 +116,8 @@
}
this
.
$popupCacel
()
}
else
{
this
.
$message
.
error
(
res
.
messag
e
)
popupDialog
(
"状态"
,
"components/ywdialog"
,
{
message
:
res
.
message
,
result
:
res
.
result
},
'36%'
,
tru
e
)
}
})
},
handleSelectionChange
(
val
)
{
...
...
Please
register
or
sign in
to post a comment