|
|
|
@ -385,68 +385,6 @@ |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog |
|
|
|
:title="formName" |
|
|
|
:visible.sync="dialogEditVisible" |
|
|
|
width="986px" |
|
|
|
top="5vh" |
|
|
|
height="750px" |
|
|
|
append-to-body |
|
|
|
class="dialog-h" |
|
|
|
:close-on-click-modal="false" |
|
|
|
:before-close="handlerEditCancle" |
|
|
|
> |
|
|
|
<div class="dialog-h-content scroll-h"> |
|
|
|
<edit-resi |
|
|
|
v-if="dialogEditVisible" |
|
|
|
ref="baseForm" |
|
|
|
:disabled="disabled" |
|
|
|
:editUserId="editUserId" |
|
|
|
:form-info="editForm" |
|
|
|
:fixed="true" |
|
|
|
:form-list="formList" |
|
|
|
:agency-id="editAgencyId" |
|
|
|
@changegroup="handleChangeGroup" |
|
|
|
/> |
|
|
|
<div v-if="dialogEditVisible" class="resi-other"> |
|
|
|
<div class="resi-other-title">其他</div> |
|
|
|
<div class="tabs-other-info"> |
|
|
|
<el-tabs v-model="activeName" @tab-click="handleClick"> |
|
|
|
<el-tab-pane |
|
|
|
v-for="item in tabsList" |
|
|
|
:key="item.groupId" |
|
|
|
:label="item.label" |
|
|
|
:name="'group' + item.groupId" |
|
|
|
> |
|
|
|
<edit-resi |
|
|
|
:ref="'group' + item.groupId" |
|
|
|
:columns="3" |
|
|
|
:support-add="item.supportAdd" |
|
|
|
:form-id="item.columnName" |
|
|
|
:muti-list="item.mutiList" |
|
|
|
:form-list="item.itemList" |
|
|
|
:disabled="disabled" |
|
|
|
:label-width="'140px'" |
|
|
|
:agency-id="editAgencyId" |
|
|
|
/> |
|
|
|
</el-tab-pane> |
|
|
|
</el-tabs> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="resi-btns"> |
|
|
|
<el-button size="small" @click="handlerEditCancle">取消</el-button> |
|
|
|
<el-button |
|
|
|
v-if="!disabled" |
|
|
|
type="primary" |
|
|
|
size="small" |
|
|
|
:loading="btnLoading" |
|
|
|
@click="handleEditSUbmit" |
|
|
|
>提交</el-button |
|
|
|
> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 变更记录 --> |
|
|
|
<el-dialog |
|
|
|
:visible.sync="changeRecordShow" |
|
|
|
@ -522,7 +460,6 @@ import nextTick from "dai-js/tools/nextTick"; |
|
|
|
import resiSearch from "../../components/resiSearch.vue"; |
|
|
|
import resiForm from "../../components/resiForm.vue"; |
|
|
|
import resiInfo from "../../components/resiInfo.vue"; |
|
|
|
import editResi from "../../components/editResi.vue"; |
|
|
|
import axios from "axios"; |
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
import resiTransfer from "../../components/resiTransfer.vue"; |
|
|
|
@ -541,7 +478,6 @@ export default { |
|
|
|
resiSearch, |
|
|
|
resiForm, |
|
|
|
resiInfo, |
|
|
|
editResi, |
|
|
|
resiTransfer, |
|
|
|
resiChangeRecord, |
|
|
|
diyInfo, |
|
|
|
|