Bladeren bron

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

yq1 1 jaar geleden
bovenliggende
commit
7fcc3401b6

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Bestand weergeven

80
 
80
 
81
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
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
             <el-button  size="small"
84
             <el-button  size="small"
85
                         @click="openZb(1)"
85
                         @click="openZb(1)"
86
                         v-if=" this.order.id == 0"
86
                         v-if=" this.order.id == 0"

+ 1 - 0
src/xt_pages/stock/drugs/inventory.vue Bestand weergeven

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

+ 1 - 1
src/xt_pages/stock/drugs/newDrugInventory.vue Bestand weergeven

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

+ 2 - 1
src/xt_pages/stock/inventory.vue Bestand weergeven

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

+ 1 - 1
src/xt_pages/stock/newInventory.vue Bestand weergeven

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

+ 2 - 2
src/xt_pages/stock/stockFlow.vue Bestand weergeven

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