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
e1bafd5a
authored
2023-07-21 10:31:51 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:打印报错
1 parent
311c676b
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
17 deletions
src/utils/request.js
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
src/views/workflow/components/fzxx.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/mixin/index.js
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/nydsyq/slxx.vue
src/utils/request.js
View file @
e1bafd5
...
...
@@ -2,7 +2,7 @@
/*
* @Description: 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器
* @Autor: renchao
* @LastEditTime: 2023-07-
17 13:22:05
* @LastEditTime: 2023-07-
21 10:30:53
*/
import
axios
from
'axios'
import
Router
from
'@/router'
...
...
@@ -84,7 +84,7 @@ service.interceptors.response.use(
}
else
{
// 对响应错误做点什么
Message
({
message
:
error
,
message
:
error
.
response
.
data
.
message
,
type
:
'error'
,
duration
:
5
*
1000
,
customClass
:
'messageIndex'
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
View file @
e1bafd5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-25 15:52:4
2
* @LastEditTime: 2023-0
7-21 09:48:3
2
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -353,10 +353,6 @@
import
qlrCommonTable
from
"@/views/djbworkflow/components/qlrCommonTable"
;
import
selectTable
from
"@/components/selectTable/index.vue"
;
import
tdytTable
from
"@/views/workflow/components/tdytTable"
;
// import the component
// import Treeselect from '@riophae/vue-treeselect'
// // import the styles
// import '@riophae/vue-treeselect/dist/vue-treeselect.css'
export
default
{
components
:
{
qlrCommonTable
,
tdytTable
,
selectTable
},
computed
:
{
...
...
@@ -436,7 +432,11 @@
disabled
:
true
,
czrOptions
:
[],
ssQlxxList
:
[],
ruleForm
:
{},
ruleForm
:
{
fdcq2
:
{
ftjzmj
:
''
}
},
ableOperation
:
false
,
//传递参数\
rules
:
{
...
...
src/views/workflow/components/fzxx.vue
View file @
e1bafd5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-16 15:55:45
* @LastEditTime: 2023-0
7-20 16:58:04
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -24,7 +24,7 @@
<el-input
v-model=
"ruleForm.qlr"
clearable
placeholder=
"请输入权利人"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<el-col
:span=
"6"
class=
"btnColRight"
v-if=
"ableOperation"
>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"zslqClick"
>
证书领取
</el-button>
...
...
@@ -47,6 +47,8 @@
mixins
:
[
table
],
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
ruleForm
:
{
ysxlh
:
''
,
zsh
:
''
,
...
...
@@ -61,6 +63,9 @@
dialogVisible
:
false
}
},
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
},
methods
:
{
queryClick
()
{
this
.
ruleForm
.
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
e1bafd5
...
...
@@ -178,6 +178,7 @@
},
//申请单元点击事件
unitClick
(
index
)
{
if
(
this
.
unitData
.
length
==
0
)
return
this
.
currentSelectProps
=
this
.
unitData
[
index
];
this
.
currentSelectProps
.
batchOperation
=
false
;
this
.
activeIndex
=
index
.
toString
();
...
...
src/views/workflow/mixin/index.js
View file @
e1bafd5
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
17 14:20:17
* @LastEditTime: 2023-07-
21 10:04:05
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -291,6 +291,7 @@ export default {
instance
.
confirmButtonLoading
=
false
;
instance
.
confirmButtonText
=
"确定"
;
this
.
$message
.
error
(
res
.
message
);
// ywPopupDialog("转出错误明细", "workflow/components/dialog/dblist", { result: res.result }, '30%', true)
}
});
}
else
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
e1bafd5
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-2
0 09:30:06
* @LastEditTime: 2023-07-2
1 09:50:20
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -242,7 +242,12 @@
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
ruleForm
:
{},
ruleForm
:
{
fdcq2
:
{
zyjzmj
:
''
,
ftjzmj
:
''
}
},
//传递参数
propsParam
:
this
.
$attrs
,
//表单是否可操作
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
e1bafd5
...
...
@@ -269,7 +269,14 @@
sffbcz
:
""
,
// 持证人
czr
:
""
,
djyy
:
''
djyy
:
''
,
// 规划用途名称
zdjbxx
:
{
ghytmc
:
''
},
fdcq2
:
{
fwxzmc
:
''
}
},
//传递参数
propsParam
:
{},
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
e1bafd5
...
...
@@ -81,7 +81,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"户不动产单元号:"
prop=
"
hbdcdyh
"
>
<el-form-item
label=
"户不动产单元号:"
prop=
"
ghytmc
"
>
<el-input
disabled
v-model=
"ruleForm.ghytmc"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -233,7 +233,7 @@
// 自然幢号
zrzh
:
""
,
// 户不动产单元号
hbdcdyh
:
''
,
ghytmc
:
''
,
djzt
:
''
,
// 图幅丘幢号
tfqzh
:
''
,
...
...
src/views/ywbl/slsqxx/nydsyq/slxx.vue
View file @
e1bafd5
...
...
@@ -262,7 +262,11 @@
disabled
:
true
,
//持证人选项
czrOptions
:
[],
ruleForm
:
{},
ruleForm
:
{
zdjbxx
:
{
ghytmc
:
''
}
},
//传递参数
propsParam
:
{},
//表单是否可操作
...
...
Please
register
or
sign in
to post a comment