Procházet zdrojové kódy

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 před 1 rokem
rodič
revize
7fcc3401b6

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

@@ -80,7 +80,7 @@
80 80
 
81 81
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
82 82
 
83
-          <div v-if="org_id = 10206">
83
+          <div v-if="org_id == 10206">
84 84
             <el-button  size="small"
85 85
                         @click="openZb(1)"
86 86
                         v-if=" this.order.id == 0"

+ 1 - 0
src/xt_pages/stock/drugs/inventory.vue Zobrazit soubor

@@ -336,6 +336,7 @@ export default {
336 336
                   //  }else{
337 337
                   //    list[i].type = 6
338 338
                   //   }
339
+                   list[i].type = 6
339 340
                    for(let j=0;j<this.manufacturerList.length;j++){
340 341
                      if(list[i].manufacturer == this.manufacturerList[j].id){
341 342
                         list[i].manufacturer_name = this.manufacturerList[j].manufacturer_name

+ 1 - 1
src/xt_pages/stock/drugs/newDrugInventory.vue Zobrazit soubor

@@ -809,7 +809,7 @@ export default {
809 809
                 list[i].last_stock_min_number = ""
810 810
                 list[i].min_number = list[i].XtBaseDrug.min_number
811 811
                 list[i].manufacturer_name  = ""
812
-                // list[i].type = 4
812
+                list[i].type = 6
813 813
                 list[i].last_stock_max_number = list[i].stock_max_number
814 814
                 list[i].last_stock_min_number = list[i].stock_min_number
815 815
                 for(let j=0;j<this.manufacturerList.length;j++){

+ 2 - 1
src/xt_pages/stock/inventory.vue Zobrazit soubor

@@ -461,6 +461,7 @@ export default {
461 461
               // }else{
462 462
               //   list[i].type = 6
463 463
               // }
464
+              list[i].type =6
464 465
               
465 466
               list[i].good_name = list[i].GoodInfo.good_name
466 467
               list[i].specification_name = list[i].GoodInfo.specification_name
@@ -485,7 +486,7 @@ export default {
485 486
                   price:item.price,
486 487
                   number:item.number,
487 488
                   expiry_date:item.expiry_date,
488
-                  type:0,
489
+                  type:6,
489 490
                   last_stock_count:0,
490 491
                 }
491 492
               }

+ 1 - 1
src/xt_pages/stock/newInventory.vue Zobrazit soubor

@@ -446,7 +446,7 @@ export default {
446 446
           this.manufacturerList = response.data.data.manufacturerList
447 447
           loading.close()
448 448
           for(let i=0;i<list.length;i++){
449
-              // list[i].type = 4
449
+              list[i].type = 6
450 450
               list[i].good_name = list[i].GoodInfo.good_name
451 451
               list[i].specification_name = list[i].GoodInfo.specification_name
452 452
               list[i].manufacturer_name = ""

+ 2 - 2
src/xt_pages/stock/stockFlow.vue Zobrazit soubor

@@ -96,12 +96,12 @@
96 96
              {{getTime(scope.row.ctime)}}
97 97
            </template>
98 98
         </el-table-column>
99
-
99
+<!-- 
100 100
         <el-table-column prop="drug_name" label="出库日期" align="center">
101 101
            <template slot-scope="scope">
102 102
              {{getTime(scope.row.system_time)}}
103 103
            </template>
104
-        </el-table-column>
104
+        </el-table-column> -->
105 105
         <el-table-column prop="drug_name" label="仓库名称"  align="center">
106 106
            <template slot-scope="scope">
107 107
              <span>{{getHouseName(scope.row.storehouse_id)}}</span>