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
0a89fcc9
Commit
0a89fcc9
authored
Sep 26, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctdcr 修改
parent
62b57830
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
6 deletions
+15
-6
buildCommons.js
src/business/cctdcr/event/buildCommons.js
+1
-0
check.js
src/business/cctdcr/model/check.js
+2
-2
index.js
src/business/cctdcr/model/index.js
+1
-1
Setp.vue
src/business/cctset/views/Setp.vue
+11
-3
No files found.
src/business/cctdcr/event/buildCommons.js
View file @
0a89fcc9
...
...
@@ -37,6 +37,7 @@ export default {
expdat
:
model
.
ccdgrp
.
rec
.
expdat
,
branchInr
:
model
.
ccdgrp
.
rec
.
branchinr
,
hndtyp
:
model
.
ccdgrp
.
rec
.
hndtyp
,
rejtypsel
:
model
.
rejtypsel
,
},
cbsMap
:
{
MAX
:
model
.
ccdgrp
.
cbs
.
max
,
...
...
src/business/cctdcr/model/check.js
View file @
0a89fcc9
...
...
@@ -45,7 +45,7 @@ let checkObj = {
],
"ccdgrp.cbs.max.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -59,7 +59,7 @@ let checkObj = {
],
"ccdgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/business/cctdcr/model/index.js
View file @
0a89fcc9
...
...
@@ -76,7 +76,7 @@ export default class Cctdcr{
},
},
},
rejtypsel
:
""
,
// reject type .rejtypsel
rejtypsel
:
"
I
"
,
// reject type .rejtypsel
liaall
:{
misamt
:
""
,
// Amount not yet assigned .liaall.misamt
concur
:
""
,
// External Booking Amount .liaall.concur
...
...
src/business/cctset/views/Setp.vue
View file @
0a89fcc9
...
...
@@ -262,8 +262,8 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"ccdgrp.rec.frepayflg"
>
<c-checkbox
v-model=
"model.ccdgrp.rec.frepayflg"
@
c
lick=
"frepayFlagC
hange"
<c-checkbox
v-model=
"model.ccdgrp.rec.frepayflg"
@
c
hange=
"c
hange"
>
无偿放单选项
</c-checkbox
>
</el-form-item>
...
...
@@ -353,7 +353,7 @@ export default {
// prop: 'amt',
// label: '金额'
// },
// {
// {
change
// prop: 'date',
// label: 'Mat.Dat.'
// },
...
...
@@ -365,6 +365,14 @@ export default {
methods
:
{
// ...Event,
async
change
()
{
if
(
this
.
model
.
ccdgrp
.
rec
.
frepayflg
===
"X"
)
{
this
.
model
.
setmod
.
redamt
=
this
.
model
.
ccdgrp
.
cbs
.
max
.
amt
;
}
else
{
this
.
model
.
setmod
.
redamt
=
"0"
;
}
},
async
frepayFlagChange
(){
let
rtnmsg
=
await
this
.
executeDefault
(
"setmod.redamt"
);
// if (rtnmsg.respCode == SUCCESS) {
...
...
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