Commit 909394bc by WH

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

parents 948ecca8 5209a4d6
...@@ -44,6 +44,7 @@ export default { ...@@ -44,6 +44,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,
rejpenins: model.rejpenins,
}, },
cbsMap: { cbsMap: {
......
export default { export default {
"liaall.limmod.limpts.nonrevflg1" :null, "liaall.limmod.limpts.nonrevflg1" :null,
"mtabut.clsflg" :null, // "mtabut.clsflg" :null,
"betp.ledget.sdamod.dadsnd": [ "betp.ledget.sdamod.dadsnd": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 16, message: "长度不能超过16" } { max: 16, message: "长度不能超过16" }
...@@ -263,19 +263,19 @@ export default { ...@@ -263,19 +263,19 @@ export default {
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 1, message: "长度不能超过1" } { max: 1, message: "长度不能超过1" }
], ],
"mtabut.coninf.oitinf.oit.inftxt": [ // "mtabut.coninf.oitinf.oit.inftxt": [
{ type: "string", required: true, message: "必输项" }, // { type: "string", required: true, message: "必输项" },
{ max: 60, message: "长度不能超过60" } // { max: 60, message: "长度不能超过60" }
], // ],
"mtabut.coninf.oitset.oit.inftxt": [ // "mtabut.coninf.oitset.oit.inftxt": [
{ type: "string", required: true, message: "必输项" }, // { type: "string", required: true, message: "必输项" },
{ max: 60, message: "长度不能超过60" } // { max: 60, message: "长度不能超过60" }
], // ],
"mtabut.coninf.conexedat": [ // "mtabut.coninf.conexedat": [
{ type: "string", required: false, message: "输入正确的日期" } // { type: "string", required: false, message: "输入正确的日期" }
], // ],
"mtabut.coninf.usr.extkey": [ // "mtabut.coninf.usr.extkey": [
{ type: "string", required: false, message: "必输项" }, // { type: "string", required: false, message: "必输项" },
{ max: 8, message: "长度不能超过8" } // { max: 8, message: "长度不能超过8" }
], // ],
} }
\ No newline at end of file
...@@ -13,6 +13,7 @@ export default class Betdcr { ...@@ -13,6 +13,7 @@ export default class Betdcr {
advdisflg: '', advdisflg: '',
ledgrp: { ledgrp: {
rec: { rec: {
inr: '',
ownref: '' ownref: ''
}, },
cbs: { cbs: {
...@@ -44,7 +45,7 @@ export default class Betdcr { ...@@ -44,7 +45,7 @@ export default class Betdcr {
nam: '', nam: '',
docprbrol: '', docprbrol: '',
branchinr:'', branchinr:'',
advdocflg: '' advdocflg: '',
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入金额" disabled></c-input> <c-input-currency v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入金额" disabled></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
let res = await Api.post('/service/letdrw/getOwnRef', params); let res = await Api.post('/service/letdrw/getOwnRef', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
loading.close(); loading.close();
this.model.Bedgrp.rec.ownref = res.data; this.model.bedgrp.rec.ownref = res.data;
} }
}, },
// 获取gitopn弹框表格数据 // 获取gitopn弹框表格数据
......
...@@ -143,7 +143,7 @@ export default class Letdrw { ...@@ -143,7 +143,7 @@ export default class Letdrw {
}, },
letp: { letp: {
usr: { usr: {
extkey: '' extkey: 'ZL'
}, },
letp0: { letp0: {
aammod: { aammod: {
...@@ -179,6 +179,7 @@ export default class Letdrw { ...@@ -179,6 +179,7 @@ export default class Letdrw {
intdis: '' intdis: ''
}, },
rec: { rec: {
inr:'',
rcvdat: '', rcvdat: '',
doctypcod: '', doctypcod: '',
ownref: '', ownref: '',
...@@ -188,7 +189,9 @@ export default class Letdrw { ...@@ -188,7 +189,9 @@ export default class Letdrw {
matdat: '', matdat: '',
dscinsflg: '', dscinsflg: '',
nam: '', nam: '',
docprbrol: '' docprbrol: '',
}, },
oth: { oth: {
pts: new Pts().data pts: new Pts().data
...@@ -203,7 +206,7 @@ export default class Letdrw { ...@@ -203,7 +206,7 @@ export default class Letdrw {
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.0'
}, },
max2: { max2: {
amt: '', amt: '',
......
...@@ -197,8 +197,6 @@ ...@@ -197,8 +197,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
:disabled="
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref? false: true"
@click="getBedgrpOwnref" @click="getBedgrpOwnref"
> >
获取 获取
......
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