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
4574b53d
Commit
4574b53d
authored
Aug 30, 2021
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
“获取”按钮调整
parent
bcd122a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
Check.js
src/model/Ditopn/Check.js
+5
-1
Event.js
src/model/Trnrel/Event.js
+0
-1
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+5
-3
index.vue
src/views/Business/Ditopn/index.vue
+1
-2
No files found.
src/model/Ditopn/Check.js
View file @
4574b53d
...
...
@@ -2,6 +2,7 @@
/**
* Ditopn Check规则
*/
import
Utils
from
"~/utils"
;
export
default
{
"liaall.misamt"
:
[
checkLiaallMisamtN100
,],
...
...
@@ -770,8 +771,11 @@ function checkDidgrpRecAvbbyN100(rule, value, callback) {
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.rec.avbby"
).
then
(
res
=>
{
//TODO
callback
()
if
(
res
.
respCode
==
"AAAAAA"
){
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
);
}
})
callback
()
}
/**
* source:ditp.@0077.script
...
...
src/model/Trnrel/Event.js
View file @
4574b53d
...
...
@@ -194,7 +194,6 @@ export default {
})
},
onRejrow
()
{
debugger
;
console
.
log
(
this
.
getSelectedData
())
this
.
model
.
trncorco
.
selinr
[
'rows'
]
=
this
.
getSelectedData
();
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
4574b53d
...
...
@@ -703,7 +703,6 @@ export default {
produce
:
"0"
,
uri
:
"/ditopn/getElcsRef"
,
},
flag
:
true
,
jigomcFlag
:
false
,
trade
:
""
,
};
...
...
@@ -717,7 +716,6 @@ export default {
//失去焦点,避免多次触发
document
.
getElementById
(
'extkey'
).
blur
();
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
this
.
flag
=
false
;
}
}
);
...
...
@@ -770,13 +768,17 @@ export default {
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
this
.
flag
=
false
;
}
}
);
},
},
created
:
function
()
{},
computed
:{
flag
(){
return
this
.
model
.
didgrp
.
apl
.
pts
.
extkey
==
""
;
}
,
},
watch
:
{
declareParams
()
{},
},
...
...
src/views/Business/Ditopn/index.vue
View file @
4574b53d
...
...
@@ -247,8 +247,7 @@ export default {
},
avbby
(){
this
.
pattern
[
"didgrp.rec.tenmaxday"
][
0
].
required
=
this
.
model
.
didgrp
.
rec
.
avbby
==
"D"
;
}
},
}
}
</
script
>
...
...
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