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
165e6b48
authored
2022-10-19 17:54:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:受理申请
2 parents
67a030d6
57b69c02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
35 deletions
src/views/workflow/workFrame.vue
src/views/ywbl/fdcq2/slxx200.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/workflow/workFrame.vue
View file @
165e6b4
...
...
@@ -346,7 +346,7 @@ export default {
case
"signout"
:
window
.
close
();
break
;
case
"
record
"
:
case
"
B9
"
:
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
...
...
src/views/ywbl/fdcq2/slxx200.vue
View file @
165e6b4
...
...
@@ -212,37 +212,7 @@ export default {
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
ruleForm
:
{
// slry: "",
// slsj: "",
// qllx: "",
// djlx: "",
// djqx: "",
// // 宗地代码
// zddm: "",
// bdcdyh: "",
// qlxzmc: "",
// qlrxx: [],
// // 自然幢号
// zrzh: "",
// // 户不动产单元号
// hbdcdyh: "",
// djzt: "",
// // 图幅丘幢号
// tfqzh: "",
// zl: "",
// // 房屋用途
// fwyt: "",
// fwxz: "",
// fwjg: "",
// // 权利人信息
// gyfs: "1",
// // 是否分别持证
// sffbcz: "",
// // 持证人
// czr: "",
// djyy: "",
},
ruleForm
:
{},
//传递参数
propsParam
:
this
.
$attrs
,
rules
:
{},
...
...
@@ -270,7 +240,6 @@ export default {
onSubmit
()
{
saveData
(
this
.
ruleForm
).
then
((
res
)
=>
{
console
.
log
(
this
.
ruleForm
);
//this.$alert(this.ruleForm);
if
(
res
.
code
===
200
&&
res
.
result
)
{
console
.
log
(
res
);
//this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas }
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
165e6b4
...
...
@@ -133,10 +133,10 @@ export default {
let
that
=
this
;
this
.
$popup
({
title
:
"楼盘表"
,
width
:
"
10
0%"
,
width
:
"
5
0%"
,
btnShow
:
true
,
editItem
:
"xxxxxxxxxx"
,
height
:
"
12
00px"
,
height
:
"
8
00px"
,
formData
:
{
bsmSlsq
:
this
.
bsmSlsq
,
dataList
:
this
.
unitData
,
...
...
Please
register
or
sign in
to post a comment