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
2eeb1f49
authored
2022-10-26 16:01:28 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
打印登记薄
1 parent
d13532be
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
25 deletions
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/dydjb/components/打印登记薄.png
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
2eeb1f4
...
...
@@ -3,36 +3,18 @@
<el-form
:model=
"ruleForm"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"6"
>
<
el-form-item
label=
"查询时间:"
>
<!--
<el-input
disabled
v-model=
"ruleForm.cxlx"
></el-input>
--
>
<
img
:src=
"imgUrl"
alt=
""
srcset=
""
/
>
<!--
<el-form-item
label=
"查询时间:"
>
{{
ruleForm
.
cxsj
}}
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号:"
>
{{
ruleForm
.
bdcdyh
}}
</el-form-item>
</el-form-item>
-->
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<table
class=
"table1"
>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
<td>
4
</td>
<td>
5
</td>
<td>
6
</td>
<td>
7
</td>
<td>
8
</td>
<td>
9
</td>
<td>
10
</td>
<td>
11
</td>
</tr>
</table>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -40,6 +22,7 @@
<
script
>
import
{
getJtfcInfo
}
from
"@/api/sqcxjl"
;
import
imgPath
from
"./打印登记薄.png"
//先导入
export
default
{
components
:
{},
...
...
@@ -56,6 +39,7 @@ export default {
cxsj
:
""
,
bdcdyh
:
""
,
},
imgUrl
:
imgPath
,
};
},
...
...
src/views/sqcx/dydjb/components/打印登记薄.png
0 → 100644
View file @
2eeb1f4
53.2 KB
src/views/sqcx/dydjb/dydjb.vue
View file @
2eeb1f4
...
...
@@ -98,10 +98,10 @@ export default {
// var sqcxBsm = scope.row.bsmSqcx;
this
.
$popup
({
title
:
"打印登记薄"
,
width
:
"
8
5%"
,
width
:
"
6
5%"
,
btnShow
:
true
,
editItem
:
"sqcx/dydjb/components/dydjbInfo"
,
// 弹窗内容
height
:
"
7
00px"
,
height
:
"
8
00px"
,
formData
:
{
sqcxdata
:
scope
.
row
,
},
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
2eeb1f4
...
...
@@ -30,7 +30,7 @@
<el-button
@
click=
"resetClick()"
>
重置
</el-button>
</div>
<b
class=
"title"
>
查询结果
</b>
<
p>
查询编号:202200409
</p
>
<
!--
<p>
查询编号:
{{
cxbh
}}
</p>
--
>
<lb-table
:column=
"searchData.columns"
border
:data=
"searchData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
...
...
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
2eeb1f4
...
...
@@ -73,7 +73,7 @@
</el-row>
<el-row>
<el-col>
<p>
查询编号:
202200409
</p>
<p>
查询编号:
{{
cxbh
}}
</p>
</el-col>
</el-row>
<el-row>
...
...
@@ -145,6 +145,7 @@ export default {
this
.
sqrData
.
data
=
res
.
result
.
sqxx
;
this
.
qlrData
.
data
=
res
.
result
.
qlrxx
;
this
.
cxjgData
.
data
=
res
.
result
.
djSqcxCxjgDOList
;
this
.
cxbh
=
res
.
result
.
djSqcxDO
.
cxbh
;
}
})
...
...
Please
register
or
sign in
to post a comment