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
e77dbb5d
authored
2024-03-20 17:53:28 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
2167fc9d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
76 deletions
src/views/workflow/main/sdqxx/index.vue
src/views/workflow/main/swxx/index.vue
src/views/workflow/main/sdqxx/index.vue
View file @
e77dbb5
...
...
@@ -191,7 +191,7 @@ export default {
// this.loading = true
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
this
.
propsParam
=
this
.
$attrs
;
this
.
getDlxxByBsmSldy
();
this
.
loadData
();
},
data
()
{
return
{
...
...
@@ -204,22 +204,23 @@ export default {
};
},
methods
:
{
getDlxxByBsmSldy
()
{
loadData
()
{
getDetail
(
this
.
propsParam
.
bsmSldy
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
result
!=
null
)
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
result
.
wqht
==
null
)
{
return
;
}
this
.
dlxxForm
=
JSON
.
parse
(
res
.
result
.
wqht
.
dlnr
);
}
}
});
},
onSubmit
()
{
},
onSubmit
()
{},
showDialogDlxx
()
{
this
.
dialogDlxx
=
true
;
}
}
,
},
};
</
script
>
...
...
src/views/workflow/main/swxx/index.vue
View file @
e77dbb5
...
...
@@ -6,7 +6,8 @@
v-Loading=
"loading"
:label-position=
"flag ? 'top' : ''"
:inline=
"flag"
label-width=
"120px"
>
label-width=
"120px"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
申请信息
...
...
@@ -65,9 +66,7 @@
</el-row>
<div
class=
"slxx_title title-block"
>
<el-row>
<el-col
:span=
"20"
>
房屋合同信息
</el-col>
<el-col
:span=
"20"
>
房屋合同信息
</el-col>
<el-col
:span=
"4"
>
<el-button
@
click=
"compare"
>
查询房屋交易合同
</el-button>
</el-col>
...
...
@@ -141,7 +140,6 @@
<el-input
disabled
v-model=
"fwxx.HTH"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
...
...
@@ -160,146 +158,175 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
<
!--
<
div
class=
"slxx_title title-block"
>
买受人信息
<div
class=
"triangle"
></div>
</div>
<lb-table
:column=
"clmSqr"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"qlrList"
>
</lb-table>
<div
class=
"slxx_title title-block"
>
<lb-table
:column=
"clmMsr"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"qlrList"
>
</lb-table>
-->
<!--
<div
class=
"slxx_title title-block"
>
出卖人信息
<div
class=
"triangle"
></div>
</div>
<lb-table
:column=
"clmSqr"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"ywrList"
>
</lb-table>
<div
class=
"slxx_title title-block"
>
<lb-table
:column=
"clmCmr"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"ywrList"
>
</lb-table>
-->
<!--
<div
class=
"slxx_title title-block"
>
缴税信息
<div
class=
"triangle"
></div>
</div>
<lb-table
:column=
"clmSwxx"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"swxxList"
>
</lb-table>
<lb-table
:column=
"clmSwxx"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"swxxList"
>
</lb-table>
-->
</div>
</el-form>
</div>
</
template
>
<
script
>
import
{
getDetail
}
from
"@/api/workflow/swhtxx.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
import
{
getDetail
}
from
"@/api/workflow/swhtxx.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
]),
},
mounted
()
{
let
that
=
this
;
mounted
()
{
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
this
.
propsParam
=
this
.
$attrs
;
getDetail
(
this
.
propsParam
.
bsmSldy
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
that
.
ruleForm
=
res
.
result
;
if
(
res
.
result
.
wqht
==
null
){
return
;
}
if
(
res
.
result
.
wqht
.
htnr
!=
""
&&
res
.
result
.
wqht
.
htnr
!=
null
){
let
htxx
=
JSON
.
parse
(
res
.
result
.
wqht
.
htnr
);
that
.
fwxx
=
htxx
[
0
].
h
[
0
];
that
.
qlrList
=
htxx
[
1
].
msr
;
that
.
ywrList
=
htxx
[
2
].
cmr
;
}
if
(
res
.
result
.
wqht
.
jsnr
!=
""
&&
res
.
result
.
wqht
.
jsnr
!=
null
){
that
.
swxxList
=
JSON
.
parse
(
res
.
result
.
wqht
.
jsnr
);
}
}
});
this
.
loadData
();
},
data
()
{
data
()
{
return
{
ruleForm
:
{},
loading
:
false
,
//表单是否可操作
viewEdit
:
false
,
clmSqr
:
[
clmMsr
:
[
{
prop
:
"NSRMC"
,
label
:
"名称"
,
},
{
prop
:
"ZJZL_DM"
,
label
:
"证件种类"
,
},
{
prop
:
"ZJHM"
,
label
:
"证件号码"
,
},
{
prop
:
"LXDH"
,
label
:
"联系电话"
,
},
],
clmCmr
:
[
{
prop
:
"NSRMC"
,
label
:
"名称"
label
:
"名称"
,
},
{
prop
:
"ZJZL_DM"
,
label
:
"证件种类"
label
:
"证件种类"
,
},
{
prop
:
"ZJHM"
,
label
:
"证件号码"
label
:
"证件号码"
,
},
{
prop
:
"LXDH"
,
label
:
"联系电话"
label
:
"联系电话"
,
},
],
clmSwxx
:
[
{
prop
:
"ywslh"
,
label
:
"业务受理号"
label
:
"业务受理号"
,
},
{
prop
:
"kprq"
,
label
:
"开票日期"
label
:
"开票日期"
,
},
{
prop
:
"sjje"
,
label
:
"实缴金额"
label
:
"实缴金额"
,
},
{
prop
:
"pzxh"
,
label
:
"凭证序号"
label
:
"凭证序号"
,
},
{
prop
:
'skssqq'
,
label
:
"税款所属日期起"
prop
:
"skssqq"
,
label
:
"税款所属日期起"
,
},
{
prop
:
"skssqz"
,
label
:
"税款所属日期止"
label
:
"税款所属日期止"
,
},
{
prop
:
"zsxmdm"
,
label
:
"征收项目代码"
label
:
"征收项目代码"
,
},
{
prop
:
"zsxmmc"
,
label
:
"征收项目名称"
label
:
"征收项目名称"
,
},
{
prop
:
"zspmdm"
,
label
:
"征收品目代码"
label
:
"征收品目代码"
,
},
{
prop
:
"zspmmc"
,
label
:
"征收品目名称"
label
:
"征收品目名称"
,
},
{
prop
:
"rkrq"
,
label
:
"入库日期"
}
],
ruleForm
:
{
tableDataList
:
[]
label
:
"入库日期"
,
},
qlrList
:[],
ywrList
:[],
fwxx
:{},
swxxList
:{}
}
],
ruleForm
:
{},
qlrList
:
[],
ywrList
:
[],
fwxx
:
{},
swxxList
:
{},
};
},
methods
:
{
onSubmit
()
{
}
onSubmit
()
{},
loadData
()
{
getDetail
(
this
.
propsParam
.
bsmSldy
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
if
(
res
.
result
.
wqht
==
null
)
{
return
;
}
if
(
res
.
result
.
wqht
.
htnr
!=
""
&&
res
.
result
.
wqht
.
htnr
!=
null
)
{
let
htxx
=
JSON
.
parse
(
res
.
result
.
wqht
.
htnr
);
this
.
fwxx
=
htxx
[
0
].
h
[
0
];
this
.
qlrList
=
htxx
[
1
].
msr
;
this
.
ywrList
=
htxx
[
2
].
cmr
;
}
if
(
res
.
result
.
wqht
.
jsnr
!=
""
&&
res
.
result
.
wqht
.
jsnr
!=
null
)
{
this
.
swxxList
=
JSON
.
parse
(
res
.
result
.
wqht
.
jsnr
);
}
}
});
},
},
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/slxx/slxx.scss"
;
@import
"~@/styles/public.scss"
;
@import
"~@/styles/slxx/slxx.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment