Commit b288a61b by 1198835488@qq.com
parents c0fe685f 84488275
...@@ -257,6 +257,7 @@ export default class Ditsel{ ...@@ -257,6 +257,7 @@ export default class Ditsel{
seainf:"", // .dfdget.sdamod.seainf seainf:"", // .dfdget.sdamod.seainf
}, },
}, },
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -92,6 +92,17 @@ export default { ...@@ -92,6 +92,17 @@ export default {
}, },
async handleSearch() { async handleSearch() {
if(this.sourceModel.length===0){
this.model.chkinc = "t";
this.model.chkdzt = "t";
this.model.chkcor = "t";
this.model.chkaut = "t";
this.model.chkdel = "t";
this.model.chktco = "t";
this.model.chkcan = "t";
this.model.chkypt = "t";
}
this.executeDefault("sptstm").then(res => { this.executeDefault("sptstm").then(res => {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.stmData.data = res.data.sptstm.rows; this.stmData.data = res.data.sptstm.rows;
......
...@@ -165,167 +165,15 @@ ...@@ -165,167 +165,15 @@
</c-col> </c-col>
<!-- ====================右边======================= --> <!-- ====================右边======================= -->
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="Drawee" prop="bcdgrp.dre.pts.ref"> <c-ptap :model="model" :argadr="{title: 'Drawee ',grp: 'bcdgrp',rol: 'dre',}":disabled="true" @onSeainf="onSeainf" @onAplpDet="ondrepDet" >
<c-input v-model="model.bcdgrp.dre.pts.ref" maxlength="16" placeholder="请输入Drawee 参考号"> </c-ptap>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="16">
<el-form-item label="External Key of Address" prop="bcdgrp.dre.pts.extkey">
<c-input v-model="model.bcdgrp.dre.pts.extkey" maxlength="16"
placeholder="请输入External Key of Address">
</c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button size="small" type="primary" @click="onSeainf" icon="el-icon-search">
</c-button>
<c-button size="small" type="primary" @click="onDrepDet">
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="bcdgrp.dre.namelc">
<c-input type="textarea" v-model="model.bcdgrp.dre.namelc" maxlength="35" show-word-limit
placeholder="请输入名称"></c-input>
</el-form-item>
</c-col>
<!--<c-col :span="24">
<el-form-item label="Address Block" prop="bcdgrp.dre.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.dre.pts.adrblk" maxlength="35" show-word-limit
placeholder="请输入Address Block"></c-input>
</el-form-item>
</c-col>
<c-col :span="24"> <c-ptap :model="model" :argadr="{title: 'Remitting Bank ',grp: 'bcdgrp',rol: 'rmi',}":disabled="true" @onSeainf="onSeainf" @onAplpDet="onrmipDet" >
<el-form-item label="Chinese address" prop="bcdgrp.dre.dbfadrblkcn"> </c-ptap>
<c-input type="textarea" v-model="model.bcdgrp.dre.dbfadrblkcn" maxlength="35" show-word-limit
placeholder="请输入Chinese address"></c-input>
</el-form-item>
</c-col>-->
<c-col :span="24">
<el-form-item label="地址" prop="bcdgrp.dre.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.dre.adrelc" maxlength="35" show-word-limit
placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Remitting Bank" prop="bcdgrp.rmi.pts.ref">
<c-input v-model="model.bcdgrp.rmi.pts.ref" maxlength="16" placeholder="请输入Remitting Bank">
</c-input>
</el-form-item>
</c-col>
<c-col :span="16"> <c-ptap :model="model" :argadr="{title: 'Drawer ',grp: 'bcdgrp',rol: 'drr',}":disabled="true" @onSeainf="onSeainf" @onAplpDet="ondrrpDet" >
<el-form-item label="External Key of Address" prop="bcdgrp.rmi.pts.extkey"> </c-ptap>
<c-input v-model="model.bcdgrp.rmi.pts.extkey" maxlength="16"
placeholder="请输入External Key of Address">
</c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button size="small" type="primary" @click="onSeainf" icon="el-icon-search">
</c-button>
<c-button size="small" type="primary" @click="onRmipDet">
详情
</c-button>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="bcdgrp.rmi.namelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.namelc" maxlength="35" show-word-limit
placeholder="请输入名称"></c-input>
</el-form-item>
</c-col>
<!--<c-col :span="24">
<el-form-item label="Address Block" prop="bcdgrp.rmi.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.rmi.pts.adrblk" maxlength="35" show-word-limit
placeholder="请输入Address Block"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Chinese address" prop="bcdgrp.rmi.dbfadrblkcn">
<c-input type="textarea" v-model="model.bcdgrp.rmi.dbfadrblkcn" maxlength="35" show-word-limit
placeholder="请输入Chinese address"></c-input>
</el-form-item>
</c-col>-->
<c-col :span="24">
<el-form-item label="地址" prop="bcdgrp.rmi.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.rmi.adrelc" maxlength="35" show-word-limit
placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Drawer" prop="bcdgrp.drr.pts.ref">
<c-input v-model="model.bcdgrp.drr.pts.ref" maxlength="16" placeholder="请输入Drawer"></c-input>
</el-form-item>
</c-col>
<c-col :span="16">
<el-form-item label="External Key of Address" prop="bcdgrp.drr.pts.extkey">
<c-input v-model="model.bcdgrp.drr.pts.extkey" maxlength="16"
placeholder="请输入External Key of Address">
</c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button size="small" type="primary" @click="onSeainf" icon="el-icon-search">
</c-button>
<c-button size="small" type="primary" @click="onDrrpDet">
详情
</c-button>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="bcdgrp.drr.namelc">
<c-input type="textarea" v-model="model.bcdgrp.drr.namelc" maxlength="35" show-word-limit
placeholder="请输入名称"></c-input>
</el-form-item>
</c-col>
<!--<c-col :span="24">
<el-form-item label="Address Block" prop="bcdgrp.drr.pts.adrblk">
<c-input type="textarea" v-model="model.bcdgrp.drr.pts.adrblk" maxlength="35" show-word-limit
placeholder="请输入Address Block"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Chinese address" prop="bcdgrp.drr.dbfadrblkcn">
<c-input type="textarea" v-model="model.bcdgrp.drr.dbfadrblkcn" maxlength="35" show-word-limit
placeholder="请输入Chinese address"></c-input>
</el-form-item>
</c-col>-->
<c-col :span="24">
<el-form-item label="地址" prop="bcdgrp.drr.adrelc">
<c-input type="textarea" v-model="model.bcdgrp.drr.adrelc" maxlength="35" show-word-limit
placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Country or region Code" prop="bcdgrp.rec.stacty"> <el-form-item label="Country or region Code" prop="bcdgrp.rec.stacty">
...@@ -363,8 +211,10 @@ ...@@ -363,8 +211,10 @@
import CommonProcess from "~/mixin/CommonProcess"; import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bctame/Event" import Event from "~/model/Bctame/Event"
import Ptap from "~/views/Public/Ptap";
export default { export default {
components: { "c-ptap": Ptap },
inject: ['root'], inject: ['root'],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [CommonProcess], mixins: [CommonProcess],
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
disabled disabled
v-model="model.bodgrp.rec.nam" v-model="model.bodgrp.rec.nam"
maxlength="40" maxlength="40"
style="width:88%"
placeholder="请输入Name" placeholder="请输入Name"
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
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