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
756ba7dc
authored
2023-07-06 10:21:34 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
--no commit message
2 parents
93385dc2
ff0c5ac9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
8 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 @
756ba7d
...
...
@@ -180,6 +180,10 @@ div:focus {
}
}
.flex
{
display
:
flex
;
}
aside
{
background
:
#eef1f6
;
padding
:
8px
24px
;
...
...
src/views/components/ywdialog.vue
0 → 100644
View file @
756ba7d
<!--
功能:初始化功能描述
作者: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 @
756ba7d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-05 1
0:05:46
* @LastEditTime: 2023-07-05 1
6:15:28
-->
<
template
>
<!-- 受理信息 -->
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
756ba7d
<!--
* @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 @
756ba7d
...
...
@@ -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