Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
3310f537
Commit
3310f537
authored
Jul 15, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtdcr 事件关联优化
parent
581bbf47
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
6 deletions
+19
-6
Brtdcrd.vue
src/views/Business/Bdtdcr/Brtdcrd.vue
+19
-6
No files found.
src/views/Business/Bdtdcr/Brtdcrd.vue
View file @
3310f537
...
...
@@ -10,9 +10,9 @@
</el-form-item>
</c-col>
</c-row>
<el-form-item
label=
"快递单号"
v-if=
"model.bddgrp.rec.advdocflg
==
'X'"
>
<c-input
type=
"textarea"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
>
</c-input>
<el-form-item
label=
"快递单号"
v-if=
"model.bddgrp.rec.advdocflg
==
'X'"
>
<c-input
type=
"textarea"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
>
</c-input>
</el-form-item>
<!--
<c-row>
<c-form-item
label=
"已交单据"
prop=
"bdtp.docgrdm.docgrd"
>
...
...
@@ -65,9 +65,9 @@
<c-col
:span=
"12"
>
<c-row>
<c-col
:span=
"24"
>
<
div
class=
"c-checkbox
"
>
<c-checkbox
v-model=
"model.bddgrp.blk.docdisflg"
@
change=
"changed"
>
录入不符点
</c-checkbox>
</
div
>
<
el-form-item
label=
""
prop=
"bddgrp.blk.docdisflg
"
>
<c-checkbox
v-model=
"docdisflg"
@
change=
"changed"
disabled
>
录入不符点
</c-checkbox>
</
el-form-item
>
</c-col>
</c-row>
</c-col>
...
...
@@ -154,6 +154,19 @@ export default {
},
},
created
:
function
()
{
},
computed
:
{
docdisflg
:
{
get
()
{
return
this
.
model
.
advdisflg
===
"X"
;
},
set
(
val
)
{
this
.
model
.
bddgrp
.
blk
.
docdisflg
=
val
?
"X"
:
""
;
},
}
}
};
</
script
>
<
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment