zouyu
7 天以前 6d0573f90b4558b28e8f727657b35d95c7a4315a
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