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
fukai
vue-gjjs
Commits
e3680dd3
Commit
e3680dd3
authored
Jun 12, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复litdck,brtdcr的BUG
parent
b64bdeb4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
18 deletions
+25
-18
index.js
src/business/brtdcr/event/index.js
+2
-2
index.js
src/business/brtdcr/model/index.js
+8
-1
Docpre.vue
src/business/litdck/views/Docpre.vue
+15
-15
No files found.
src/business/brtdcr/event/index.js
View file @
e3680dd3
...
@@ -30,8 +30,8 @@ export default {
...
@@ -30,8 +30,8 @@ export default {
// brdinr: this.$route.query.inr,
// brdinr: this.$route.query.inr,
brdgrp
:{
brdgrp
:{
rec
:{
rec
:{
//
inr: this.$route.query.inr
inr
:
this
.
$route
.
query
.
inr
inr
:
'00000484'
//
inr: '00000484'
}
}
},
},
});
});
...
...
src/business/brtdcr/model/index.js
View file @
e3680dd3
...
@@ -57,7 +57,14 @@ export default class Brtdcr {
...
@@ -57,7 +57,14 @@ export default class Brtdcr {
},
},
oth
:{
oth
:{
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
}
},
prbp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
''
,
},
},
},
},
},
...
...
src/business/litdck/views/Docpre.vue
View file @
e3680dd3
...
@@ -174,21 +174,21 @@ export default {
...
@@ -174,21 +174,21 @@ export default {
typ1
:
true
,
typ1
:
true
,
};
};
},
},
//
watch: {
watch
:
{
//
"model.brdgrp.blk.docdisflg": {
"model.brdgrp.blk.docdisflg"
:
{
//
immediate: true,
immediate
:
true
,
//
handler(val, oldval) {
handler
(
val
,
oldval
)
{
//
if (this.model.brdgrp.blk.docdisflg != "X") {
if
(
this
.
model
.
brdgrp
.
blk
.
docdisflg
!=
"X"
)
{
//
this.typ1 = true;
this
.
typ1
=
true
;
//
this.model.brdgrp.blk.docdis = "";
this
.
model
.
brdgrp
.
blk
.
docdis
=
""
;
//
this.changeFormItemRequired("brdgrp.blk.docdis", false);
this
.
changeFormItemRequired
(
"brdgrp.blk.docdis"
,
false
);
//
} else {
}
else
{
//
this.typ1 = false;
this
.
typ1
=
false
;
//
this.changeFormItemRequired("brdgrp.blk.docdis", true);
this
.
changeFormItemRequired
(
"brdgrp.blk.docdis"
,
true
);
//
}
}
//
},
},
//
},
},
//
},
},
methods
:
{
methods
:
{
},
},
created
:
function
()
{},
created
:
function
()
{},
...
...
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