gaoluyang
7 天以前 80ef3a1fb42f37cde2e9753317e118c50379b095
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -319,6 +319,10 @@
  // 打开弹框
  const openDialog = async (type, row) => {
    operationType.value = type;
    // 已提交的检验单强制只读
    if (row?.inspectState === 1) {
      operationType.value = "view";
    }
    getOptions().then(res => {
      supplierList.value = res.data;
    });