payne
2024-04-26 9b49da3312241a0af84823d35b7763e64d320b19
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/addForm.vue
@@ -87,7 +87,15 @@
    add(record) {
      this.visible = true
      this.$nextTick(() => {
        this.form.setFieldsValue(
          {
            length: 0,
            width: 0,
            height:0,
          }
        )
      });
    },
    /**
@@ -127,3 +135,9 @@
  }
}
</script>
<style lang="less" scoped>
  .ant-row.ant-form-item {
    width: 50% !important;
    display: inline-block;
  }
</style>