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
6ceeae76
authored
2023-09-13 09:24:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;上传
1 parent
26ff6321
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
38 deletions
src/image/progress.gif
src/views/components/imagePreview.vue
src/views/system/sqywgz/sqywDetail.vue
src/views/workflow/workFrame.vue
src/views/xxba/components/clxx/dialog/clxxDetailDialog.vue
src/image/progress.gif
View file @
6ceeae7
8 MB
|
W:
|
H:
1.42 MB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/components/imagePreview.vue
View file @
6ceeae7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
2 13:58:04
* @LastEditTime: 2023-09-1
3 09:10:29
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -273,6 +273,9 @@
}
formData
.
append
(
"bsmSj"
,
this
.
previewImg
.
bsmSj
);
formData
.
append
(
"bsmSlsq"
,
this
.
previewImg
.
bsmSlsq
);
if
(
this
.
previewImg
.
imgList
.
length
>
0
)
{
formData
.
append
(
"index"
,
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
sxh
);
}
uploadBatch
(
formData
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$emit
(
'updateList'
,
res
.
result
)
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
6ceeae7
...
...
@@ -58,7 +58,7 @@
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务流程ID"
prop=
"flowid"
v-if=
"form.sqdjyw"
>
...
...
@@ -102,7 +102,7 @@
</el-row>
</el-form>
<el-collapse
class=
"modifycollapse"
accordion
>
<el-collapse-item
title=
"登记类型
"
name=
"0"
v-if=
"form.sqdjyw.sqfl=='2'"
>
<el-collapse-item
title=
"权利信息
"
name=
"0"
v-if=
"form.sqdjyw.sqfl=='2'"
>
<lb-table
:column=
"djqxCol"
:pagination=
"false"
heightNumSetting
:minHeight=
"160"
:data=
"form.djlx"
>
</lb-table>
</el-collapse-item>
...
...
@@ -203,19 +203,19 @@
*/
init
()
{
this
.
tn
=
0
;
if
(
this
.
formData
.
sqfl
==
"2"
)
{
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
else
{
getDjlxInfo
(
this
.
formData
.
bsmSqyw
).
then
((
res
)
=>
{
let
{
result
}
=
res
;
this
.
djlxList
=
result
?
result
:
[];
if
(
this
.
djlxList
.
length
>
0
)
{
this
.
getDetail
(
this
.
djlxList
[
0
].
bsmSqyw
);
}
else
{
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
})
}
if
(
this
.
formData
.
sqfl
==
"2"
)
{
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
else
{
getDjlxInfo
(
this
.
formData
.
bsmSqyw
).
then
((
res
)
=>
{
let
{
result
}
=
res
;
this
.
djlxList
=
result
?
result
:
[];
if
(
this
.
djlxList
.
length
>
0
)
{
this
.
getDetail
(
this
.
djlxList
[
0
].
bsmSqyw
);
}
else
{
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
})
}
},
/**
* @description: orderNoChange
...
...
src/views/workflow/workFrame.vue
View file @
6ceeae7
This diff is collapsed.
Click to expand it.
src/views/xxba/components/clxx/dialog/clxxDetailDialog.vue
View file @
6ceeae7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
2 15:18:52
* @LastEditTime: 2023-09-1
3 09:18:13
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -85,27 +85,7 @@
}
},
{
prop
:
"smzt"
,
label
:
"扫描状态"
,
width
:
"80"
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
children
&&
scope
.
row
.
children
.
length
>
0
)
{
return
(
<
div
>
<
span
>
已扫描
<
/span
>
<
/div
>
);
}
else
{
return
(
<
div
>
<
span
>
未扫描
<
/span
>
<
/div
>
);
}
},
},
{
label
:
"扫描页数"
,
label
:
"页数"
,
width
:
"80"
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
count
&&
scope
.
row
.
count
>
0
)
{
...
...
Please
register
or
sign in
to post a comment