payne
2024-04-25 ed9b0c0b150e295e9a5db053882019a3a64ec299
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,
          }
        )
      });
    },
    /**