Commit 51a3473f by LiRui

gitadd界面修改

parent 2ae7cd83
......@@ -49,7 +49,7 @@ export default {
}
</script>
<style>
<style scoped>
.m-table-search {
position: relative;
margin: -20px 0 0 0;
......
......@@ -52,7 +52,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -133,7 +132,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......
......@@ -192,8 +192,8 @@
created: function () {},
};
</script>
<style>
.ql-editor {
<style scoped>
.quill-editor >>> .ql-editor {
min-height: 250px;
max-height: 500px;
}
......
......@@ -154,6 +154,10 @@
created: function () {},
};
</script>
<style>
<style scoped>
.quill-editor >>> .ql-editor {
min-height: 250px;
max-height: 500px;
}
</style>
\ No newline at end of file
......@@ -722,7 +722,6 @@
</c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -870,7 +869,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -944,7 +942,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......
......@@ -28,7 +28,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -85,7 +84,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -149,7 +147,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -205,7 +202,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -263,7 +259,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -291,7 +286,6 @@
maxlength="140"
show-word-limit
placeholder="请输入地址名称"
></c-input>
</el-form-item>
</c-col>
......@@ -320,7 +314,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -343,7 +336,6 @@
maxlength="140"
show-word-limit
placeholder="请输入地址名称"
></c-input>
</el-form-item>
</c-col>
......@@ -364,10 +356,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item
label="受益人"
prop="gidgrp.ben.pts.extkey"
>
<el-form-item label="受益人" prop="gidgrp.ben.pts.extkey">
<c-fullbox>
<c-input
v-model="model.gidgrp.ben.pts.extkey"
......@@ -380,7 +369,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -449,7 +437,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -514,7 +501,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -537,7 +523,6 @@
maxlength="140"
show-word-limit
placeholder="请输入地址名称"
></c-input>
</el-form-item>
</c-col>
......@@ -566,7 +551,6 @@
<!-- @blur="benBlur" -->
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -589,7 +573,6 @@
maxlength="140"
show-word-limit
placeholder="请输入地址名称"
></c-input>
</el-form-item>
</c-col>
......@@ -598,10 +581,7 @@
<c-col :span="24">
<el-form-item label="可录入保函项下其他关联方">
<c-edit-table
:model="model"
v-bind="ptsaddg"
>
<c-edit-table :model="model" v-bind="ptsaddg">
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
......@@ -617,52 +597,51 @@
</c-col>
</c-col>
</c-row>
</div>
</template>
</template>
<script>
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Gitadd/Event'
import Ptap from '~/views/Public/Ptap'
import Utils from '~/utils'
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitadd/Event";
import Ptap from "~/views/Public/Ptap";
import Utils from "~/utils";
export default {
components: { 'c-ptap': Ptap },
inject: ['root'],
props: ['model', 'codes'],
export default {
components: { "c-ptap": Ptap },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
ptsaddg: {
columns: [
{
title: '角色',
width: '120px',
dataIndex: 'rol',
show: 'select',
title: "角色",
width: "120px",
dataIndex: "rol",
show: "select",
},
{
title: '当事人',
width: '180px',
dataIndex: 'ptyextkey',
show: 'input',
title: "当事人",
width: "180px",
dataIndex: "ptyextkey",
show: "input",
},
{
title: '当事人名称',
width: '250px',
dataIndex: 'nam',
title: "当事人名称",
width: "250px",
dataIndex: "nam",
},
{
title: '地址编号',
width: '250px',
dataIndex: 'ref',
title: "地址编号",
width: "250px",
dataIndex: "ref",
},
],
urls: 'gitp.ptsaddp.ptsaddg',
urls: "gitp.ptsaddp.ptsaddg",
},
}
};
},
methods: {
...Event,
......@@ -673,7 +652,7 @@
// }
// },
// 角色改变手动触发default 500 GIDGRP\REC\DELTO
async roleChange(){
async roleChange() {
let rtnmsg = await this.executeDefault("gidgrp.rec.delto");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
......@@ -681,29 +660,29 @@
},
// 切换到演示/交付tab页触发event
async preperpTab() {
let rtnmsg = await this.executeRule('gitp.preperp')
let rtnmsg = await this.executeRule("gitp.preperp");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data)
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
},
watch: {
"model.gidgrp.apl.pts.adrblk": function() {
this.roleChange()
"model.gidgrp.apl.pts.adrblk": function () {
this.roleChange();
},
"model.gidgrp.ctr.pts.adrblk": function() {
this.roleChange()
"model.gidgrp.ctr.pts.adrblk": function () {
this.roleChange();
},
"model.gidgrp.ben.pts.adrblk": function() {
this.roleChange()
"model.gidgrp.ben.pts.adrblk": function () {
this.roleChange();
},
"model.gidgrp.atb.pts.adrblk": function() {
this.roleChange()
"model.gidgrp.atb.pts.adrblk": function () {
this.roleChange();
},
},
created: function () {},
}
</script>
};
</script>
<style></style>
\ No newline at end of file
......@@ -27,7 +27,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -78,7 +77,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -132,7 +130,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -184,7 +181,6 @@
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -244,7 +240,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
......@@ -303,7 +298,6 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
icon="el-icon-search"
......
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