Commit e7affe49 by liaoxing

letdav修改

parent 3762ca7a
...@@ -53,9 +53,17 @@ export default { ...@@ -53,9 +53,17 @@ export default {
purpos: model.ledgrp.rec.purpos, purpos: model.ledgrp.rec.purpos,
revflg: model.ledgrp.rec.revflg, revflg: model.ledgrp.rec.revflg,
cnfsta: model.ledgrp.rec.cnfsta, cnfsta: model.ledgrp.rec.cnfsta,
doctypcod: model.bedgrp.rec.doctypcod,
objinr: model.ledgrp.rec.inr,
othPtainr: model.bedgrp.oth.pts.ptainr,
advPtainr: model.ledgrp.adv.pts.ptainr,
issPtainr: model.ledgrp.iss.pts.ptainr,
advtyp: model.bedgrp.rec.advtyp,
payrol: model.bedgrp.rec.payrol,
}, },
cbsMap: { cbsMap: {
MAX: model.ledgrp.cbs.max, MAX: model.bedgrp.cbs.max,
MAX2: model.bedgrp.cbs.max2,
OPN1: model.ledgrp.cbs.opn1, OPN1: model.ledgrp.cbs.opn1,
MAC: model.ledgrp.cbs.mac, MAC: model.ledgrp.cbs.mac,
MAC2: model.ledgrp.cbs.mac2, MAC2: model.ledgrp.cbs.mac2,
......
...@@ -71,7 +71,7 @@ export default class Letdav { ...@@ -71,7 +71,7 @@ export default class Letdav {
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.00'
}, },
max2: { max2: {
amt: '' amt: ''
......
...@@ -474,29 +474,28 @@ ...@@ -474,29 +474,28 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="24">--> <!-- <c-col :span="24">
<!-- <el-form-item label="参考号" prop="betp.oth.pts.ref">--> <el-form-item label="参考号" prop="betp.oth.pts.ref">
<!-- <c-input--> <c-input
<!-- v-model="model.betp.oth.pts.ref"--> v-model="model.betp.oth.pts.ref"
<!-- maxlength="16"--> maxlength="16"
<!-- placeholder="请输入参考号"--> placeholder="请输入参考号"
<!-- disabled--> disabled
<!-- ></c-input>--> ></c-input>
<!-- </el-form-item>--> </el-form-item>
<!-- </c-col>--> </c-col>
<!-- <c-col :span="24">--> <c-col :span="24">
<!-- <c-ptap1--> <c-ptap1
<!-- :model="model"--> :model="model"
<!-- :argadr="{--> :argadr="{
<!-- title: '',--> title: '',
<!-- grp: 'bedgrp',--> grp: 'bedgrp',
<!-- rol: 'oth',--> rol: 'oth',
<!-- }"--> }"
<!-- :disabled1="docprbrolFlag"--> :disabled1="docprbrolFlag">
<!-- >--> </c-ptap1>
<!-- </c-ptap1>--> </c-col> -->
<!-- </c-col>-->
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
...@@ -549,7 +548,7 @@ export default { ...@@ -549,7 +548,7 @@ export default {
const cur = this.model.bedgrp.cbs.max.cur + ' ' const cur = this.model.bedgrp.cbs.max.cur + ' '
const amt = this.model.bedgrp.cbs.max.amt + ' ' const amt = this.model.bedgrp.cbs.max.amt + ' '
const preNam = this.model.bedgrp.prb.pts.nam + '' const preNam = this.model.bedgrp.prb.pts.nam + ''
this.model.bedgrp.rec.nam =cur + amt + preNam this.model.bedgrp.rec.nam =(cur + amt + preNam).substring(0,40)
return this.model.bedgrp.rec.nam return this.model.bedgrp.rec.nam
} }
}, },
......
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