Commit 99018011 by Wuyuqiu

调整保证金页面checkbox

parent e12909a7
<template>
<div class="eibs-tab">
<el-collapse v-model="activeNames">
<el-collapse-item title="承兑信息" name="payp">
<m-payp :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="反馈 Feedback" name="2">
<div>
控制反馈:通过界面样式和交互动效让用户可以清晰的感知自己的操作;
</div>
</el-collapse-item>
<el-collapse-item title="效率 Efficiency" name="3">
<div>简化流程:设计简洁直观的操作流程;</div>
</el-collapse-item>
</el-collapse>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtudp/Event";
import Payp from "./Payp";
import Ptap1 from "~/views/Public/Ptap1";
import Ptsmsg from "~/views/Public/Ptsmsg";
import Fullbox from "../../../components/Fullbox.vue";
export default {
components: {
"m-payp": Payp,
"c-ptap1": Ptap1,
// "c-ptap": Ptap,
"c-ptsmsg": Ptsmsg,
},
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
activeNames: ['payp']
};
},
methods: {
...Event,
},
created: function () {},
};
</script>
<style>
</style>
<template> <template>
<c-page title="进口信用证单据承兑"> <div class="eContainer">
<div class="eContainer"> <c-page title="进口信用证单据承兑">
<div class="fast-button">
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')"
>影像信息</el-button
>
<!-- <el-button size="small">保存模板</el-button> -->
<!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">制裁信息</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button>
</div>
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
...@@ -16,12 +27,17 @@ ...@@ -16,12 +27,17 @@
type="card" type="card"
@tab-click="myTabClick" @tab-click="myTabClick"
> >
<el-tab-pane label="业务信息" name="ovwp">
<c-content>
<m-ovwp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000032 --> <!--PD000032 -->
<el-tab-pane label="承兑信息" name="payp"> <!-- <el-tab-pane label="承兑信息" name="payp">
<c-content> <c-content>
<m-payp :model="model" :codes="codes" /> <m-payp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane> -->
<!--PD000062 --> <!--PD000062 -->
<el-tab-pane <el-tab-pane
...@@ -172,21 +188,11 @@ ...@@ -172,21 +188,11 @@
</c-tabs> </c-tabs>
</el-form> </el-form>
<!-- <c-bus-button :$pntvm="this"></c-bus-button> 按钮 -->
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')"
>影像信息</el-button
>
<!-- <el-button size="small">保存模板</el-button> -->
<!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">制裁信息</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button>
</c-function-btn> </c-function-btn>
<c-grid-ety-prompt-dialog <c-grid-ety-prompt-dialog
...@@ -201,8 +207,8 @@ ...@@ -201,8 +207,8 @@
@select-ety="selectMsg" @select-ety="selectMsg"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
</div> </c-page>
</c-page> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="进口信用证修改"> <c-page title="进口信用证修改">
<div class="fast-button">
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')"
>影像信息</el-button
>
<!-- <el-button size="small">保存模板</el-button> -->
<!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">制裁信息</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button>
</div>
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
prop="liaall.liaccv.gleflg" prop="liaall.liaccv.gleflg"
> >
<c-col :span="7" class=""> <c-col :span="7" class="">
<el-form-item label=" " prop="liaall.liaccv.gleflg" label-width="120px" style=" float:left;"> <el-form-item label="" prop="liaall.liaccv.gleflg" class="checkbox-left" label-width="0px">
<c-checkbox v-model="model.liaall.liaccv.gleflg">过账</c-checkbox> <c-checkbox v-model="model.liaall.liaccv.gleflg">过账</c-checkbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
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