Commit acc08ee4 by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 95fc2f4b a2ee76ff
...@@ -52,6 +52,7 @@ export default { ...@@ -52,6 +52,7 @@ export default {
OLDMAX: model.oldbedgrp.cbs.max, OLDMAX: model.oldbedgrp.cbs.max,
OLDMAX2: model.oldbedgrp.cbs.max2, OLDMAX2: model.oldbedgrp.cbs.max2,
OPN1: model.bedgrp.cbs.opn1, OPN1: model.bedgrp.cbs.opn1,
OPN2: model.bedgrp.cbs.opn2,
// MAC: model.bedgrp.cbs.mac, // MAC: model.bedgrp.cbs.mac,
// MAC2: model.bedgrp.cbs.mac2, // MAC2: model.bedgrp.cbs.mac2,
// OPC2: model.bedgrp.cbs.opc2, // OPC2: model.bedgrp.cbs.opc2,
......
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
nam: model.bedgrp.rec.nam, nam: model.bedgrp.rec.nam,
docprbrol: model.bedgrp.rec.docprbrol, docprbrol: model.bedgrp.rec.docprbrol,
advdocflg: model.bedgrp.rec.advdocflg, advdocflg: model.bedgrp.rec.advdocflg,
inr:model.bedgrp.rec.inr
}, },
cbsMap: { cbsMap: {
MAX: model.bedgrp.cbs.max, MAX: model.bedgrp.cbs.max,
......
...@@ -102,7 +102,8 @@ export default class Betsnd { ...@@ -102,7 +102,8 @@ export default class Betsnd {
docrol: '', docrol: '',
matdat: '', matdat: '',
nam: '', nam: '',
docprbrol: '' docprbrol: '',
inr: ''
}, },
prb: { prb: {
pts: new Pts().data, pts: new Pts().data,
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="付款人" prop="bedgrp.rec.payrol"> <el-form-item label="付款人" prop="bedgrp.rec.payrol">
<c-select v-model="model.bedgrp.rec.payrol" style="width: 100%" placeholder="请选择付款人" <c-select v-model="model.bedgrp.rec.payrol" style="width: 100%" placeholder="请选择付款人"
:code="codes.rolall" :code="codes.payrol"
@change="eventFunction( @change="eventFunction(
'bedgrp.rec.payrol' 'bedgrp.rec.payrol'
)"> )">
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
v-model="model.bedgrp.cbs.max.cur" v-model="model.bedgrp.cbs.max.cur"
style="width: 100%" style="width: 100%"
placeholder="请输入单据金额" placeholder="请输入单据金额"
disabled
:code="codes.curtxt1" :code="codes.curtxt1"
></c-select> ></c-select>
</el-form-item> </el-form-item>
......
...@@ -260,8 +260,8 @@ let checkObj = { ...@@ -260,8 +260,8 @@ let checkObj = {
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"ledgrp.rec.tenmaxday":[ "ledgrp.rec.tenmaxday":[
{type: "string", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{type: "string",max: 9999,message:"长度不能超过4"} {type: "number",max: 9999,message:"长度不能超过4"}
], ],
"ledgrp.rec.porloa":[ "ledgrp.rec.porloa":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
...@@ -15,7 +15,7 @@ export default class Letdrw { ...@@ -15,7 +15,7 @@ export default class Letdrw {
}, },
max2: { max2: {
cur: '', cur: '',
amt: '' amt: '0.0'
} }
} }
}, },
...@@ -124,7 +124,7 @@ export default class Letdrw { ...@@ -124,7 +124,7 @@ export default class Letdrw {
}, },
max2: { max2: {
cur: '', cur: '',
amt: '0.000' amt: '0.00'
} }
}, },
iss: { iss: {
...@@ -210,7 +210,7 @@ export default class Letdrw { ...@@ -210,7 +210,7 @@ export default class Letdrw {
}, },
max2: { max2: {
amt: '', amt: '',
cur: '' cur: '0.00'
} }
}, },
srm: { srm: {
......
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