|
|
@@ -414,7 +414,7 @@
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>跨年记录</span>
|
|
|
</div>
|
|
|
- <el-form id="rebateSetTable1" label-width="110px" ref="EntityForm" :rules="rules" :model="formData"
|
|
|
+ <el-form id="rebateSetTable1" label-width="110px" :model="formData"
|
|
|
class="fromClass web_fromclass">
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
@@ -459,21 +459,23 @@
|
|
|
title="修改二级单位"
|
|
|
:visible.sync="dialogVisibleContract"
|
|
|
:close-on-click-modal="false"
|
|
|
- width="80%">
|
|
|
+ width="50%">
|
|
|
<el-form :model="formData" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
|
|
|
<el-row>
|
|
|
- <el-col :span="8">
|
|
|
+ <el-col :span="20">
|
|
|
<el-form-item label="二级单位" prop="SecondUnitName">
|
|
|
<el-input v-model="formData.SecondUnitName" placeholder="请输入" style="width: 50%" readonly></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="20">
|
|
|
<el-form-item label="新二级单位" prop="SecondUnitName">
|
|
|
<el-select filterable ref="issueFromSelect" v-model="NewUnitId" class="select_form"
|
|
|
- placeholder="请选择二级单位" style="width: 50%;">
|
|
|
- <el-option v-for="item in orgOptions" :key="item.Id" :label="item.Fullname" :value="item.Id"
|
|
|
- style="width: 100%;"></el-option>
|
|
|
- </el-select>
|
|
|
+ placeholder="请选择二级单位" style="width: 50%;">
|
|
|
+ <el-option v-for="item in orgOptions" :key="item.Id" :label="item.Fullname" :value="item.Id"
|
|
|
+ style="width: 100%;"></el-option>
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|