segmentationOuterBatch.vue 401 B

123456789101112131415161718192021222324
  1. <template>
  2. <div class="firmInfo">
  3. <h2
  4. style="margin-bottom: 20px;padding-bottom:7px;border-bottom:2px solid #ddd"
  5. >
  6. 分割品出库批次管理
  7. </h2>
  8. </div>
  9. </template>
  10. <script>
  11. export default {
  12. name: "firmInfo",
  13. data() {
  14. return {};
  15. },
  16. created() {
  17. },
  18. methods: {}
  19. };
  20. </script>
  21. <style lang="scss" scoped>
  22. </style>