Commit a046a6bb by WF1020

修改

parent b13edddc
......@@ -28,6 +28,7 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
brtInr:'00000029',
});
if (!res.data) {
return
......
......@@ -171,6 +171,9 @@ export default {
}
},
methods: { },
mounted () {
this.init()
},
}
</script>
<style></style>
......@@ -220,7 +220,25 @@
</div>
</c-col>
</div>
<!-- 点击处理弹框 -->
<el-dialog
:visible.sync="initdialog"
title="交易列表"
append-to-body
width="60%"
>
<div class="dialog-wrap">
<div class="btn-group-wrap">
<div class="btn-item" v-for="(item, index) in handlerDataList" :key="index">
<el-button
type="primary"
:disabled="item.value === 'N'"
@click="handleClick(item)"
>{{ item.label }}</el-button>
</div>
</div>
</div>
</el-dialog>
<!-- <m-busbtn ref="childs" :ownref="ownref" trnCode="litsel" :model="litselModel" ownrefPath="lidget.lid.ownref">
</m-busbtn> -->
......@@ -332,27 +350,27 @@ export default {
btnRouteMap: [
{
label: '注销',
route: '/business-new/gitcan'
route: '/business-new/litcan'
},
{
label: '修改',
route: '/business-new/gitame'
route: '/business-new/litame'
},
{
label: '保函索赔登记',
route: '/business-new/gitcrq'
route: '/business-new/litcrq'
},
{
label:'保函收费',
route:'/business-new/gitfee'
route:'/business-new/litfee'
},
{
label:'绑定电子凭证',
route:'/business-new/gitatt'
route:'/business-new/litatt'
},
{
label:'保证金收取',
route:'/business-new/fctopn'
route:'/business-new/lctopn'
}
],
currentHandleRow: {}
......
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