Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 years ago
parent
commit
018bf974fe
1 changed files with 13 additions and 10 deletions
  1. 13 10
      src/xt_pages/outpatientCharges/costComparison.vue

+ 13 - 10
src/xt_pages/outpatientCharges/costComparison.vue View File

@@ -53,16 +53,6 @@
53 53
 
54 54
 
55 55
 
56
-                  <label class="title" v-if="this.$store.getters.xt_user.org.id == 10106">清算机构<span class="name"></span> : </label>
57
-                  <el-select  v-if="this.$store.getters.xt_user.org.id == 10106" v-model="query_clr_org" style="width:100px;margin-right:10px;" placeholder="请选择"
58
-                            >
59
-                    <el-option
60
-                        v-for="item in clrOrgOptions"
61
-                        :key="item.value"
62
-                        :label="item.label"
63
-                        :value="item.value">
64
-                    </el-option>
65
-                  </el-select>
66 56
 
67 57
                 </div>
68 58
 
@@ -205,6 +195,19 @@
205 195
                             </el-option>
206 196
                         </el-select>
207 197
                     </el-form-item>
198
+
199
+
200
+                  <el-form-item label="清算机构" :label-width="formLabelWidth" v-if="this.$store.getters.xt_user.org.id">
201
+                    <el-select v-model="query_clr_org" placeholder="请选择" style="width: 200px;">
202
+                      <el-option
203
+                          v-for="item in clrOrgOptions"
204
+                          :key="item.value"
205
+                          :label="item.label"
206
+                          :value="item.value">
207
+                      </el-option>
208
+                    </el-select>
209
+                  </el-form-item>
210
+
208 211
                 </el-form>
209 212
                 <div slot="footer" class="dialog-footer">
210 213
                     <el-button @click="dialogFormVisible = false">取 消</el-button>