Explorar el Código

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

csx hace 3 años
padre
commit
ef272b7cc2
Se han modificado 1 ficheros con 27 adiciones y 1 borrados
  1. 27 1
      src/xt_pages/outpatientCharges/costComparison.vue

+ 27 - 1
src/xt_pages/outpatientCharges/costComparison.vue Ver fichero

@@ -51,6 +51,19 @@
51 51
                         </el-option>
52 52
                     </el-select>
53 53
 
54
+
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
+
54 67
                 </div>
55 68
 
56 69
             </div>
@@ -247,6 +260,7 @@
247 260
         selection:[],
248 261
         query_insutype: '',
249 262
         query_clr_type: '',
263
+        query_clr_org:'',
250 264
         fromData: [],
251 265
         options: [
252 266
           {
@@ -256,6 +270,14 @@
256 270
             value: 2,
257 271
             label: '明细'
258 272
           }
273
+        ],clrOrgOptions:[
274
+          {
275
+            value: '440781',
276
+            label: '台山'
277
+          }, {
278
+            value: '440783',
279
+            label: '开平'
280
+          },
259 281
         ],
260 282
         clrOptions: [
261 283
           {
@@ -270,6 +292,9 @@
270 292
           }, {
271 293
             value: '99',
272 294
             label: '其他'
295
+          }, {
296
+            value: '99',
297
+            label: '其他'
273 298
           }
274 299
         ],
275 300
         insutypes: [
@@ -434,7 +459,8 @@
434 459
             start_time: this.start_time,
435 460
             end_time: this.end_time,
436 461
             insutype: this.insutype,
437
-            clr_type: '11'
462
+            clr_type: '11',
463
+            clr_optins:this.query_clr_org,
438 464
           }
439 465
           var that = this
440 466
           if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990 ) {