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
ddf38c5f
Commit
ddf38c5f
authored
Jun 20, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn 联调
parent
064baa4c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
buildCommons.js
src/business/letopn/event/buildCommons.js
+1
-1
check.js
src/business/letopn/model/check.js
+2
-2
index.js
src/business/letopn/model/index.js
+1
-0
Ovwp1.vue
src/business/letopn/views/Ovwp1.vue
+1
-1
No files found.
src/business/letopn/event/buildCommons.js
View file @
ddf38c5f
...
...
@@ -34,7 +34,7 @@ export default {
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
expdat
:
model
.
ledgrp
.
rec
.
expdat
,
branchInr
:
model
.
ledgrp
.
rec
.
branch
I
nr
,
branchInr
:
model
.
ledgrp
.
rec
.
branch
i
nr
,
hndtyp
:
model
.
ledgrp
.
rec
.
hndtyp
,
gartyp
:
model
.
ledgrp
.
rec
.
gartyp
,
fingua
:
model
.
ledgrp
.
rec
.
fingua
,
...
...
src/business/letopn/model/check.js
View file @
ddf38c5f
...
...
@@ -104,7 +104,7 @@ let checkObj = {
],
'ledgrp.rec.lcrtyp'
:
[
{
type
:
'string'
,
required
:
fals
e
,
message
:
'必输项'
},
{
type
:
'string'
,
required
:
tru
e
,
message
:
'必输项'
},
{
max
:
40
,
message
:
'长度不能超过40'
},
],
...
...
@@ -189,7 +189,7 @@ let checkObj = {
{
max
:
16
,
message
:
'长度不能超过16'
},
],
'ledgrp.rec.opndat'
:
[
{
type
:
'string'
,
required
:
fals
e
,
message
:
'输入正确的日期'
},
{
type
:
'string'
,
required
:
tru
e
,
message
:
'输入正确的日期'
},
],
'ledgrp.rec.preadvdt'
:
[
{
type
:
'string'
,
required
:
false
,
message
:
'输入正确的日期'
},
...
...
src/business/letopn/model/index.js
View file @
ddf38c5f
...
...
@@ -24,6 +24,7 @@ export default class Letopn {
spcrcb
:
''
,
},
rec
:
{
branchinr
:
'00000047'
,
stagod
:
''
,
tenmaxday
:
''
,
nomton
:
''
,
...
...
src/business/letopn/views/Ovwp1.vue
View file @
ddf38c5f
...
...
@@ -453,7 +453,7 @@ export default {
if
(
res
.
cbs
.
nom1
.
cur
!==
""
||
res
.
cbs
.
nom1
.
amt
!==
""
||
res
.
apl
.
pts
.
adrblk
!==
""
){
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
;
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
;
this
.
model
.
ledgrp
.
rec
.
nam
=
`
${
res
.
apl
.
pts
.
adrblk
.
substring
(
0
,
15
)}${
res
.
cbs
.
nom1
.
cur
}${
res
.
cbs
.
nom1
.
amt
}
`
this
.
model
.
ledgrp
.
rec
.
nam
=
`
${
res
.
cbs
.
nom1
.
cur
}
${
res
.
cbs
.
nom1
.
amt
}
.
${
res
.
apl
.
pts
.
adrblk
.
substring
(
0
,
29
)
}
`
}
}
},
...
...
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