| | |
| | | <template> |
| | | <div> |
| | | <div class="body" style="background-color: #ffffff; padding: 20px 10px 0 20px;"> |
| | | <!-- <div class="body" style="background-color: #ffffff; padding: 20px 10px 0 20px;" :style="{height:mainHeight+'px'}">--> |
| | | <!-- <div class="body" style="background-color: #ffffff; padding: 20px 10px 0 20px;">--> |
| | | <div class="body" style="background-color: #ffffff; padding: 20px 10px 0 20px;" :style="{height:mainHeight+'px'}"> |
| | | <div> |
| | | <el-form |
| | | ref="form" |
| | |
| | | <el-input v-model="form.OrgName" placeholder="请输入" style="width: calc(100%-30px)" /> |
| | | </el-form-item> |
| | | <el-form-item label="组织类型" style=" display: flex;"> |
| | | <el-select v-model="form.OrgType" style="width: calc(100%-30px)" placeholder="请选择"> |
| | | <el-select v-model="form.OrgType" filterable style="width: calc(100%-30px)" placeholder="请选择"> |
| | | <el-option |
| | | v-for="item in OrgTypeArr" |
| | | :key="item.value" |
| | |
| | | <!-- <el-button type="primary" icon="el-icon-delete" @click="del">批量删除</el-button>--> |
| | | </div> |
| | | |
| | | <!-- :style="{width: 100+'%',height:tableHeight+'px'}"--> |
| | | <div style="display: flex;border: 1px solid #eee"> |
| | | <el-table |
| | | :data="tableData" |
| | | border |
| | | :style="{width: 100+'%',height:tableHeight+'px'}" |
| | | highlight-current-row |
| | | :header-cell-style="this.$headerCellStyle" |
| | | :cell-style="this.$cellStyle" |
| | |
| | | <el-select |
| | | v-model="dialogForm.SupUnit" |
| | | style="width: 220px" |
| | | filterable |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in SupUnitArr" |
| | | :key="item.id" |
| | | :label="item.org_name" |
| | | :value="item.id" |
| | | /> |
| | |
| | | prop: 'lm_date', // 排序字段 |
| | | order: 'desc', // 排序字段 |
| | | page: 1, // 第几页 |
| | | rows: 10 // 每页多少条 |
| | | rows: 20 // 每页多少条 |
| | | }, |
| | | OrgTypeArr: [ |
| | | { label: '工厂', value: 'F' }, |