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
c0d5f405
Commit
c0d5f405
authored
Mar 01, 2022
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将5个改为不可选中
parent
6cd7061e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
66 deletions
+66
-66
Tskmgr.vue
src/views/Business/Mgrtsk/Tskmgr.vue
+6
-3
index.vue
src/views/Business/Mgrtsk/index.vue
+60
-63
No files found.
src/views/Business/Mgrtsk/Tskmgr.vue
View file @
c0d5f405
...
@@ -50,17 +50,16 @@
...
@@ -50,17 +50,16 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- ================右=============== -->
<!-- ================右=============== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"14"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"Started"
prop=
"wfetsk.tsklist.jobstrdat"
>
<el-form-item
label=
"Started"
prop=
"wfetsk.tsklist.jobstrdat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.wfetsk.tsklist.jobstrdat"
v-model=
"model.wfetsk.tsklist.jobstrdat"
disabled
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择"
placeholder=
"请选择"
></c-date-picker>
></c-date-picker>
...
@@ -74,6 +73,7 @@
...
@@ -74,6 +73,7 @@
>
>
<c-input
<c-input
v-model=
"model.wfetsk.tsklist.jobstrtimhh"
v-model=
"model.wfetsk.tsklist.jobstrtimhh"
disabled
placeholder=
"请输入"
placeholder=
"请输入"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
<c-input
<c-input
v-model=
"model.wfetsk.tsklist.jobstrtimmm"
v-model=
"model.wfetsk.tsklist.jobstrtimmm"
placeholder=
"请输入"
placeholder=
"请输入"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -112,6 +113,7 @@
...
@@ -112,6 +113,7 @@
>
>
<c-input
<c-input
v-model=
"model.wfetsk.tsklist.downtimehh"
v-model=
"model.wfetsk.tsklist.downtimehh"
disabled
placeholder=
"请输入"
placeholder=
"请输入"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -121,6 +123,7 @@
...
@@ -121,6 +123,7 @@
<el-form-item
label=
"min"
prop=
""
label-width=
"20px"
>
<el-form-item
label=
"min"
prop=
""
label-width=
"20px"
>
<c-input
<c-input
v-model=
"model.wfetsk.tsklist.downtimemm"
v-model=
"model.wfetsk.tsklist.downtimemm"
disabled
placeholder=
""
placeholder=
""
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -278,7 +281,7 @@ export default {
...
@@ -278,7 +281,7 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
data
:[],
data
:
[],
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
...
...
src/views/Business/Mgrtsk/index.vue
View file @
c0d5f405
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"200px"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"200px"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000054 -->
<!--PD000054 -->
<el-tab-pane
label=
"Task Manager"
name=
"tskmgr"
>
<el-tab-pane
label=
"Task Manager"
name=
"tskmgr"
>
<m-tskmgr
:model=
"model"
:codes=
"codes"
/>
<m-tskmgr
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000069 -->
<!--PD000069 -->
<el-tab-pane
label=
"Services"
name=
"srvdsp"
>
<el-tab-pane
label=
"Services"
name=
"srvdsp"
>
<m-srvdsp
:model=
"model"
:codes=
"codes"
/>
<m-srvdsp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000069 -->
<!--PD000069 -->
<el-tab-pane
label=
"Predecessors"
name=
"config1"
>
<el-tab-pane
label=
"Predecessors"
name=
"config1"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"SWIFT发送"
name=
"config2"
>
<el-tab-pane
label=
"SWIFT发送"
name=
"config2"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"TC发送"
name=
"config3"
>
<el-tab-pane
label=
"TC发送"
name=
"config3"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"检查ACK"
name=
"config4"
>
<el-tab-pane
label=
"检查ACK"
name=
"config4"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"Finalize Order"
name=
"config5"
>
<el-tab-pane
label=
"Finalize Order"
name=
"config5"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"return to Zhongtai"
name=
"config6"
>
<el-tab-pane
label=
"return to Zhongtai"
name=
"config6"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"Pending CIPACK"
name=
"config7"
>
<el-tab-pane
label=
"Pending CIPACK"
name=
"config7"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"GPI"
name=
"config8"
>
<el-tab-pane
label=
"GPI"
name=
"config8"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"衍生品额度释放"
name=
"config9"
>
<el-tab-pane
label=
"衍生品额度释放"
name=
"config9"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"衍生品额度业务信息同步"
name=
"config10"
>
<el-tab-pane
label=
"衍生品额度业务信息同步"
name=
"config10"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"ELCACK"
name=
"config11"
>
<el-tab-pane
label=
"ELCACK"
name=
"config11"
>
<m-config
:model=
"model"
:codes=
"codes"
/>
<m-config
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000060 -->
<!--PD000060 -->
<!--
<el-tab-pane
label=
"PD000060"
name=
"prtswtp"
>
<!--
<el-tab-pane
label=
"PD000060"
name=
"prtswtp"
>
<m-prtswtp
:model=
"model"
:codes=
"codes"
/>
<m-prtswtp
:model=
"model"
:codes=
"codes"
/>
...
@@ -79,7 +84,6 @@
...
@@ -79,7 +84,6 @@
<m-prttst
:model=
"model"
:codes=
"codes"
/>
<m-prttst
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
-->
<!--PD000049 -->
<!--PD000049 -->
<!--
<el-tab-pane
label=
"PD000049"
name=
"prtswtr"
>
<!--
<el-tab-pane
label=
"PD000049"
name=
"prtswtr"
>
<m-prtswtr
:model=
"model"
:codes=
"codes"
/>
<m-prtswtr
:model=
"model"
:codes=
"codes"
/>
...
@@ -89,42 +93,41 @@
...
@@ -89,42 +93,41 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
;
import
Mgrtsk
from
"~/model/Mgrtsk"
import
Mgrtsk
from
"~/model/Mgrtsk"
;
import
commonProcess
from
"~/mixin/commonProcess"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Check
from
"~/model/Mgrtsk/Check"
import
Check
from
"~/model/Mgrtsk/Check"
;
import
Default
from
"~/model/Mgrtsk/Default"
import
Default
from
"~/model/Mgrtsk/Default"
;
import
Pattern
from
"~/model/Mgrtsk/Pattern"
import
Pattern
from
"~/model/Mgrtsk/Pattern"
;
import
Tskmgr
from
"./Tskmgr"
import
Tskmgr
from
"./Tskmgr"
;
import
Srvdsp
from
"./Srvdsp"
import
Srvdsp
from
"./Srvdsp"
;
import
Config
from
"./Config"
import
Config
from
"./Config"
;
import
Prtswtp
from
"./Prtswtp"
import
Prtswtp
from
"./Prtswtp"
;
import
Prtswtrp
from
"./Prtswtrp"
import
Prtswtrp
from
"./Prtswtrp"
;
import
Xmldoc
from
"./Xmldoc"
import
Xmldoc
from
"./Xmldoc"
;
import
Prttst
from
"./Prttst"
import
Prttst
from
"./Prttst"
;
import
Prtswtr
from
"./Prtswtr"
import
Prtswtr
from
"./Prtswtr"
;
export
default
{
export
default
{
name
:
'Mgrtsk'
,
name
:
"Mgrtsk"
,
components
:
{
components
:
{
"m-tskmgr"
:
Tskmgr
,
"m-tskmgr"
:
Tskmgr
,
"m-srvdsp"
:
Srvdsp
,
"m-srvdsp"
:
Srvdsp
,
"m-config"
:
Config
,
"m-config"
:
Config
,
"m-prtswtp"
:
Prtswtp
,
"m-prtswtp"
:
Prtswtp
,
"m-prtswtrp"
:
Prtswtrp
,
"m-prtswtrp"
:
Prtswtrp
,
"m-xmldoc"
:
Xmldoc
,
"m-xmldoc"
:
Xmldoc
,
"m-prttst"
:
Prttst
,
"m-prttst"
:
Prttst
,
"m-prtswtr"
:
Prtswtr
,
"m-prtswtr"
:
Prtswtr
,
},
},
provide
()
{
provide
()
{
return
{
return
{
root
:
this
root
:
this
,
}
};
},
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
tabVal
:
"tskmgr"
,
tabVal
:
"tskmgr"
,
trnName
:
"mgrtsk"
,
trnName
:
"mgrtsk"
,
...
@@ -133,28 +136,22 @@ export default {
...
@@ -133,28 +136,22 @@ export default {
defaultRules
:
Default
,
defaultRules
:
Default
,
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{...
CodeTable
},
codes
:
{
...
CodeTable
},
}
};
},
},
methods
:{
methods
:
{
tabClick
(){
tabClick
()
{},
}
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入mgrtsk交易"
);
console
.
log
(
"进入mgrtsk交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
else
{
}
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
},
}
}
;
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
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