Commit 45325b9b by WF1020

letcan修改

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