Commit ac75fc5b by WH

fix:修复infled前端

parent d93bb546
...@@ -138,11 +138,9 @@ export default { ...@@ -138,11 +138,9 @@ export default {
toLetnot() { toLetnot() {
this.$router.history.push('/business-new/letnot'); this.$router.history.push('/business-new/letnot');
}, },
toLetdrw() { toLetdrw() {
this.$router.history.push('/business-new/letdrw'); this.$router.history.push('/business-new/letdrw');
}, },
toLetrsv() { toLetrsv() {
this.$router.history.push('/business-new/letrsv'); this.$router.history.push('/business-new/letrsv');
}, },
......
...@@ -346,7 +346,8 @@ ...@@ -346,7 +346,8 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
@click="display(scope.row['inr'])" @click="display(scope.row['inr'])"
>快照</c-button >快照
</c-button
> >
</template> </template>
</el-table-column> </el-table-column>
...@@ -409,35 +410,23 @@ ...@@ -409,35 +410,23 @@
</el-dialog> </el-dialog>
</div> </div>
<m-busbtn
ref="childs"
:ownref="ownref"
trnCode="letsel"
ownrefPath="ledgrp"
:model="letselModel"
></m-busbtn>
<!-- @onChoose="onChoose"-->
</div> </div>
</template> </template>
<script> <script>
import LetselModel from "~/model/Letsel";
import BusNavbar from "~/views/Public/BusNavbar"; import BusNavbar from "~/views/Public/BusNavbar";
import event from "../event"; import event from "../event";
import operationFunc from "@/mixin/operationFunc"; import operationFunc from "@/mixin/operationFunc";
export default { export default {
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [event,operationFunc], mixins: [event, operationFunc],
components: { "m-busbtn": BusNavbar }, components: {"m-busbtn": BusNavbar},
data() { data() {
return { return {
// letselModel: new LetselModel().data,
curinr: "", curinr: "",
ownref: "", ownref: "",
// dialogTableVisible: false, dialogTableVisible: false,
trnData: { trnData: {
columns: [ columns: [
{ {
...@@ -517,27 +506,10 @@ export default { ...@@ -517,27 +506,10 @@ export default {
label: "PTA主键", label: "PTA主键",
prop: "ptainr", prop: "ptainr",
}, },
// {
// label: "受益人编号",
// prop: "stagod",
// },
{ {
label: "受益人名称", label: "受益人名称",
prop: "benefi", prop: "benefi",
}, },
// {
// label: "受益人名称(中文)",
// prop: "stagod",
// },
// {
// label: "开证行编号",
// prop: "stagod",
// },
// {
// label: "开证名称",
// prop: "stagod",
// },
{ {
label: "金额币种", label: "金额币种",
prop: "seacur", prop: "seacur",
...@@ -580,24 +552,24 @@ export default { ...@@ -580,24 +552,24 @@ export default {
route: '/business-new/letcan' route: '/business-new/letcan'
}, },
{ {
label:'收单加补录', label: '收单加补录',
route:'/business-new/letdrw' route: '/business-new/letdrw'
}, },
{ {
label:'转让证开立', label: '转让证开立',
route:'/business-new/lttopn' route: '/business-new/lttopn'
}, },
{ {
label:'开证', label: '开证',
route:'/business-new/letopn' route: '/business-new/letopn'
}, },
{ {
label:'保兑', label: '保兑',
route:'/business-new/letamc' route: '/business-new/letamc'
}, },
{ {
label:'通知到单', label: '通知到单',
route:'/business-new/letdav' route: '/business-new/letdav'
}, },
], ],
currentHandleRow: {}, currentHandleRow: {},
...@@ -605,7 +577,8 @@ export default { ...@@ -605,7 +577,8 @@ export default {
}, },
methods: {}, methods: {},
mounted: function () {}, mounted: function () {
},
}; };
</script> </script>
<style> <style>
...@@ -619,6 +592,7 @@ export default { ...@@ -619,6 +592,7 @@ export default {
background: #fff; background: #fff;
margin-top: 5px; margin-top: 5px;
} }
.btn-group-wrap { .btn-group-wrap {
max-height: 200px; max-height: 200px;
width: 100%; width: 100%;
...@@ -628,6 +602,7 @@ export default { ...@@ -628,6 +602,7 @@ export default {
justify-content: flex-start; justify-content: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
} }
.btn-item { .btn-item {
margin-bottom: 10px; margin-bottom: 10px;
margin-right: 10px; margin-right: 10px;
......
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