Explorar el Código

清空库存期限时间修改

cz hace 2 años
padre
commit
61d58426bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
         }
       });