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
6da85cd8
authored
2022-12-28 17:56:26 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
房屋明细
1 parent
2e09ae84
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
6da85cd
...
...
@@ -31,6 +31,7 @@
</el-col>
</el-row>
</el-form>
<b
class=
"title"
>
申请人
</b>
<lb-table
:column=
"sqrColumns"
key=
"sqr1"
:data=
"form.sqrList"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
...
...
@@ -68,7 +69,7 @@ export default {
sqcxBsm
:
{
type
:
String
,
default
:
""
},
},
mounted
()
{
sendThis
(
this
);
},
data
()
{
return
{
...
...
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
6da85cd
...
...
@@ -27,8 +27,8 @@ export default {
props
:
[
"formData"
],
created
()
{
var
sqcxdata
=
this
.
formData
.
sqcxdata
;
this
.
ruleForm
=
sqcxdata
;
//
var sqcxdata = this.formData.sqcxdata;
//
this.ruleForm = sqcxdata;
},
data
()
{
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
6da85cd
...
...
@@ -212,10 +212,6 @@ export default {
this
.
form
.
djSqcxDO
.
dycs
=
this
.
form
.
djSqcxDO
.
dycs
+
1
}
});
//this.closeDialog();
},
//打开打印预览
openPrintPrew
(){
...
...
Please
register
or
sign in
to post a comment