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
2c90423b
authored
2023-09-14 17:22:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
1a551eac
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
51 additions
and
25 deletions
src/views/workflow/components/sdqxx.vue
src/views/workflow/workFrame.vue
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/workflow/components/sdqxx.vue
View file @
2c90423
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
06 15:20:1
6
* @LastEditTime: 2023-09-
14 17:19:2
6
-->
<
template
>
<div
class=
"slxx sdqxx"
>
...
...
@@ -119,10 +119,6 @@
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
formdata
.
append
(
"isEdit"
,
this
.
viewEdit
);
// Init(formdata).then((res) => {
// if (res.code === 200 && res.result) {
// }
// });
},
data
()
{
return
{
...
...
src/views/workflow/workFrame.vue
View file @
2c90423
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 13:57:48
* @LastEditTime: 2023-09-1
4 17:19:13
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -194,7 +194,8 @@
setTimeout
(()
=>
{
this
.
prinsss
()
},
100
)
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
...
...
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
View file @
2c90423
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-16 09:50:02
* @LastEditTime: 2023-0
9-14 17:19:40
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -310,6 +310,8 @@
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
});
},
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
2c90423
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
2 09:59:1
8
* @LastEditTime: 2023-09-1
4 17:19:5
8
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -365,6 +365,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
let
that
=
this
this
.
loading
=
true
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
this
.
propsParam
=
this
.
$attrs
;
...
...
@@ -381,14 +382,16 @@
this
.
loading
=
false
},
200
)
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
that
.
ruleForm
=
res
.
result
;
that
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
that
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
that
.
czr
=
item
.
zjh
}
})
}
else
{
that
.
$message
.
error
(
res
.
message
);
}
this
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
this
.
czr
=
item
.
zjh
}
});
}).
catch
(()
=>
{
this
.
loading
=
false
})
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
2c90423
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-1
3 14:41:34
* @LastEditTime: 2023-09-1
4 17:20:40
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -103,7 +103,7 @@
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.fdcq1"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"独用土地面积:"
>
<div
class=
"flex"
>
<el-input
...
...
@@ -313,6 +313,8 @@
}
});
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
2c90423
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-1
2 10:04:14
* @LastEditTime: 2023-09-1
4 17:17:56
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -440,6 +440,8 @@
}
});
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
this
.
loading
=
false
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
2c90423
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 14:16:46
* @LastEditTime: 2023-09-1
4 17:20:53
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -299,6 +299,8 @@
}
});
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
this
.
loading
=
false
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
2c90423
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 14:17:15
* @LastEditTime: 2023-09-1
4 17:20:59
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -296,6 +296,8 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
gyfs
=
this
.
ruleForm
.
sldyList
[
0
].
gyfs
;
this
.
splicingFdcq2Info
();
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
this
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
2c90423
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 14:05:26
* @LastEditTime: 2023-09-1
4 17:21:04
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -264,6 +264,8 @@
}
});
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
this
.
loading
=
false
...
...
@@ -356,6 +358,8 @@
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
};
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
});
},
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
2c90423
...
...
@@ -2,7 +2,7 @@
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 14:17:4
9
* @LastEditTime: 2023-09-1
4 17:21:1
9
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -239,6 +239,8 @@
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
this
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
2c90423
...
...
@@ -352,6 +352,8 @@
setTimeout
(()
=>
{
this
.
loading
=
false
},
200
)
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
2c90423
...
...
@@ -345,6 +345,8 @@
?
(
this
.
ruleForm
.
slsq
.
fzfs
=
"1"
)
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
});
},
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
2c90423
...
...
@@ -227,9 +227,11 @@
if
(
item
.
sfczr
==
1
)
{
this
.
czr
=
item
.
zjh
}
});
})
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
;
})
},
components
:
{
qlrCommonTable
,
ywrCommonTable
},
computed
:
{
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
2c90423
...
...
@@ -327,6 +327,8 @@
setTimeout
(()
=>
{
that
.
loading
=
false
},
200
)
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
2c90423
...
...
@@ -345,6 +345,8 @@
this
.
czr
=
item
.
zjh
}
})
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}).
catch
(()
=>
{
this
.
loading
=
false
...
...
Please
register
or
sign in
to post a comment