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
eb51a314
Commit
eb51a314
authored
Jun 11, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
0ddf6982
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
10 deletions
+44
-10
commonProcess.js
src/mixin/commonProcess.js
+2
-1
Check.js
src/model/Ditopn/Check.js
+0
-0
Default.js
src/model/Ditopn/Default.js
+1
-1
index.vue
src/views/Business/Ditopn/index.vue
+1
-0
Menu.vue
src/views/Business/Sptsel/Menu.vue
+40
-8
No files found.
src/mixin/commonProcess.js
View file @
eb51a314
...
...
@@ -70,12 +70,13 @@ export default {
for
(
let
i
=
0
;
i
<
fields
.
length
;
i
++
)
{
const
field
=
fields
[
i
];
if
(
field
.
prop
===
prop
)
{
if
(
field
.
$children
[
1
].
$children
[
0
].
$el
.
className
.
startsWith
(
"el-select"
))
{
if
(
field
.
$children
[
1
].
$children
[
0
].
$el
.
className
.
startsWith
(
"el-select"
)
||
field
.
$children
[
1
].
$children
[
0
].
$el
.
className
.
startsWith
(
"el-checkbox"
)
)
{
return
"change"
;
}
return
"blur"
;
}
}
return
"blur"
;
},
changeFormValidateDisabled
(
flag
)
{
const
fields
=
this
.
$refs
.
modelForm
.
fields
...
...
src/model/Ditopn/Check.js
View file @
eb51a314
This diff is collapsed.
Click to expand it.
src/model/Ditopn/Default.js
View file @
eb51a314
...
...
@@ -260,7 +260,7 @@ function defaultDidgrpRecExpplc() {
}
function
defaultDidgrpAdvPtsBankno
()
{
const
that
=
this
;
that
.
executeRule
(
"executeRule"
).
the
s
(
res
=>
{
that
.
executeRule
(
"executeRule"
).
the
n
(
res
=>
{
//TODO
})
}
...
...
src/views/Business/Ditopn/index.vue
View file @
eb51a314
...
...
@@ -203,6 +203,7 @@ export default {
console
.
log
(
"进入ditopn交易"
);
this
.
changeFormValidateDisabled
(
true
);
let
rtnmsg
=
await
this
.
init
()
// let rtnmsg = {respCode: ''}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
...
...
src/views/Business/Sptsel/Menu.vue
View file @
eb51a314
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"24"
style=
"text-align:center;margin-bottom: 18px;"
>
<c-checkbox
v-model=
"model.chkinc"
>
Incoming
</c-checkbox>
<c-checkbox
v-model=
"model.chkpen"
>
Pending
</c-checkbox>
<c-checkbox
v-model=
"model.chkcor"
>
Correction
</c-checkbox>
<c-checkbox
v-model=
"model.chkaut"
>
Automatic
</c-checkbox>
<c-checkbox
v-model=
"model.chkdel"
>
Deleted
</c-checkbox>
<c-checkbox
v-model=
"model.chktco"
>
网银
</c-checkbox>
<c-checkbox
v-model=
"model.chkcan"
>
归档
</c-checkbox>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkinc"
>
Incoming
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkpen"
>
Pending
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkcor"
>
Correction
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkaut"
>
Automatic
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkdel"
>
Deleted
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chktco"
>
网银
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center;margin-bottom: 18px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkcan"
>
归档
</c-checkbox>
</el-form-item>
</el-col>
<!--
...
...
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