huminmin
2026-04-30 b4fb6d19e33450b40da8d8b75a720bab8434af02
src/views/productionManagement/workOrderManagement/index.vue
@@ -264,7 +264,8 @@
  import QRCode from "qrcode";
  import { getCurrentInstance, reactive, toRefs } from "vue";
  import MaterialDialog from "./components/MaterialDialog.vue";
  import FileList from "@/components/Dialog/FileList.vue";
  const FileList = defineAsyncComponent(() => import("@/components/Dialog/FileList.vue"));
  import useUserStore from "@/store/modules/user";
  const { proxy } = getCurrentInstance();
  const userStore = useUserStore();
@@ -372,7 +373,7 @@
          },
          disabled: row => {
            if (row.planQuantity <= 0) return true;
            if (!row.userIds) return true;
            if (!row.userIds) return false;
            try {
              const userIds =
                typeof row.userIds === "string"