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
421dc336
Commit
421dc336
authored
Aug 16, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtdck checkbox互斥修改
parent
e4da82ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
19 deletions
+23
-19
Docpre.vue
src/views/Business/Bdtdck/Docpre.vue
+23
-19
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+0
-0
No files found.
src/views/Business/Bdtdck/Docpre.vue
View file @
421dc336
<
template
>
<c-content>
<c-row>
...
...
@@ -6,8 +5,9 @@
<c-col
:span=
"14"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"不符点"
>
<c-input
type=
"textarea"
:disabled=
"!model.bddgrp.rec.igndisflg && model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
<c-input
type=
"textarea"
:disabled=
"!model.bddgrp.rec.igndisflg && model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -72,9 +72,7 @@
</c-col>
-->
<c-col>
<c-docpre
:model=
"model"
:argadr=
"{
<c-docpre
:model=
"model"
:argadr=
"{
path: 'bddgrp.blk.prsdoc',
grp: 'bdtp',
code: 'bdtdck',
...
...
@@ -86,7 +84,7 @@
<c-col
:span=
"10"
>
<c-row>
<c-col
:span=
"24"
:offset=
"8"
>
<c-checkbox
v-model=
"model.bddgrp.rec.igndisflg
"
>
<c-checkbox
v-model=
"model.bddgrp.rec.igndisflg"
@
change=
"change1
"
>
忽略不符点
</c-checkbox>
</c-col>
...
...
@@ -99,7 +97,7 @@
<br
/><br
/><br
/><br
/>
<c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"收到的通知类
"
prop=
"bddgrp.rec.advtyp"
>
<el-form-item
label=
"收到的通知类型
"
prop=
"bddgrp.rec.advtyp"
>
<c-select
v-model=
"model.bddgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择Type of Advice Received"
:disabled=
"true"
>
</c-select>
...
...
@@ -217,16 +215,16 @@
<span v-text="model.bdtp.docgrdm.docdsclab" data-path=".bdtp.docgrdm.docdsclab" > </span>
</c-col> -->
</c-row>
</c-content>
</c-content>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bdtdck/Event"
import
Docpre
from
"~/views/Public/Docpre"
;
import
Utils
from
"~/utils"
;
export
default
{
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bdtdck/Event"
import
Docpre
from
"~/views/Public/Docpre"
;
import
Utils
from
"~/utils"
;
export
default
{
components
:
{
"c-docpre"
:
Docpre
,
},
...
...
@@ -268,6 +266,11 @@ export default {
},
methods
:
{
...
Event
,
async
change1
()
{
if
(
this
.
model
.
bddgrp
.
rec
.
igndisflg
==
'X'
)
{
this
.
model
.
bddgrp
.
blk
.
docdisflg
=
''
;
}
},
addTableValue
(
index
)
{
var
newTableValue
=
Object
.
assign
({},
this
.
newValue
);
const
serial
=
Utils
.
generateUUID
();
...
...
@@ -283,12 +286,12 @@ export default {
}
}
}
</
script
>
<
style
>
.messageLabel
>>>
.el-form-item__label
{
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
}
}
</
style
>
\ No newline at end of file
src/views/Business/Infbdd/Infsea.vue
View file @
421dc336
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