src/views/inventoryManagement/receiptManagement/components/formDiaManual.vue
@@ -92,7 +92,7 @@ addStockInCustom, updateStockInCustom, } from "@/api/inventoryManagement/stockIn.js"; import { getCurrentDate } from "@/utils/index.js"; // import { getCurrentDate } from "@/utils/index.js"; const userStore = useUserStore() const { proxy } = getCurrentInstance() @@ -187,7 +187,7 @@ const submitForm = async () => { try { await proxy.$refs.formRef.validate() if (!productList.value.length) { proxy.$modal.msgError('请至少添加一条产品数据') return