|
@ -258,10 +258,7 @@ const butttondata = (row) => { |
|
|
hide: isShowMainButton(row, 'publish'), |
|
|
hide: isShowMainButton(row, 'publish'), |
|
|
hasPermi: 'qms:inspection-recode-main:pub' |
|
|
hasPermi: 'qms:inspection-recode-main:pub' |
|
|
}), // 发布 |
|
|
}), // 发布 |
|
|
defaultButtons.mainListCloseBtn({ |
|
|
|
|
|
hide: isShowMainButton(row, 'publish'), |
|
|
|
|
|
hasPermi: 'qms:inspection-recode-main:close' |
|
|
|
|
|
}), // 关闭 |
|
|
|
|
|
defaultButtons.mainListPackageBtn({ hide: isShowPackageBtn(row, ['11']) }), // 包装 |
|
|
defaultButtons.mainListPackageBtn({ hide: isShowPackageBtn(row, ['11']) }), // 包装 |
|
|
// defaultButtons.mainListJobExeBtn({ |
|
|
// defaultButtons.mainListJobExeBtn({ |
|
|
// hide:row.useDecision, |
|
|
// hide:row.useDecision, |
|
@ -269,7 +266,11 @@ const butttondata = (row) => { |
|
|
// }), // 执行 |
|
|
// }), // 执行 |
|
|
defaultButtons.mainListEditBtn({ hide: isShowEditBtn(row, ['11']) }), // 编辑 |
|
|
defaultButtons.mainListEditBtn({ hide: isShowEditBtn(row, ['11']) }), // 编辑 |
|
|
defaultButtons.mainListPlanCheckQualityReportBtn({}), // 查看质检报告 |
|
|
defaultButtons.mainListPlanCheckQualityReportBtn({}), // 查看质检报告 |
|
|
defaultButtons.mainListSupplierResumeBtn({}) // 查看履历表 |
|
|
defaultButtons.mainListSupplierResumeBtn({}), // 查看履历表 |
|
|
|
|
|
defaultButtons.mainListCloseBtn({ |
|
|
|
|
|
hide: isShowMainButton(row, 'publish'), |
|
|
|
|
|
hasPermi: 'qms:inspection-recode-main:close' |
|
|
|
|
|
}), // 关闭 |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|