chengxiangling
2025-05-14 1b55096ef30804973080285312eaac9a12023feb
提交钣金计划大表调整
已修改2个文件
11 ■■■■■ 文件已修改
src/views/basicData/calendar/index.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlanList/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/calendar/index.vue
@@ -1038,7 +1038,15 @@
// 提交节假日
function handleSaveHolidaysForm() {
  const hasValidDates = formHolidays.value.holidays.some(
    (item) => item.enddate && item.startdate && item.describe
    (item) => {
      console.log(item,"some")
      if(!item.describe !="" && item.startdate !="" && item.enddate!=="" ){
        return true
      }else{
        return false
      }
      console.log(hasValidDates, "hasValidDates");
    }
  );
  console.log(hasValidDates, "hasValidDates");
  // holidaysRef.value.validate((valid) => {
src/views/mainPlan/platePlanList/index.vue
@@ -232,6 +232,7 @@
    {
      title: t("plan.table.itemNumber"),
      field: "itemNumber",
      width: "auto",
      type: "html",
    },
    {