陈少旭 před 1 rokem
rodič
revize
4379bf96c2

+ 12 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -79,8 +79,19 @@
79 79
       <div class="mainRight">
80 80
 
81 81
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
82
+          <div v-if="org_id == 10454">
83
+            <el-button  size="small"
84
+                        @click="openZb(1)"
85
+                        v-if=" this.order.id == 0"
86
+                        type="primary">记账
87
+            </el-button>
88
+            <el-button   size="small"
89
+                         @click="openZb(2)"
90
+                         type="primary">撤销记账
91
+            </el-button>
92
+          </div>
82 93
 
83
-          <div v-if="org_id == 10206 || org_id == 10454">
94
+          <div v-if="org_id == 10206">
84 95
             <el-button  size="small"
85 96
                         @click="openZb(1)"
86 97
                         v-if=" this.order.id == 0"