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
af921834
Commit
af921834
authored
Jan 11, 2023
by
chengzhuoshen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交前端LITOPN,CPTOPN与抽象组件测试的代码
parent
7ba13ffc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
settleProcess.js
src/mixin/settleProcess.js
+5
-5
index.js
src/model/Cptopn/index.js
+3
-0
No files found.
src/mixin/settleProcess.js
View file @
af921834
...
...
@@ -139,21 +139,21 @@ export default {
this
.
settle
.
cbsMap
=
cbsMap
;
let
ptsptaList
=
[];
let
ptydetList
=
[];
//
let ptydetList = [];
if
(
this
.
model
.
cpdgrp
.
orc
.
pts
.
extkey
!==
""
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
this
.
model
.
cpdgrp
.
orc
));
ptydetList
.
push
(
this
.
buildPtydet
(
this
.
model
.
cpdgrp
.
orc
));
//
ptydetList.push(this.buildPtydet(this.model.cpdgrp.orc));
}
if
(
this
.
model
.
cpdgrp
.
ori
.
pts
.
extkey
!==
""
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
this
.
model
.
cpdgrp
.
ori
));
ptydetList
.
push
(
this
.
buildPtydet
(
this
.
model
.
cpdgrp
.
ori
));
//
ptydetList.push(this.buildPtydet(this.model.cpdgrp.ori));
}
if
(
this
.
model
.
cpdgrp
.
pye
.
pts
.
extkey
!==
""
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
this
.
model
.
cpdgrp
.
pye
));
ptydetList
.
push
(
this
.
buildPtydet
(
this
.
model
.
cpdgrp
.
pye
));
//
ptydetList.push(this.buildPtydet(this.model.cpdgrp.pye));
}
this
.
settle
.
ptsList
=
ptsptaList
;
this
.
settle
.
ptydet
=
ptydetList
;
//
this.settle.ptydet = ptydetList;
}
this
.
settle
.
doceotList
=
this
.
buildDoceot
();
...
...
src/model/Cptopn/index.js
View file @
af921834
...
...
@@ -131,6 +131,9 @@ export default class Cptopn{
ischktyp
:
""
,
// 是否需要核验 .cpdgrp.rec.ischktyp
prechkdat
:
""
,
// PRECHKDAT .cpdgrp.rec.prechkdat
branchinr
:
""
,
trdinr
:
""
,
chato
:
""
,
opndat
:
""
,
},
cbs
:{
nom1
:{
...
...
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