zhangherong
2025-03-04 e1097d9e7c8470e6c8037a628da3b36d6577d8e3
src/views/spare/modules/sparePartOutbound/SparePartOutboundModal.vue
@@ -403,7 +403,7 @@
      } else {
        this.codeDisable = false;
        this.$nextTick(() => {
          getAction(this.url.getNum, { type: 'SparePart', length: '4' }).then((res) => {
          getAction(this.url.getNum, { type: 'SparePartOutbound', length: '4' }).then((res) => {
            if (res.success) {
              this.form.setFieldsValue({ num: res.message });
            }