零件采购单审批
搜索
重置
{{ scope.row.purchaseNo }}
{{
getIntDictOptions(DICT_TYPE.HELI_PART_PURCHASE_ORDER_TYPE).find(
(dict) => dict.value === scope.row.goodsType
)?.label || '未知状态'
}}
{{
getIntDictOptions(DICT_TYPE.HELI_DOCUMENT_STATUS).find(
(dict) => dict.value === scope.row.status
)?.label || '未知状态'
}}
去审核
查看详情