liuying
2024-04-25 ca3d7079ea8d06599ff322daac616ea60ed6329d
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsContainer/addForm.vue
@@ -98,15 +98,10 @@
    }
  },
  methods: {
    moment,
    // 初始化方法
    add(record) {
      this.visible = true;
      WmsContainerTypePage().then((d) => {
  created() {
    WmsContainerTypePage().then((d) => {
        this.selectTypeData = d.data.rows || []
      }).catch(() => {
      })
      WmsContainerPackagingPage().then((d) => {
@@ -114,8 +109,13 @@
      }).catch(() => {
      })
  },
  methods: {
    moment,
    // 初始化方法
    add(record) {
      this.visible = true;
      this.$nextTick(() => {
      });
    },
    /**