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
882ff330
Commit
882ff330
authored
Sep 20, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame、litdav、litdla 修改
parent
34ac6cb5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
56 additions
and
20 deletions
+56
-20
buildCommons.js
src/business/litame/event/buildCommons.js
+17
-2
check.js
src/business/litame/model/check.js
+13
-13
index.js
src/business/litdav/model/index.js
+1
-1
Davp.vue
src/business/litdav/views/Davp.vue
+1
-1
buildCommons.js
src/business/litdla/event/buildCommons.js
+24
-3
No files found.
src/business/litame/event/buildCommons.js
View file @
882ff330
...
...
@@ -20,17 +20,32 @@ export default {
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
lidgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
pl
));
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
vb
));
}
if
(
model
.
lidgrp
.
adv
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
dv
));
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
pl
));
}
if
(
model
.
lidgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
ben
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
drw
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
rmb
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
ini
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
con
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
adv
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a2b
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'LID'
,
...
...
src/business/litame/model/check.js
View file @
882ff330
...
...
@@ -75,24 +75,24 @@ export default {
{
type
:
'string'
,
required
:
false
,
message
:
'输入正确的日期'
}
],
'oldlidgrp.rec.prepers18'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'number'
,
max
:
999
,
message
:
'只能输入数字,长度不能超过3'
}
//
{ required: false, message: '必输项'},
//
{type: 'number',max: 999,message:'只能输入数字,长度不能超过3'}
],
'swiadd.prepers18'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'string'
,
max
:
999
,
message
:
'只能输入数字,长度不能超过3'
}
//
{required: false, message: '必输项'},
//
{type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
],
'oldlidgrp.blk.preper'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
},
{
max
:
35
,
message
:
'长度不能超过35'
}
],
'oldlidgrp.rec.prepertxts18'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
35
,
message
:
'长度不能超过35'
}
//
{type: 'string', required: false, message: '必输项'},
//
{max: 35,message:'长度不能超过35'}
],
'swiadd.prepertxts18'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
35
,
message
:
'长度不能超过35'
}
//
{type: 'string', required: false, message: '必输项'},
//
{max: 35,message:'长度不能超过35'}
],
'lidgrp.cbs.max2.cur'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
@@ -294,8 +294,8 @@ export default {
{
max
:
35
,
message
:
'长度不能超过35'
}
],
'lidgrp.rec.prepers18'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'number'
,
max
:
999
,
message
:
'只能输入数字,长度不能超过3'
}
//
{ required: false, message: '必输项'},
//
{type: 'number',max: 999,message:'只能输入数字,长度不能超过3'}
],
'litp.avbp.ptsget.sdamod.dadsnd'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
@@ -310,8 +310,8 @@ export default {
{
max
:
3
,
message
:
'长度不能超过3'
}
],
'lidgrp.rec.prepertxts18'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
140
,
message
:
'长度不能超过140'
}
//
{type: 'string', required: false, message: '必输项'},
//
{max: 140,message:'长度不能超过140'}
],
'lidgrp.avb.namelc'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
},
...
...
@@ -362,7 +362,7 @@ export default {
{
max
:
35
,
message
:
'长度不能超过35'
}
],
'lidgrp.drw.pts.adrblk'
:[
{
type
:
'string'
,
required
:
fals
e
,
message
:
'必输项'
},
{
type
:
'string'
,
required
:
tru
e
,
message
:
'必输项'
},
{
max
:
35
*
4
,
message
:
'长度不能超过35'
}
],
'lidgrp.drw.dbfadrblkcn'
:[
...
...
src/business/litdav/model/index.js
View file @
882ff330
...
...
@@ -39,7 +39,7 @@ export default class Litdav {
stadat
:
''
,
dscinsflg
:
''
,
nam
:
''
,
docprbrol
:
''
,
docprbrol
:
'
PRB
'
,
pntinr
:
''
,
pnttyp
:
''
,
ownusr
:
''
,
...
...
src/business/litdav/views/Davp.vue
View file @
882ff330
...
...
@@ -243,7 +243,7 @@
<el-form-item
label=
"地址信息"
prop=
"brdgrp.prb.pts.adrblk"
>
<c-input
:rows=
"4"
:disabled=
"model.brdgrp.rec.docprbrol
!
= 'PRB'"
:disabled=
"model.brdgrp.rec.docprbrol
==
= 'PRB'"
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"80"
...
...
src/business/litdla/event/buildCommons.js
View file @
882ff330
...
...
@@ -20,21 +20,40 @@ export default {
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
lidgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
pl
));
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
vb
));
}
if
(
model
.
lidgrp
.
adv
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
dv
));
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a
pl
));
}
if
(
model
.
lidgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
ben
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
drw
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
rmb
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
ini
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
con
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
adv
));
}
if
(
model
.
lidgrp
.
ini
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
a2b
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'LID'
,
objinr
:
model
.
lidgrp
.
rec
.
inr
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
opndat
:
model
.
lidgrp
.
rec
.
opndat
,
expdat
:
model
.
lidgrp
.
rec
.
expdat
,
branchInr
:
model
.
lidgrp
.
rec
.
branch
I
nr
,
branchInr
:
model
.
lidgrp
.
rec
.
branch
i
nr
,
hndtyp
:
model
.
lidgrp
.
rec
.
hndtyp
,
gartyp
:
model
.
lidgrp
.
rec
.
gartyp
,
fingua
:
model
.
lidgrp
.
rec
.
fingua
,
...
...
@@ -47,6 +66,8 @@ export default {
purpos
:
model
.
lidgrp
.
rec
.
purpos
,
revflg
:
model
.
lidgrp
.
rec
.
revflg
,
cnfsta
:
model
.
lidgrp
.
rec
.
cnfsta
,
ameflg
:
model
.
ameflg
,
reduceamt
:
model
.
reduceamt
,
},
cbsMap
:
{
MAX
:
model
.
lidgrp
.
cbs
.
max
,
...
...
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