Browse Source

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

csx 3 years ago
parent
commit
ef272b7cc2
1 changed files with 27 additions and 1 deletions
  1. 27 1
      src/xt_pages/outpatientCharges/costComparison.vue

+ 27 - 1
src/xt_pages/outpatientCharges/costComparison.vue View File

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