Commit 45325b9b by WF1020

letcan修改

parent 420283a6
export default { export default {
'setmod.dspflg': null, 'setmod.dspflg': null,
sndmsg: null,
'liaall.limmod.limpts.nonrevflg1': null, 'liaall.limmod.limpts.nonrevflg1': null,
'letp0.recget.sdamod.dadsnd': [ 'letp0.recget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -63,17 +62,17 @@ export default { ...@@ -63,17 +62,17 @@ export default {
{ max: 40, message: '长度不能超过40' }, { max: 40, message: '长度不能超过40' },
], ],
'ledgrp.rec.opndat': [ 'ledgrp.rec.opndat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { required: false, message: '输入正确的日期' },
], ],
'ledgrp.rec.shpdat': [ 'ledgrp.rec.shpdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { required: false, message: '输入正确的日期' },
], ],
'ledgrp.ben.pts.ref': [ 'ledgrp.ben.pts.ref': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' }, { max: 16, message: '长度不能超过16' },
], ],
'ledgrp.rec.expdat': [ 'ledgrp.rec.expdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, {required: false, message: '输入正确的日期' },
], ],
'ledgrp.rec.expplc': [ 'ledgrp.rec.expplc': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -258,26 +257,26 @@ export default { ...@@ -258,26 +257,26 @@ export default {
{ max: 35, message: '长度不能超过35' }, { max: 35, message: '长度不能超过35' },
], ],
'rmbclm.valdat': [ 'rmbclm.valdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { required: false, message: '输入正确的日期' },
], ],
'mtabut.coninf.oitinf.oit.inftxt': [ // 'mtabut.coninf.oitinf.oit.inftxt': [
{ type: 'string', required: true, message: '必输项' }, // { type: 'string',trigger:'blur', 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', trigger:'blur',required: true, message: '必输项' },
{ max: 60, message: '长度不能超过60' }, // { max: 60, message: '长度不能超过60' },
], // ],
'mtabut.coninf.conexedat': [ // 'mtabut.coninf.conexedat': [
{ type: 'date', required: false, message: '输入正确的日期' }, // { required: false, trigger:'blur',message: '输入正确的日期' },
], // ],
'mtabut.coninf.usr.extkey': [ // 'mtabut.coninf.usr.extkey': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', trigger:'blur',required: false, message: '必输项' },
{ max: 8, message: '长度不能超过8' }, // { max: 8, message: '长度不能超过8' },
], // ],
'trnmod.trndoc.advnam': [ 'trnmod.trndoc.advnam': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
......
...@@ -3,72 +3,8 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,72 +3,8 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Letcan { export default class Letcan {
constructor() { constructor() {
this.data = { this.data = {
letp:{ letp: {
swiftflg:'', swiftflg:'',
},
brdgrp: {
adv: {
pts: new Pts().data,
},
prb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
acb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
apl: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
ben: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
blk: {
chaded: '',
docdisflg: '',
chaadd: '',
docdis: '',
},
rec: {
totcur: '',
ownref: '',
disdat: '',
totamt: '',
nam: '',
docprbrol: '',
},
cbs: {
opn1: {
cur: '',
},
opn2: {
cur: '',
},
max: {
cur: '',
amt: '',
},
max2: {
amt: '',
},
},
matp: {
mattxtlab: '',
},
},
brtp: {
furide: '', furide: '',
matp: { matp: {
mattxtlab: '', mattxtlab: '',
...@@ -76,6 +12,12 @@ export default class Letcan { ...@@ -76,6 +12,12 @@ export default class Letcan {
}, },
sndmsg: '', sndmsg: '',
ledgrp: { ledgrp: {
con: {
pts: new Pts().data,
},
avb: {
pts: new Pts().data,
},
adv: { adv: {
pts: new Pts().data, pts: new Pts().data,
}, },
...@@ -113,18 +55,16 @@ export default class Letcan { ...@@ -113,18 +55,16 @@ export default class Letcan {
amt: '', amt: '',
}, },
}, },
rmb: { rmb: {
rolsetflg: '', rolsetflg: '',
pts: new Pts().data,
}, },
iss: { iss: {
pts: {
pts: new Pts().data, pts: new Pts().data,
},
}, },
ben: { ben: {
pts: {
pts: new Pts().data, pts: new Pts().data,
},
}, },
apl: { apl: {
pts: new Pts().data, pts: new Pts().data,
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入信用证金额" placeholder="请输入信用证金额"
@keyup.enter.native="$event.target.blur()"
disabled disabled
></c-input-currency> ></c-input-currency>
<!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 --> <!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-more" icon="el-icon-more"
@click="showGridPromptDialog('letcanp.canlet.buttxmsel', null, null,{TXT: 'letcanf.strinf'}, {TXT: false},'doxpDialog')"
> >
</c-button> </c-button>
</template> </template>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
:code="codes.rolall" :code="codes.rolall"
@change="selectOrCheckboxRule('rmbclm.rmbrol')"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -22,6 +21,9 @@ ...@@ -22,6 +21,9 @@
v-model="model.rmbclm.rmbrmb.pts.ref" v-model="model.rmbclm.rmbrmb.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入" placeholder="请输入"
@keyup.enter.native="
queryGridEtyPromptDialogData('RMB', 'B')
"
:disabled="rmbrolRefFlag" :disabled="rmbrolRefFlag"
></c-input> ></c-input>
</c-form-item> </c-form-item>
...@@ -51,6 +53,9 @@ ...@@ -51,6 +53,9 @@
v-model="model.rmbclm.acwacw.pts.ref" v-model="model.rmbclm.acwacw.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入" placeholder="请输入"
@keyup.enter.native="
queryGridEtyPromptDialogData('RMB', 'B')
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -77,6 +82,9 @@ ...@@ -77,6 +82,9 @@
v-model="model.rmbclm.bebbeb.pts.ref" v-model="model.rmbclm.bebbeb.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入" placeholder="请输入"
@keyup.enter.native="
queryGridEtyPromptDialogData('RMB', 'B')
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
......
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