Commit 7ba13ffc by chengzhuoshen

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

parent 82474d6e
...@@ -120,7 +120,8 @@ export default { ...@@ -120,7 +120,8 @@ export default {
rec.detchgcod = this.model.cpdgrp.rec.detchgcod; rec.detchgcod = this.model.cpdgrp.rec.detchgcod;
rec.trdinr = this.model.cpdgrp.rec.trdinr; rec.trdinr = this.model.cpdgrp.rec.trdinr;
rec.chato = this.model.cpdgrp.rec.chato; rec.chato = this.model.cpdgrp.rec.chato;
rec.paytyp = this.model.cpdgrp.rec.paytype; //rec.paytyp = this.model.cpdgrp.rec.paytyp;
rec.paytyp = "O";//固定值 O 表示汇出
rec.swftyp = this.model.cpdgrp.rec.swftyp; rec.swftyp = this.model.cpdgrp.rec.swftyp;
rec.valdat = this.model.cpdgrp.rec.valdat; rec.valdat = this.model.cpdgrp.rec.valdat;
rec.opndat = this.model.cpdgrp.rec.opndat; rec.opndat = this.model.cpdgrp.rec.opndat;
......
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