gaoluyang
8 天以前 68aac33ec30eedd770a1281348c7ff0d1d29225e
src/views/procurementManagement/procurementLedger/index.vue
@@ -889,6 +889,7 @@
import useUserStore from "@/store/modules/user";
import {modelList, productTreeList} from "@/api/basicData/product.js";
import dayjs from "dayjs";
import { getCurrentDate } from "@/utils/index.js";
const { proxy } = getCurrentInstance();
const tableData = ref([]);
@@ -1672,10 +1673,6 @@
    }
  }
};
// 获取当前日期并格式化为 YYYY-MM-DD
function getCurrentDate() {
  return dayjs().format("YYYY-MM-DD");
}
const mathNum = () => {
  if (!productForm.value.taxRate) {
    proxy.$modal.msgWarning("请先选择税率");