Commit e7affe49 by liaoxing

letdav修改

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