浏览代码

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

see999 3 年前
父节点
当前提交
37856625da

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue 查看文件

@@ -35,7 +35,7 @@
35 35
             <check-box :checked="receiverTreatmentAccess.condition == 2 ? true : false"></check-box>
36 36
           </div>
37 37
         </div>
38
-        
38
+
39 39
         <div class="inline_block" v-if="receiverTreatmentAccess.condition == 1">
40 40
           住院:
41 41
           <div class="under_line" style="width: 30px;text-align: center;">
@@ -1657,7 +1657,7 @@ export default {
1657 1657
           this.doctor_advices = doctor_advices_1;
1658 1658
           this.doctor_advices_2 = doctor_advices_2;
1659 1659
         }
1660
-        console.log(this.advice_groups);
1660
+         console.log(this.advice_groups);
1661 1661
       } else {
1662 1662
         this.loading = false;
1663 1663
         this.$message.error("请求数据失败");

+ 1 - 0
src/xt_pages/stock/drugs/cancelDrugStockOrderAdd.vue 查看文件

@@ -303,6 +303,7 @@ export default {
303 303
   },
304 304
   methods: {
305 305
     comfirm: function(val) {
306
+     
306 307
       this.propForm.goodType = []
307 308
       this.propForm.goods = []
308 309
 

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue 查看文件

@@ -421,7 +421,7 @@
421 421
         this.isVisibility = true
422 422
       }, 
423 423
       comfirm: function(val) {
424
-        console.log("Val2222222",val)
424
+        console.log("Val2222222",this.currentIndex)
425 425
         this.$refs.dialog.hide()
426 426
         if (val.selectedGoodInfo.length > 0) {
427 427
           for (let i = val.selectedGoodInfo.length - 1; i >= 0; i--) {

+ 1 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue 查看文件

@@ -375,6 +375,7 @@ export default {
375 375
     comfirm: function(val) {
376 376
       this.$refs.dialog.hide();
377 377
       console.log(val)
378
+      console.log("下摆哦2222222",this.currentIndex)
378 379
       if (val.selectedGoodInfo.length > 0) {
379 380
         for (let i = val.selectedGoodInfo.length - 1; i >= 0 ; i--) {
380 381
           if (i == 0) {

+ 1 - 3
src/xt_pages/stock/stockQuery.vue 查看文件

@@ -150,9 +150,7 @@
150 150
 
151 151
         <el-table-column label="剩余库存" align="center">
152 152
           <template slot-scope="scope">
153
-            <span>{{
154
-              stockInCount(scope.row)- stockOutCount(scope.row) + cancelStockCount(scope.row)
155
-            }}</span>
153
+            <span>{{stockInCount(scope.row)  - stockOutCount(scope.row) }}</span>
156 154
           </template>
157 155
         </el-table-column>
158 156
       </el-table>