Browse Source

组织

jly/task002
tianqian 3 years ago
parent
commit
63e4ca74d9
  1. 15
      src/views/modules/base/organization/organization.vue

15
src/views/modules/base/organization/organization.vue

@ -413,7 +413,7 @@
<!-- 新增组织 --> <!-- 新增组织 -->
<el-dialog v-if="createAgencyDialogFlag" title="新增组织" :visible.sync="createAgencyDialogFlag" width="1050" <el-dialog v-if="createAgencyDialogFlag" title="新增组织" :visible.sync="createAgencyDialogFlag" width="1050"
:before-close="handleClose"> :before-close="handleClose">
<el-form label-width="150px" :model="agencyForm" :rules="dataRuleOrg"> <el-form label-width="160px" :model="agencyForm" :rules="dataRuleOrg">
<el-form-item label="组织名称" prop="agencyName"><el-input v-model="agencyForm.agencyName" <el-form-item label="组织名称" prop="agencyName"><el-input v-model="agencyForm.agencyName"
placeholder="请输入组织名称"></el-input></el-form-item> placeholder="请输入组织名称"></el-input></el-form-item>
<!-- 组织区划 --> <!-- 组织区划 -->
@ -2446,12 +2446,12 @@
remark: this.agencyForm.remark, remark: this.agencyForm.remark,
latitude: this.latitude, latitude: this.latitude,
longitude: this.longitude, longitude: this.longitude,
secretaryName: this.secretaryName, secretaryName: this.agencyForm.secretaryName,
secretaryMobile: this.secretaryMobile, secretaryMobile: this.agencyForm.secretaryMobile,
dutyMobile: this.dutyMobile, dutyMobile: this.agencyForm.dutyMobile,
unifiedSocialCreditCode: this.unifiedSocialCreditCode, unifiedSocialCreditCode: this.agencyForm.unifiedSocialCreditCode,
unifiedSocialCreditCodeCertificate: this.unifiedSocialCreditCodeCertificate, unifiedSocialCreditCodeCertificate: this.agencyForm.unifiedSocialCreditCodeCertificate,
fullAddress: this.fullAddress fullAddress: this.agencyForm.fullAddress
}; };
const { const {
data, data,
@ -2763,6 +2763,7 @@
height: 178px; height: 178px;
line-height: 178px; line-height: 178px;
text-align: center; text-align: center;
background-color:#f9f9f9
} }
.avatar { .avatar {

Loading…
Cancel
Save