Ver Fonte

清空库存期限时间修改

cz há 2 anos atrás
pai
commit
61d58426bd
1 ficheiros alterados com 1 adições e 1 exclusões
  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");
         }
       });