src/views/qualityManagement/processInspection/index.vue
@@ -122,6 +122,11 @@ prop: "uidNo", }, { label: "批号", prop: "batchNo", width: 140, }, { label: "单位", prop: "unit", }, @@ -165,7 +170,7 @@ label: "操作", align: "center", fixed: "right", width: 280, width: 340, operation: [ { name: "编辑", @@ -183,6 +188,20 @@ return false; } }, /*{ name: "填写检验记录", type: "text", clickFun: (row) => { openInspectionForm("edit", row); }, disabled: (row) => { if (row.inspectState == 1) return true; if (row.checkName) { return row.checkName !== userStore.nickName; } return false; } },*/ { name: "附件", type: "text",