Procházet zdrojové kódy

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

see999 před 4 roky
rodič
revize
8ee1d991cf

+ 3 - 0
src/store/modules/globalConfig.js Zobrazit soubor

@@ -1826,6 +1826,9 @@ const global_config = {
1826 1826
       },{
1827 1827
         id: 29,
1828 1828
         name: '只'
1829
+      },{
1830
+        id: 30,
1831
+        name: '次'
1829 1832
       },
1830 1833
 
1831 1834
     ],

+ 4 - 2
src/xt_pages/dialysis/details/NavIgation.vue Zobrazit soubor

@@ -206,7 +206,7 @@ export default {
206 206
 
207 207
   data() {
208 208
     return {
209
-      temp_schedual: null
209
+      temp_schedual: {}
210 210
     };
211 211
   },
212 212
   mounted() {},
@@ -578,7 +578,9 @@ export default {
578 578
         system_prescribe
579 579
       );
580 580
 
581
-      // this.temp_schedual = schedual
581
+      this.temp_schedual = schedual
582
+
583
+      console.log("排班列表2222222222222222",schedual)
582 584
     },
583 585
 
584 586
     add_monitor: function(monitor) {

+ 3 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Zobrazit soubor

@@ -1593,7 +1593,7 @@
1593 1593
         return uParseTime(val, '{y}-{m}-{d} {h}:{i}')
1594 1594
       },
1595 1595
       show(pre,schedual,last,his_is_open) {
1596
-
1596
+        
1597 1597
         if(his_is_open == 1){
1598 1598
           this.is_open = 0
1599 1599
         }
@@ -1632,9 +1632,9 @@
1632 1632
         // 入口
1633 1633
         var pre = pre
1634 1634
         console.log("香锅2222222",this.dialysisPrescription)
1635
-     
1635
+        console.log("列表2223323323223",this.schedual)
1636 1636
         this.dialysisPrescription.mode_id = this.$route.query.mode_id
1637
-        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12) {
1637
+        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || this.schedual.mode_id == 2 || this.schedual.mode_id == 5 || this.schedual.mode_id == 12) {
1638 1638
           this.zhiShow = true
1639 1639
           this.huShow = true
1640 1640
           this.totalShow = true

+ 1 - 1
src/xt_pages/outpatientCharges/summary.vue Zobrazit soubor

@@ -96,7 +96,7 @@
96 96
         <el-table-column align="center" prop="name" label="操作">
97 97
           <template slot-scope="scope">
98 98
             <el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
99
-            <el-button size="mini" type="primary" @click="toPrint(scope.row)" v-if="(scope.row.order_status == 2 || this.$store.getters.xt_user.org_id == 9504) && (scope.row.order_status == 2 || this.$store.getters.xt_user.org_id == 9919)">结算单</el-button>
99
+            <el-button size="mini" type="primary" @click="toPrint(scope.row)" v-if="(scope.row.order_status == 2 || $store.getters.xt_user.org_id == 9504) && (scope.row.order_status == 2 || $store.getters.xt_user.org_id == 9919)">结算单</el-button>
100 100
           </template>
101 101
         </el-table-column>
102 102
       </el-table>