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
db3ce439
Commit
db3ce439
authored
Jul 27, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditame #186 #187
parent
bbff449d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
Doctre.vue
src/views/Business/Ditame/Doctre.vue
+8
-1
Ovwp.vue
src/views/Business/Ditame/Ovwp.vue
+0
-0
index.vue
src/views/Business/Ditame/index.vue
+1
-1
Setpan.vue
src/views/Public/Setpan.vue
+0
-0
No files found.
src/views/Business/Ditame/Doctre.vue
View file @
db3ce439
...
...
@@ -64,7 +64,7 @@
</c-col>
<c-col
:span=
"8"
:offset=
"2"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"isShow2"
>
Show Outgoing Messages
</c-checkbox>
<c-checkbox
v-model=
"isShow2"
@
change=
"CONDOCSTM"
>
Show Outgoing Messages
</c-checkbox>
</el-form-item>
<!--
<c-checkbox
v-model=
"isShow2"
>
Show Outgoing Messages
</c-checkbox>
-->
</c-col>
...
...
@@ -230,6 +230,13 @@ export default {
};
},
methods
:
{
...
Event
,
CONDOCSTM
(){
this
.
executeDefault
(
"trnmod.trndoc.condocstm"
).
then
(
res
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
})
},
handleNodeClick
(){}
,
defaultProps
(){}
},
...
...
src/views/Business/Ditame/Ovwp.vue
View file @
db3ce439
This diff is collapsed.
Click to expand it.
src/views/Business/Ditame/index.vue
View file @
db3ce439
...
...
@@ -151,9 +151,9 @@ import Dogpame from "./Dogpame";
import
Dorpame
from
"./Dorpame"
;
import
Adcpame
from
"./Adcpame"
;
import
Inspame
from
"./Inspame"
;
import
Doctre
from
"./Doctre"
;
import
Stament
from
"./Stament"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
...
...
src/views/Public/Setpan.vue
View file @
db3ce439
This diff is collapsed.
Click to expand it.
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