dev
张同海 2 years ago
parent 1e19aac0e7
commit 7d05fbe1a3

@ -698,7 +698,7 @@ export default {
},
beforeUpload(file) {
console.log(this.details, 'this.details')
this.$bus.$emit('WebTest001', { upFileList: file, attachCode: 'other', attachName: '其他' })
// this.$bus.$emit('WebTest001', { upFileList: file, attachCode: 'other', attachName: '' })
},
uploadFile(file) {
const formData = new FormData()

@ -17,7 +17,9 @@
</a-col>
</a-row>
<a-row>
<p class="CsFormTitle"><span><i class="iconfont icon-shiyongwendang"></i>基本信息</span></p>
<p class="CsFormTitle">
<span><i class="iconfont icon-shiyongwendang"></i>基本信息</span>
</p>
<a-col :span="6">
<a-form-item label="助记码" :labelCol="labelCol" :wrapperCol="wrapperCol" has-feedback>
<a-input
@ -109,7 +111,9 @@
</a-form-item>
</a-col>
</a-row>
<p class="CsFormTitle"><span><i class="iconfont icon-tuandui"></i>联系人信息</span></p>
<p class="CsFormTitle">
<span><i class="iconfont icon-tuandui"></i>联系人信息</span>
</p>
<vxe-toolbar>
<template #buttons>
<vxe-button icon="vxe-icon-square-plus" @click="insertEvent()"></vxe-button>
@ -122,7 +126,7 @@
resizable
show-overflow
:data="ContactsData"
:edit-config="{ trigger: 'click', mode: 'cell' }"
:edit-config="{ trigger: 'click', mode: 'row' }"
>
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="seq" width="60"></vxe-column>
@ -162,7 +166,9 @@
</template>
</vxe-column>
</vxe-table>
<p class="CsFormTitle" :style="{ marginTop: '10px' }"><span><i class="iconfont icon-icon_xinyong_xianxing_jijin-217"></i>财务信息</span></p>
<p class="CsFormTitle" :style="{ marginTop: '10px' }">
<span><i class="iconfont icon-icon_xinyong_xianxing_jijin-217"></i>财务信息</span>
</p>
<a-row>
<a-col :span="12">
<a-form-item label="发票抬头" :labelCol="labelCol2" :wrapperCol="wrapperCol2" has-feedback>
@ -376,7 +382,7 @@ export default {
background: #fff;
padding: 25px;
}
.CsForm .ant-form-item{
.CsForm .ant-form-item {
margin-bottom: 10px;
}
.CsFormTitle {
@ -390,7 +396,7 @@ export default {
padding: 0.25rem 0.5rem 0 0.5rem;
/* border: 1px solid #c9c9c9; */
}
.CsFormTitle span i{
.CsFormTitle span i {
margin-right: 7px;
}
</style>

Loading…
Cancel
Save