Commit af921834 by chengzhuoshen

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

parent 7ba13ffc
...@@ -139,21 +139,21 @@ export default { ...@@ -139,21 +139,21 @@ export default {
this.settle.cbsMap = cbsMap; this.settle.cbsMap = cbsMap;
let ptsptaList = []; let ptsptaList = [];
let ptydetList = []; //let ptydetList = [];
if (this.model.cpdgrp.orc.pts.extkey !== "") { if (this.model.cpdgrp.orc.pts.extkey !== "") {
ptsptaList.push(this.buildPtspta(this.model.cpdgrp.orc)); 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 !== "") { if (this.model.cpdgrp.ori.pts.extkey !== "") {
ptsptaList.push(this.buildPtspta(this.model.cpdgrp.ori)); 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 !== "") { if (this.model.cpdgrp.pye.pts.extkey !== "") {
ptsptaList.push(this.buildPtspta(this.model.cpdgrp.pye)); 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.ptsList = ptsptaList;
this.settle.ptydet = ptydetList; //this.settle.ptydet = ptydetList;
} }
this.settle.doceotList=this.buildDoceot(); this.settle.doceotList=this.buildDoceot();
......
...@@ -131,6 +131,9 @@ export default class Cptopn{ ...@@ -131,6 +131,9 @@ export default class Cptopn{
ischktyp:"", // 是否需要核验 .cpdgrp.rec.ischktyp ischktyp:"", // 是否需要核验 .cpdgrp.rec.ischktyp
prechkdat:"", // PRECHKDAT .cpdgrp.rec.prechkdat prechkdat:"", // PRECHKDAT .cpdgrp.rec.prechkdat
branchinr:"", branchinr:"",
trdinr:"",
chato:"",
opndat:"",
}, },
cbs:{ cbs:{
nom1:{ 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