|
@@ -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 () {
|