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"
: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"
placeholder="请输入组织名称"></el-input></el-form-item>
<!-- 组织区划 -->
@ -2446,12 +2446,12 @@
remark: this.agencyForm.remark,
latitude: this.latitude,
longitude: this.longitude,
secretaryName: this.secretaryName,
secretaryMobile: this.secretaryMobile,
dutyMobile: this.dutyMobile,
unifiedSocialCreditCode: this.unifiedSocialCreditCode,
unifiedSocialCreditCodeCertificate: this.unifiedSocialCreditCodeCertificate,
fullAddress: this.fullAddress
secretaryName: this.agencyForm.secretaryName,
secretaryMobile: this.agencyForm.secretaryMobile,
dutyMobile: this.agencyForm.dutyMobile,
unifiedSocialCreditCode: this.agencyForm.unifiedSocialCreditCode,
unifiedSocialCreditCodeCertificate: this.agencyForm.unifiedSocialCreditCodeCertificate,
fullAddress: this.agencyForm.fullAddress
};
const {
data,
@ -2763,6 +2763,7 @@
height: 178px;
line-height: 178px;
text-align: center;
background-color:#f9f9f9
}
.avatar {

Loading…
Cancel
Save