yuan
7 天以前 4a811fb2cd4ee4e1cbfe284bfd1fe3a7d16204ce
src/views/qualityManagement/rawMaterialInspection/index.vue
@@ -121,7 +121,12 @@
  },
  {
    label: "UID码",
    prop: "uidNO",
    prop: "uidNo",
  },
  {
    label: "批号",
    prop: "batchNo",
    width: 140,
  },
  {
    label: "单位",
@@ -167,7 +172,7 @@
    label: "操作",
    align: "center",
    fixed: "right",
    width: 280,
    width: 340,
    operation: [
      {
        name: "编辑",
@@ -185,6 +190,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",
@@ -294,6 +313,12 @@
    formDia.value?.openDialog(type, row)
  })
};
// 打开新增检验弹框
const openInspectionForm = (type, row) => {
  nextTick(() => {
    inspectionFormDia.value?.openDialog(type, row)
  })
};
// 打开附件弹框
const openFilesFormDia = (type, row) => {
  nextTick(() => {