|
|
|
@ -327,7 +327,7 @@ |
|
|
|
:close-on-click-modal="false" |
|
|
|
:visible.sync="contactChooseFlag"> |
|
|
|
<el-transfer v-model="contactChooseList1" :props="{ |
|
|
|
key: 'contactName', |
|
|
|
key: 'contactId', |
|
|
|
label: 'contactName' |
|
|
|
}" :data="contactChooseList2" :titles="['未选择', '已选择']"></el-transfer> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
@ -706,6 +706,24 @@ |
|
|
|
}, |
|
|
|
], |
|
|
|
columnList2: [ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101002001, |
|
|
|
serialNumber: '101002001Table2ContactName', |
|
|
|
tableId: '101002001Table2', |
|
|
|
tableName: '项目联系人表', |
|
|
|
columnProp: 'contactId', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'center', |
|
|
|
columnLabel: '联系人编码', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 80 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101002001, |
|
|
|
|