|
|
@ -663,6 +663,30 @@ export function mainListDocumentPrintBtn(option:any) { |
|
|
|
hasPermi: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
// 主列表-生成到货检验申请
|
|
|
|
export function mainInspectRequestBtn(option:any) { |
|
|
|
return __defaultBtnOption(option,{ |
|
|
|
label: '生成到货检验申请', |
|
|
|
name: 'inspectRequest', |
|
|
|
hide: false, |
|
|
|
type: 'primary', |
|
|
|
color: '', |
|
|
|
link: true, // 文本展现按钮
|
|
|
|
hasPermi: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
// 主列表-生成采购上架申请
|
|
|
|
export function mainPutawayRequestBtn(option:any) { |
|
|
|
return __defaultBtnOption(option,{ |
|
|
|
label: '生成采购上架申请', |
|
|
|
name: 'putawayRequest', |
|
|
|
hide: false, |
|
|
|
type: 'primary', |
|
|
|
color: '', |
|
|
|
link: true, // 文本展现按钮
|
|
|
|
hasPermi: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
// 默认按钮规则
|
|
|
|
function __defaultBtnOption(option:any,specific:any){ |
|
|
|
return { |
|
|
|