qushaowei
2023-12-29 e5ea7094423b4d48c080c9f5d135e0e29a8a8a68
src/views/spare/modules/sparePartCancellingStocks/SparePartCancellingStocksModal.vue
@@ -402,7 +402,7 @@
      } else {
        this.codeDisable = false
        this.$nextTick(() => {
          getAction(this.url.getNum, { type: 'SparePart', length: '4' }).then((res) => {
          getAction(this.url.getNum, { type: 'SparePartCancellingStocks', length: '4' }).then((res) => {
            if (res.success) {
              this.form.setFieldsValue({ num: res.message });
            }