Browse Source

清空库存期限时间修改

cz 2 years ago
parent
commit
61d58426bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/product-material/product/addProduct.vue

+ 1 - 1
src/views/product-material/product/addProduct.vue

@@ -365,7 +365,7 @@ export default {
             };
           });
 
-          // this.clearancePeriod = this.clearancePeriod.slice(-5);
+          this.form.clearancePeriod = "2023-" + this.form.clearancePeriod;
           this.$emit("submit");
         }
       });