huangyw 2 years ago
parent
commit
b7d13e19ce

+ 1 - 1
src/lang/zh.js View File

@@ -120,7 +120,7 @@ export default {
120 120
     completeOrder: '购买结果',
121 121
     orderRecord: '订单详情',
122 122
     recordList: '订单记录',
123
-    // stockManage: '耗材管理',
123
+    stockManage: '耗材管理',
124 124
     supplyManage: '采购管理',
125 125
     supplyList: '供应商管理',
126 126
     goodType: '商品类型',

+ 6 - 8
src/xt_pages/stock/drugs/drugStockInOrder.vue View File

@@ -408,6 +408,12 @@ export default {
408 408
   name: "drugStockInOrder",
409 409
   components: { BreadCrumb },
410 410
   created() {
411
+    if (this.$route.path == "/Pharmacy/drugs/stock/in") {
412
+      this.crumbs = [
413
+        { path: false, name: "药品管理" },
414
+        { path: "/stock/drugs/stock/query", name: "入库单·" },
415
+      ];
416
+    }
411 417
     this.drugTypeList = getDictionaryDataConfig("system", "drug_type");
412 418
     var nowDate = new Date();
413 419
     var nowYear = nowDate.getFullYear();
@@ -476,14 +482,6 @@ export default {
476 482
       storehouse_id: 0,
477 483
     };
478 484
   },
479
-  created() {
480
-    if (this.$route.path == "/Pharmacy/drugs/stock/in") {
481
-      this.crumbs = [
482
-        { path: false, name: "药品管理" },
483
-        { path: "/stock/drugs/stock/query", name: "入库单·" },
484
-      ];
485
-    }
486
-  },
487 485
 
488 486
   methods: {
489 487
     search: function () {

+ 3 - 0
src/xt_pages/stock/drugs/drugStockOutOrderAdd.vue View File

@@ -522,6 +522,9 @@ export default {
522 522
             response.data.data.configlist.drug_storehouse_out;
523 523
           this.list = response.data.data.list;
524 524
           this.doctorList = response.data.data.doctorList;
525
+          
526
+          this.doctorList.push({index:"999",user_name:"护士站", admin_user_id:"999"})
527
+        
525 528
         }
526 529
         loading.close();
527 530
       });

+ 6 - 9
src/xt_pages/stock/drugs/query.vue View File

@@ -341,6 +341,12 @@ import { min } from "moment";
341 341
 export default {
342 342
   name: "stockIn",
343 343
   created() {
344
+    if (this.$route.path == "/Pharmacy/MedicianManagement") {
345
+      this.crumbs = [
346
+        { path: false, name: "药品管理" },
347
+        { path: "/stock/drugs/stock/query", name: "药品库存查询" },
348
+      ];
349
+    }
344 350
     var start_time = window.sessionStorage.getItem("start_time");
345 351
     var end_time = window.sessionStorage.getItem("end_time");
346 352
 
@@ -414,15 +420,6 @@ export default {
414 420
     };
415 421
   },
416 422
 
417
-  created() {
418
-    if (this.$route.path == "/Pharmacy/MedicianManagement") {
419
-      this.crumbs = [
420
-        { path: false, name: "药品管理" },
421
-        { path: "/stock/drugs/stock/query", name: "药品库存查询" },
422
-      ];
423
-    }
424
-  },
425
-
426 423
   methods: {
427 424
     //获取库存
428 425
     getlist() {