李楠 4 роки тому
батько
коміт
7004531e72
42 змінених файлів з 1078 додано та 89 видалено
  1. 1 1
      src/views/Home/Home.vue
  2. 77 88
      src/views/Home/mencCofig.js
  3. 25 0
      src/views/basicInfo/area.vue
  4. 25 0
      src/views/basicInfo/client.vue
  5. 25 0
      src/views/basicInfo/coldCloset.vue
  6. 25 0
      src/views/basicInfo/herdsmanInfo.vue
  7. 25 0
      src/views/basicInfo/staff.vue
  8. 25 0
      src/views/basicInfo/vehicle.vue
  9. 25 0
      src/views/butcher/butcherBatch.vue
  10. 25 0
      src/views/butcher/butcherSheep.vue
  11. 25 0
      src/views/buySheep/buyBatch.vue
  12. 25 0
      src/views/buySheep/buySheepInfo.vue
  13. 25 0
      src/views/carcassSegmentation/carcassSegmentation.vue
  14. 25 0
      src/views/carcassSegmentation/segmentationBatch.vue
  15. 25 0
      src/views/dicedMeat/dicedMeatBatch.vue
  16. 25 0
      src/views/dicedMeat/dicedMeatEnter.vue
  17. 25 0
      src/views/dicedMeat/dicedMeatEnterBatch.vue
  18. 25 0
      src/views/dicedMeat/dicedMeatOuter.vue
  19. 25 0
      src/views/dicedMeat/dicedMeatOuterBatch.vue
  20. 25 0
      src/views/finishedProduct/finishedProduct.vue
  21. 25 0
      src/views/finishedProduct/finishedProductBatch.vue
  22. 25 0
      src/views/finishedProduct/finishedProductOuter.vue
  23. 25 0
      src/views/finishedProduct/finishedProductOuterBatch.vue
  24. 25 0
      src/views/finishedProductTransport/finishedProductTransport.vue
  25. 25 0
      src/views/finishedProductTransport/finishedProductTransportBatch.vue
  26. 25 0
      src/views/loss/loss.vue
  27. 25 0
      src/views/productPack/packBatch.vue
  28. 25 0
      src/views/productPack/productPack.vue
  29. 25 0
      src/views/segmentation/segmentationEnter.vue
  30. 25 0
      src/views/segmentation/segmentationEnterBatch.vue
  31. 25 0
      src/views/segmentation/segmentationOuter.vue
  32. 25 0
      src/views/segmentation/segmentationOuterBatch.vue
  33. 25 0
      src/views/sell/orderFinishedProduct.vue
  34. 25 0
      src/views/sell/sellOrder.vue
  35. 25 0
      src/views/sheepEnter/enterBatch.vue
  36. 25 0
      src/views/sheepEnter/sheepEnter.vue
  37. 25 0
      src/views/sheepQuarantine/quarantineBatch.vue
  38. 25 0
      src/views/sheepQuarantine/quarantineSheep.vue
  39. 25 0
      src/views/transportInfo/transportBatch.vue
  40. 25 0
      src/views/transportInfo/transportSheepInfo.vue
  41. 25 0
      src/views/wipeEnter/wipeBatch.vue
  42. 25 0
      src/views/wipeEnter/wipeSheep.vue

+ 1 - 1
src/views/Home/Home.vue

@@ -50,7 +50,7 @@
                     :default-openeds="defaultUnfoldedMenu"
                     select="1-1"
                     background-color="#545c64"
-                    text-color="#fff"
+                    text-color="#eee"
                     active-text-color="#ffd04b"
                 >
                     <div v-for="(item, index1) in menuData" :key="index1">

+ 77 - 88
src/views/Home/mencCofig.js

@@ -1,6 +1,7 @@
 
 export const menuData = [
     {
+        // basicInfo
         optionName: "基本信息",
         iconClassName: "el-icon-s-order",
         disabled: false, // 是否禁用
@@ -11,293 +12,281 @@ export const menuData = [
             },
             {
                 optionName: '牧民信息管理',
-                routerName: "workerInfo"
+                routerName: "herdsmanInfo"
+            },
+            {
+                optionName: '车辆管理',
+                routerName: "vehicle"
+            },
+            {
+                optionName: '冷库管理',
+                routerName: "coldCloset"
+            },
+            {
+                optionName: '客户管理',
+                routerName: "client"
+            },
+            {
+                optionName: '栏舍管理',
+                routerName: "area"
+            },
+            {
+                optionName: '员工管理',
+                routerName: "staff"
             },
-
         ]
     },
     {
+        // buySheep
         optionName: "羊只收购",
         iconClassName: "el-icon-shopping-cart-full",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '收购批次管理',
-                routerName: "aa"
+                routerName: "buyBatch"
             },
             {
                 optionName: '羊只信息',
-                routerName: "aa"
+                routerName: "buySheepInfo"
             },
 
         ]
     },
     {
+        // transportInfo
         optionName: "运输信息",
         iconClassName: "el-icon-truck",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '运输批次管理',
-                routerName: "aa"
+                routerName: "transportBatch"
             },
             {
                 optionName: '羊只信息',
-                routerName: "aa"
+                routerName: "transportSheepInfo"
             }
         ]
     },
     {
+        // sheepEnter
         optionName: "羊只入栏",
         iconClassName: "el-icon-wind-power",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '入栏批次管理',
-                routerName: "aa"
+                routerName: "enterBatch"
             },
             {
                 optionName: '羊只入栏',
-                routerName: "aa"
+                routerName: "sheepEnter"
             }
 
         ]
     },
     {
+        // sheepQuarantine
         optionName: "羊只检疫",
         iconClassName: "el-icon-magic-stick",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '检疫批次管理',
-                routerName: "aa"
+                routerName: "quarantineBatch"
             },
             {
                 optionName: '检疫羊只',
-                routerName: "aa"
+                routerName: "quarantineSheep"
             }
 
         ]
     },
     {
+        // loss
         optionName: "损失管理",
         iconClassName: "el-icon-circle-close",
-        disabled: false, // 是否禁用
-        childList: [
-            {
-                optionName: '损失管理',
-                routerName: "aa"
-            }
-        ]
+        routerName: "loss"
     },
     {
+        // butcher
         optionName: "屠宰管理",
         iconClassName: "el-icon-scissors",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '屠宰批次管理',
-                routerName: "aa"
+                routerName: "butcherBatch"
             },
             {
                 optionName: '羊只管理',
-                routerName: "aa"
+                routerName: "butcherSheep"
             }
 
         ]
     },
     {
+        // wipeEnter
         optionName: "排酸入库",
         iconClassName: "el-icon-shopping-cart-1",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '排酸批次管理',
-                routerName: "aa"
+                routerName: "wipeBatch"
             },
             {
                 optionName: '羊只管理',
-                routerName: "aa"
+                routerName: "wipeSheep"
             }
 
         ]
     },
     {
+        // carcassSegmentation
         optionName: "胴体分割",
         iconClassName: "el-icon-aim",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '分割批次管理',
-                routerName: "aa"
+                routerName: "segmentationBatch"
             },
             {
                 optionName: '胴体分割管理',
-                routerName: "aa"
+                routerName: "carcassSegmentation"
             }
 
         ]
     },
     {
-        optionName: "分割入库",
+        // segmentation
+        optionName: "分割仓储",
         iconClassName: "el-icon-right",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '分割品入库批次管理',
-                routerName: "aa"
+                routerName: "segmentationEnterBatch"
             },
             {
                 optionName: '分割品入库管理',
-                routerName: "aa"
-            }
-
-        ]
-    },
-    {
-        optionName: "分割出库",
-        iconClassName: "el-icon-back",
-        disabled: false, // 是否禁用
-        childList: [
+                routerName: "segmentationEnter"
+            },
             {
                 optionName: '分割品出库批次管理',
-                routerName: "aa"
+                routerName: "segmentationOuterBatch"
             },
             {
                 optionName: '分割品出库管理',
-                routerName: "aa"
+                routerName: "segmentationOuter"
             }
 
         ]
     },
     {
+        // dicedMeat
         optionName: "肉丁加工",
         iconClassName: "el-icon-cpu",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '肉丁加工批次管理',
-                routerName: "aa"
+                routerName: "dicedMeatBatch"
             },
             {
                 optionName: '肉丁入库批次管理',
-                routerName: "aa"
+                routerName: "dicedMeatEnterBatch"
             },
             {
                 optionName: '肉丁入库',
-                routerName: "aa"
+                routerName: "dicedMeatEnter"
             },
             {
                 optionName: '肉丁出库批次管理',
-                routerName: "aa"
+                routerName: "dicedMeatOuterBatch"
             },
             {
                 optionName: '肉丁出库',
-                routerName: "aa"
+                routerName: "dicedMeatOuter"
             }
         ]
     },
     {
+        // productPack
         optionName: "产品打包",
         iconClassName: "el-icon-orange",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '打包批次管理',
-                routerName: "aa"
+                routerName: "packBatch"
             },
             {
-                optionName: '品打包',
-                routerName: "aa"
+                optionName: '品打包',
+                routerName: "productPack"
             }
         ]
     },
     {
-        optionName: "成品入库",
+        // finishedProduct
+        optionName: "成品仓储",
         iconClassName: "el-icon-star-on",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '成品入库批次管理',
-                routerName: "aa"
+                routerName: "finishedProductBatch"
             },
             {
                 optionName: '成品入库',
-                routerName: "aa"
-            }
-        ]
-    },
-    {
-        optionName: "成品出库",
-        iconClassName: "el-icon-star-off",
-        disabled: false, // 是否禁用
-        childList: [
+                routerName: "finishedProduct"
+            },
             {
                 optionName: '成品出库批次管理',
-                routerName: "aa"
+                routerName: "finishedProductOuterBatch"
             },
             {
                 optionName: '成品出库',
-                routerName: "aa"
+                routerName: "finishedProductOuter"
             }
         ]
     },
     {
+        // finishedProductTransport
         optionName: "成品运输",
         iconClassName: "el-icon-truck",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '成品运输批次管理',
-                routerName: "aa"
+                routerName: "finishedProductTransportBatch"
             },
             {
-                optionName: '成品运输管理',
-                routerName: "aa"
+                optionName: '成品运输',
+                routerName: "finishedProductTransport"
             }
         ]
     },
     {
+        // sell
         optionName: "销售管理",
         iconClassName: "el-icon-files",
         disabled: false, // 是否禁用
         childList: [
             {
                 optionName: '销售订单管理',
-                routerName: "aa"
+                routerName: "sellOrder"
             },
             {
                 optionName: '订单成品管理',
-                routerName: "aa"
+                routerName: "orderFinishedProduct"
             }
 
         ]
     },
-    {
-        optionName: "车辆管理",
-        iconClassName: "el-icon-files",
-        routerName: "home"
-    },
-    {
-        optionName: "冷库管理",
-        iconClassName: "el-icon-school",
-        routerName: "home"
-    },
-    {
-        optionName: "客户管理",
-        iconClassName: "el-icon-user-solid",
-        routerName: "home"
-    },
-    {
-        optionName: "栏舍管理",
-        iconClassName: "el-icon-s-data",
-        routerName: "home"
-    },
-    {
-        optionName: "员工管理",
-        iconClassName: "el-icon-user",
-        routerName: "home"
-    },
+    
 ]
 
 // export default {menuData}

+ 25 - 0
src/views/basicInfo/area.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/basicInfo/client.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/basicInfo/coldCloset.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/basicInfo/herdsmanInfo.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/basicInfo/staff.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/basicInfo/vehicle.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/butcher/butcherBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/butcher/butcherSheep.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/buySheep/buyBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/buySheep/buySheepInfo.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/carcassSegmentation/carcassSegmentation.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/carcassSegmentation/segmentationBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/dicedMeat/dicedMeatBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/dicedMeat/dicedMeatEnter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/dicedMeat/dicedMeatEnterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/dicedMeat/dicedMeatOuter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/dicedMeat/dicedMeatOuterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProduct/finishedProduct.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProduct/finishedProductBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProduct/finishedProductOuter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProduct/finishedProductOuterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProductTransport/finishedProductTransport.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/finishedProductTransport/finishedProductTransportBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/loss/loss.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/productPack/packBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/productPack/productPack.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/segmentation/segmentationEnter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/segmentation/segmentationEnterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/segmentation/segmentationOuter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/segmentation/segmentationOuterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sell/orderFinishedProduct.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sell/sellOrder.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sheepEnter/enterBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sheepEnter/sheepEnter.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sheepQuarantine/quarantineBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/sheepQuarantine/quarantineSheep.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/transportInfo/transportBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/transportInfo/transportSheepInfo.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/wipeEnter/wipeBatch.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>

+ 25 - 0
src/views/wipeEnter/wipeSheep.vue

@@ -0,0 +1,25 @@
+<template>
+    <div class="firmInfo">
+        <h2
+            style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
+        >
+            企业信息
+        </h2>
+    </div>
+</template>
+
+<script>
+export default {
+    name: "firmInfo",
+    data() {
+        return {};
+    },
+    created() {
+    },
+    methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+.firmInfo {}
+</style>