Commit af921834 by chengzhuoshen

提交前端LITOPN,CPTOPN与抽象组件测试的代码

parent 7ba13ffc
......@@ -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();
......
......@@ -131,6 +131,9 @@ export default class Cptopn{
ischktyp:"", // 是否需要核验 .cpdgrp.rec.ischktyp
prechkdat:"", // PRECHKDAT .cpdgrp.rec.prechkdat
branchinr:"",
trdinr:"",
chato:"",
opndat:"",
},
cbs:{
nom1:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment