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
aa126082
authored
2023-09-13 09:24:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
6ceeae76
27bcb363
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
17 deletions
src/views/registerBook/components/printTemplate.vue
src/views/workflow/components/dialog/clxxDetailDialog.vue
src/views/registerBook/components/printTemplate.vue
View file @
aa12608
...
...
@@ -72,7 +72,9 @@ export default {
},
render
:
{
handler
(
newValue
,
oldValue
)
{
if
(
newValue
){
this
.
loadData
();
}
},
},
immediate
:
true
,
...
...
src/views/workflow/components/dialog/clxxDetailDialog.vue
View file @
aa12608
...
...
@@ -100,38 +100,30 @@
},
{
prop
:
"sjsl"
,
label
:
"
份数
"
,
width
:
"
5
0"
,
label
:
"
收件数量
"
,
width
:
"
8
0"
,
render
:
(
h
,
scope
)
=>
{
return
(
(
this
.
formData
.
ableOperation
&&
scope
.
row
.
isrequired
!=
'1'
)
?
<
el
-
input
value
=
{
scope
.
row
.
sjsl
}
onInput
=
{(
val
)
=>
{
scope
.
row
.
sjsl
=
val
}}
><
/el-input> : <span>
{
scope
.
row
.
sjsl
?
<
span
>
{
scope
.
row
.
sjsl
}
<
/span> :
1
scope
.
row
.
sjsl
}
<
/span
>
)
}
},
{
prop
:
"smzt"
,
label
:
"扫描
状态
"
,
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
>
);
(
this
.
formData
.
ableOperation
&&
scope
.
row
.
isrequired
!=
'1'
)
?
<
el
-
input
value
=
{
scope
.
row
.
sjsl
}
onInput
=
{(
val
)
=>
{
scope
.
row
.
sjsl
=
val
}}
><
/el-input> : <span>
{
scope
.
row
.
sjsj
}
<
/span
>
)
}
},
},
{
label
:
"扫描页数"
,
width
:
"80"
,
...
...
Please
register
or
sign in
to post a comment