gaoluyang
2025-12-04 0c5b607e028bd756079cb328dd0914db2c9093f5
src/views/productionManagement/operationScheduling/index.vue
@@ -61,9 +61,9 @@
   searchForm: {
      staffName: "",
      status: 1,
      entryDate: null, // 录入日期
      entryDateStart: undefined,
      entryDateEnd: undefined,
      entryDate: [dayjs().format("YYYY-MM-DD"), dayjs().format("YYYY-MM-DD")], // 录入日期,默认当天
      entryDateStart: dayjs().format("YYYY-MM-DD"),
      entryDateEnd: dayjs().format("YYYY-MM-DD"),
   },
});
const { searchForm } = toRefs(data);
@@ -90,6 +90,16 @@
            return 'warning';
         }
      },
   },
   {
      label: "产线",
      prop: "productionLineName",
      width: 120,
   },
   {
      label: "生产人",
      prop: "productionUserName",
      width: 120,
   },
   {
      label: "派工日期",
@@ -130,6 +140,11 @@
      prop: "specificationModel",
      width: 150,
   },
   // {
   //    label: "绑定机器",
   //    prop: "speculativeTradingName",
   //    width: 220,
   // },
   {
      label: "单位",
      prop: "unit",