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
f6b2a245
authored
2023-07-25 14:47:53 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
5150e2a9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
src/views/registerBook/djbFrameall.vue
src/views/workflow/components/dialog/clxxAddDialog.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/mixin/public.js
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
src/views/registerBook/djbFrameall.vue
View file @
f6b2a24
...
...
@@ -85,10 +85,18 @@
...
this
.
queryForm
,
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
records
}
=
res
.
result
;
let
{
records
}
=
res
.
result
;
console
.
log
(
"records"
,
records
);
if
(
records
){
console
.
log
(
"false"
);
this
.
loadBdcdylist
(
records
[
0
].
bsmSlsq
,
records
[
0
].
bestepid
);
this
.
$endLoading
();
}
else
{
this
.
$endLoading
();
this
.
treedata
=
[]
}
}
});
}
else
{
...
...
src/views/workflow/components/dialog/clxxAddDialog.vue
View file @
f6b2a24
...
...
@@ -76,7 +76,6 @@
* @author: renchao
*/
handleSubmit
()
{
debugger
this
.
$refs
[
'ruleForm'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
$parent
.
addSave
(
this
.
ruleForm
);
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
f6b2a24
...
...
@@ -177,7 +177,6 @@
* @author: renchao
*/
batchUnitClick
()
{
debugger
this
.
currentSelectProps
.
batchOperation
=
true
;
// this.activeIndex = "-1";
this
.
$parent
.
stepForm
(
0
);
...
...
src/views/workflow/mixin/public.js
View file @
f6b2a24
...
...
@@ -49,7 +49,7 @@ export default {
* @author: renchao
*/
getFromRouter
(
tabname
)
{
console
.
log
(
tabname
,
'tabname
tabnametabnametabnametabname
'
);
console
.
log
(
tabname
,
'tabname'
);
//根据tabname获取选中的表单 此操作为了获取后端返回的表单对象,使用里面的是否可操作的属性
for
(
let
item
of
this
.
tabList
)
{
if
(
item
.
value
===
tabname
)
{
...
...
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
View file @
f6b2a24
...
...
@@ -13,11 +13,11 @@
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<
!--
<
el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"业务号:"
prop=
"slsq.ywh"
>
<el-input
disabled
v-model=
"ruleForm.flow.ywh"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"受理人员:"
prop=
"slsq.slry"
>
<el-input
disabled
v-model=
"ruleForm.slsq.slry"
></el-input>
...
...
@@ -183,6 +183,7 @@
};
},
created
()
{
console
.
log
(
"批量查封登记材料信息"
);
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
Please
register
or
sign in
to post a comment