Commit a046a6bb by WF1020

修改

parent b13edddc
...@@ -28,6 +28,7 @@ export default { ...@@ -28,6 +28,7 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brtInr:'00000029',
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -171,6 +171,9 @@ export default { ...@@ -171,6 +171,9 @@ export default {
} }
}, },
methods: { }, methods: { },
mounted () {
this.init()
},
} }
</script> </script>
<style></style> <style></style>
...@@ -220,7 +220,25 @@ ...@@ -220,7 +220,25 @@
</div> </div>
</c-col> </c-col>
</div> </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 ref="childs" :ownref="ownref" trnCode="litsel" :model="litselModel" ownrefPath="lidget.lid.ownref">
</m-busbtn> --> </m-busbtn> -->
...@@ -332,27 +350,27 @@ export default { ...@@ -332,27 +350,27 @@ export default {
btnRouteMap: [ btnRouteMap: [
{ {
label: '注销', label: '注销',
route: '/business-new/gitcan' route: '/business-new/litcan'
}, },
{ {
label: '修改', label: '修改',
route: '/business-new/gitame' route: '/business-new/litame'
}, },
{ {
label: '保函索赔登记', label: '保函索赔登记',
route: '/business-new/gitcrq' route: '/business-new/litcrq'
}, },
{ {
label:'保函收费', label:'保函收费',
route:'/business-new/gitfee' route:'/business-new/litfee'
}, },
{ {
label:'绑定电子凭证', label:'绑定电子凭证',
route:'/business-new/gitatt' route:'/business-new/litatt'
}, },
{ {
label:'保证金收取', label:'保证金收取',
route:'/business-new/fctopn' route:'/business-new/lctopn'
} }
], ],
currentHandleRow: {} 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