Commit d4f83b31 by WF1020

letopn修改

parent 229b6dec
...@@ -19,17 +19,23 @@ export default { ...@@ -19,17 +19,23 @@ export default {
...ccvpan, ...ccvpan,
...limitbody, ...limitbody,
...doctre, ...doctre,
async init() { async init () {
const params = { const params = {
// spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod:{
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
}
if ( typeof(this.$route.query.inr) == 'string' ){
params.spt = null
params.trnmod.trn =null
} }
const loading = this.loading();
const res = await Api.post('/service/letopn/init', { const res = await Api.post('/service/letopn/init', {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
}); });
loading.close(); // loading.close();
if (!res.data) { if (!res.data) {
return return
} }
...@@ -123,8 +129,8 @@ export default { ...@@ -123,8 +129,8 @@ export default {
async onLitpButgetref() { async onLitpButgetref() {
let params = { let params = {
ptainr: this.model.ledgrp.apl.pts.ptainr, ptainr: this.model.ledgrp.apl.pts.ptainr,
businessType: 'LG', businessType: 'LC',
tbl: 'LG', tbl: 'LC',
}; };
const loading = this.loading(); const loading = this.loading();
let res = await Api.post('/service/letopn/getOwnRef', params); let res = await Api.post('/service/letopn/getOwnRef', params);
......
...@@ -160,12 +160,12 @@ let checkObj = { ...@@ -160,12 +160,12 @@ let checkObj = {
], ],
'ledgrp.rec.nomtop': [ 'ledgrp.rec.nomtop': [
{ type: 'number', required: false, message: '必输项', trigger: 'blur' }, { required: true, message: '必输项', trigger: 'blur' },
{ type: 'number', max: 99, message: '长度不能超过2', trigger: 'blur' }, { max: 99, message: '长度不能超过2', trigger: 'blur' },
], ],
'ledgrp.rec.nomton': [ 'ledgrp.rec.nomton': [
{ type: 'number', required: false, message: '必输项', trigger: 'blur' }, { required: true, message: '必输项', trigger: 'blur' },
{ type: 'number', max: 99, message: '长度不能超过2', trigger: 'blur' }, { max: 99, message: '长度不能超过2', trigger: 'blur' },
], ],
'ledgrp.ben.adrelc': [ 'ledgrp.ben.adrelc': [
{ type: 'string', required: true, message: '必输项' }, { type: 'string', required: true, message: '必输项' },
...@@ -189,10 +189,10 @@ let checkObj = { ...@@ -189,10 +189,10 @@ let checkObj = {
{ max: 16, message: '长度不能超过16' }, { max: 16, message: '长度不能超过16' },
], ],
'ledgrp.rec.opndat': [ 'ledgrp.rec.opndat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.rec.preadvdt': [ 'ledgrp.rec.preadvdt': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.iss.pts.extkey': [ 'ledgrp.iss.pts.extkey': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -208,10 +208,10 @@ let checkObj = { ...@@ -208,10 +208,10 @@ let checkObj = {
{ max: 140, message: '长度不能超过140' }, { max: 140, message: '长度不能超过140' },
], ],
'ledgrp.rec.shpdat': [ 'ledgrp.rec.shpdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.rec.advdat': [ 'ledgrp.rec.advdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.iss.pts.adrblk': [ 'ledgrp.iss.pts.adrblk': [
{ type: 'string', required: true, message: '必输项' }, { type: 'string', required: true, message: '必输项' },
...@@ -222,7 +222,7 @@ let checkObj = { ...@@ -222,7 +222,7 @@ let checkObj = {
{ max: 140, message: '长度不能超过140' }, { max: 140, message: '长度不能超过140' },
], ],
'ledgrp.rec.expdat': [ 'ledgrp.rec.expdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.iss.adrelc': [ 'ledgrp.iss.adrelc': [
{ type: 'string', required: true, message: '必输项' }, { type: 'string', required: true, message: '必输项' },
...@@ -319,8 +319,8 @@ let checkObj = { ...@@ -319,8 +319,8 @@ let checkObj = {
{ max: 35, message: '长度不能超过35' }, { max: 35, message: '长度不能超过35' },
], ],
'ledgrp.rec.prepers18': [ 'ledgrp.rec.prepers18': [
{ type: 'number', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ type: 'number', max: 999, message: '长度不能超过3' }, { type: 'string', max: 999, message: '长度不能超过3' },
], ],
'ledgrp.rec.prepertxts18': [ 'ledgrp.rec.prepertxts18': [
...@@ -378,8 +378,8 @@ let checkObj = { ...@@ -378,8 +378,8 @@ let checkObj = {
{ max: 65, message: '长度不能超过65' }, { max: 65, message: '长度不能超过65' },
], ],
'ledgrp.rec.tenmaxday': [ 'ledgrp.rec.tenmaxday': [
{ type: 'number', required: false, message: '必输项' }, { required: true, message: '必输项' },
{ type: 'number', max: 9999, message: '长度不能超过4' }, { max: 9999, message: '长度不能超过4' },
], ],
'ledgrp.rec.porloa': [ 'ledgrp.rec.porloa': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -558,15 +558,15 @@ let checkObj = { ...@@ -558,15 +558,15 @@ let checkObj = {
{ max: 52000, message: '长度不能超过52000' }, { max: 52000, message: '长度不能超过52000' },
], ],
'ledgrp.blk.lcrdoc': [ // 'ledgrp.blk.lcrdoc': [
{ type: 'string', required: true, message: '必输项' }, // { required: true, message: '必输项' },
{ max: 52000, message: '长度不能超过52000' }, // { max: 52000, message: '长度不能超过52000' },
], // ],
'ledgrp.blk.adlcnd': [ // 'ledgrp.blk.adlcnd': [
{ type: 'string', required: false, message: '必输项' }, // { required: true, message: '必输项' },
{ max: 52000, message: '长度不能超过52000' }, // { max: 52000, message: '长度不能超过52000' },
], // ],
'ledgrp.blk.insbnk': [ 'ledgrp.blk.insbnk': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -579,7 +579,7 @@ let checkObj = { ...@@ -579,7 +579,7 @@ let checkObj = {
], ],
'setmod.docamt': [ 'setmod.docamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' }, { max: 18, message: '整数位不能超过14位' },
{ {
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
...@@ -592,23 +592,23 @@ let checkObj = { ...@@ -592,23 +592,23 @@ let checkObj = {
{ max: 20, message: '长度不能超过20' }, { max: 20, message: '长度不能超过20' },
], ],
'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: 'date', 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' },
], // ],
'trnmod.trndoc.advnam': [ 'trnmod.trndoc.advnam': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -683,15 +683,15 @@ let checkObj = { ...@@ -683,15 +683,15 @@ let checkObj = {
], ],
'ledgrp.rec.revtimes': [ 'ledgrp.rec.revtimes': [
{ type: 'number', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ type: 'number', max: 99, message: '长度不能超过2' }, { type: 'string', max: 99, message: '长度不能超过2' },
], ],
'ledgrp.rec.revnbr': [ 'ledgrp.rec.revnbr': [
{ type: 'number', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ type: 'number', max: 99, message: '长度不能超过2' }, { type: 'string', max: 99, message: '长度不能超过2' },
], ],
'ledgrp.rec.revdat': [ 'ledgrp.rec.revdat': [
{ type: 'date', required: false, message: '输入正确的日期' }, { type: 'string', required: false, message: '输入正确的日期' },
], ],
'ledgrp.blk.revcls': [ 'ledgrp.blk.revcls': [
{ type: 'string', required: true, message: '必输项' }, { type: 'string', required: true, message: '必输项' },
......
import Pts from '~/components/business/commonModel/Pts'; import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js'; import Pub from '~/components/business/commonModel/index.js';
export default class Letopn{ export default class Letopn {
constructor () { constructor() {
this.data = { this.data = {
number: '', number: '',
ledgrp: { ledgrp: {
a2b: { a2b: {
pts: new Pts().data, pts: new Pts().data,
}, },
blk: { blk: {
dftat: '', spcben:'',
revnotes: '', dftat: '',
feetxt: '', revnotes: '',
mixdet: '', feetxt: '',
revcls: '', mixdet: '',
shpper: '', revcls: '',
addamtcov: '', shpper: '',
avbwthtxt: '', addamtcov: '',
defdet: '', avbwthtxt: '',
preper: '' defdet: '',
}, preper: '',
rec: { spcrcb:'',
tenmaxday: '', },
nomton: '', rec: {
expplc: '', stagod: '',
stacty: '', tenmaxday: '',
revtyp: '', nomton: '',
revtimes: '', expplc: '',
opndat: '', stacty: '',
nomtop: '', revtyp: '',
avbwth: '', revtimes: '',
revflg: '', opndat: '',
spcbenflg: '', nomtop: '',
dbtflg: '', avbwth: '',
shpdat: '', revflg: '',
revdat: '', spcbenflg: '',
nam: '', dbtflg: '',
prepertxts18: '', shpdat: '',
redclsflg: '', revdat: '',
cnfins: '', nam: '',
nomspc: '', prepertxts18: '',
shptrss18: '', redclsflg: '',
spcrcbflg: '', cnfins: '',
collflg: '', nomspc: '',
inctrf: '', shptrss18: '',
shpfro: '', spcrcbflg: '',
lcrtyp: '', collflg: '',
nonban: '', inctrf: '',
ownref: '', shpfro: '',
teskeyunc: '', lcrtyp: '',
preadvdt: '', nonban: '',
avbby: '', ownref: '',
pordis: '', teskeyunc: '',
apprul: '', preadvdt: '',
shppar: '', avbby: '',
prepers18: '', pordis: '',
expdat: '', apprul: '',
shpto: '', shppar: '',
revnbr: '', prepers18: '',
chato: '', expdat: '',
cnfdet: '', shpto: '',
revcum: '', revnbr: '',
aplbnkdirsnd: '', chato: '',
advdat: '', cnfdet: '',
porloa: '', revcum: '',
apprultxt: '' aplbnkdirsnd: '',
}, advdat: '',
con: { porloa: '',
pts: new Pts().data, apprultxt: '',
}, },
cbs: { con: {
opn2: { pts: new Pts().data,
cur: '', },
amt: '' cbs: {
}, opn2: {
max: { cur: '',
cur: '', amt: '',
amt: ''
},
nom1: {
cur: '',
amt: ''
},
max2: {
cur: '',
amt: ''
}
},
drw: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
avb: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
apb: {
pts: new Pts().data,
},
rmb: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
}, },
letp: { max: {
usr: { cur: '',
extkey: '' amt: '',
},
aamp: {
aammod: {
addamtflg: ''
}
}
}, },
setmod: new Pub().data.Setmod, nom1: {
mtabut: new Pub().data.Mtabut, cur: '',
trnmod: new Pub().data.Trnmod, amt: '',
liaall: new Pub().data.Liaall, },
liaccv: new Pub().data.Liaccv, max2: {
docpan: new Pub().data.Docpan, cur: '',
} amt: '',
} },
} },
\ No newline at end of file drw: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
avb: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
apb: {
pts: new Pts().data,
},
rmb: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
},
letp: {
usr: {
extkey: '',
},
aamp: {
aammod: {
addamtflg: '',
},
},
},
setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod,
liaall: new Pub().data.Liaall,
liaccv: new Pub().data.Liaccv,
docpan: new Pub().data.Docpan,
};
}
}
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'avb', rol: 'avb',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('AVB', 'B')
"
:noRef="true" :noRef="true"
:onlySearch="true" :onlySearch="true"
:disabledExtkey="!avbFlag" :disabledExtkey="!avbFlag"
...@@ -444,11 +447,18 @@ export default { ...@@ -444,11 +447,18 @@ export default {
}, },
immediate: true, immediate: true,
}, },
"model.ledgrp.rec.tenmaxday":function(val){ "model.ledgrp.rec.tenmaxday":{
this.model.ledgrp.rec.tenmaxday = val.replace(/\D/g, ''); handler(val, oldVal){
}, console.log(val);
"model.ledgrp.rec.prepers18":function(val){ this.model.ledgrp.rec.tenmaxday = `${val}''`.replace(/\D/g, '');
this.model.ledgrp.rec.prepers18 = val.replace(/\D/g, ''); },
immediate: true,
},
"model.ledgrp.rec.prepers18": {
handler(val, oldVal){
this.model.ledgrp.rec.prepers18 = `${val}''`.replace(/\D/g, '');
},
immediate: true,
} }
}, },
} }
......
<template>
<div class="eibs">
<c-col :span="22">
<el-form-item label="货物/服务描述" prop="lidgrp.blk.lcrgod">
<c-input type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="52000" :rows="30" show-word-limit placeholder="请输入货物或服务描述" ></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" type="primary"
@click="queryGridEtyPromptDialogData('BLK', '')">
</c-button>
</c-col>
<c-col :span="18">
<el-form-item label="货物类型" prop="lidgrp.rec.stagod">
<c-select
v-model="model.lidgrp.rec.stagod"
style="width:100%"
placeholder="请选择货物类型"
:code="codes.godcod"
>
</c-select>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import event from "../event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess, event],
data(){
return {
}
},
methods:{},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs">
<c-col :span="20">
<el-form-item label="单据要求" prop="lidgrp.blk.lcrdoc">
<c-input type="textarea" v-model="model.lidgrp.blk.lcrdoc" maxlength="52000" :rows="30" show-word-limit placeholder="请输入单据要求" ></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search"
@click="queryGridEtyPromptDialogData('BLK', '')">
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import event from "../event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess, event],
data(){
return {
}
},
methods:{},
created:function(){
}
}
</script>
<style>
</style>
...@@ -18,12 +18,13 @@ ...@@ -18,12 +18,13 @@
<m-ptyp :model="model" :codes="codes" /> <m-ptyp :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="货物描述" name="dogp"> <el-collapse-item title="货物" name="dogp">
<m-doxp :model="model" :codes="codes" :dtyp="'dogp'" :rec="'led'"/> <!-- 货物 -->
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'" />
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="单据" name="dorp" >
<el-collapse-item title="单据要求" name="dorp"> <!-- 单据 -->
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'"/> <m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'" />
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="附加条款" name="adcp"> <el-collapse-item title="附加条款" name="adcp">
...@@ -54,7 +55,9 @@ import Detp from './Detp' ...@@ -54,7 +55,9 @@ import Detp from './Detp'
import Ptyp from './Ptyp' import Ptyp from './Ptyp'
import Revp from './Revp' import Revp from './Revp'
import Aamp from './Aamp' import Aamp from './Aamp'
import Doxp from '~/views/Public/Doxp' import Dogp from "./Dogp";
import Dorp from "./Dorp";
import Doxp from "~/views/Public/Doxp";
export default { export default {
components: { components: {
...@@ -62,8 +65,10 @@ export default { ...@@ -62,8 +65,10 @@ export default {
'm-aamp': Aamp, 'm-aamp': Aamp,
'm-detp': Detp, 'm-detp': Detp,
'm-ptyp': Ptyp, 'm-ptyp': Ptyp,
'm-doxp': Doxp,
'm-revp': Revp, 'm-revp': Revp,
"m-dogp": Dogp,
"m-dorp": Dorp,
"m-doxp": Doxp,
}, },
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
......
...@@ -31,11 +31,9 @@ ...@@ -31,11 +31,9 @@
size="small" size="small"
type="primary" type="primary"
:disabled=" :disabled="
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref? false: true"
? false @click="onLitpButgetref"
: true >
"
>
获取 获取
</c-button> </c-button>
</template> </template>
...@@ -357,6 +355,9 @@ ...@@ -357,6 +355,9 @@
rol: 'ben', rol: 'ben',
}" }"
:disabled="true" :disabled="true"
@keyup.enter.native="
queryGridEtyPromptDialogData('ben', 'C')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -370,6 +371,9 @@ ...@@ -370,6 +371,9 @@
rol: 'iss', rol: 'iss',
}" }"
:disabled="true" :disabled="true"
@keyup.enter.native="
queryGridEtyPromptDialogData('ISS', 'B')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -382,6 +386,9 @@ ...@@ -382,6 +386,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'apl', rol: 'apl',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('APL', 'C')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -438,11 +445,19 @@ export default { ...@@ -438,11 +445,19 @@ export default {
return {}; return {};
}, },
watch:{ watch:{
"model.ledgrp.rec.nomtop":function(val){ "model.ledgrp.rec.nomtop":{
this.model.ledgrp.rec.nomtop = val.replace(/\D/g, ''); immediate:true,
handler(val,old) {
console.log(val);
this.model.ledgrp.rec.nomtop = `${val}''`.replace(/\D/g, '');
}
}, },
"model.ledgrp.rec.nomton":function(val){ "model.ledgrp.rec.nomton":{
this.model.ledgrp.rec.nomton = val.replace(/\D/g, ''); immediate:true,
handler(val,old) {
console.log(val);
this.model.ledgrp.rec.nomton = `${val}''`.replace(/\D/g, '');
}
} }
}, },
methods: { methods: {
......
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'adv', rol: 'adv',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('ADV', 'B')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -24,6 +27,9 @@ ...@@ -24,6 +27,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'a2b', rol: 'a2b',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('A2B', 'C')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -54,6 +60,9 @@ ...@@ -54,6 +60,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'apb', rol: 'apb',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('APB', 'C')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -74,6 +83,9 @@ ...@@ -74,6 +83,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'rmb', rol: 'rmb',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('RMB', 'B')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -87,6 +99,9 @@ ...@@ -87,6 +99,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'con', rol: 'con',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('CON', 'B')
"
:onlySearch="true" :onlySearch="true"
> >
</c-ptap> </c-ptap>
......
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