基本信息
批量选择
单项选择
{{ outDate }} 出库信息:
新增
{{ scope.row.materialName }}
{{ scope.row.type === "NY" ? "耐用品" : (scope.row.type === "YH" ? "易耗品" : "") }}
{{ scope.row.departmentName }}
{{ scope.row.outboundQuantity || 0 }}
出库账目表格:
{{ scope.row.type === "NY" ? "耐用品" : (scope.row.type === "YH" ? "易耗品" : "") }}
{{ getDepartmentName(scope.row.department) }}
{{ scope.row.outboundQuantity || 0 }}
{{ scope.row.type === "NY" ? "耐用品" : (scope.row.type === "YH" ? "易耗品" : "") }}
{{ scope.row.outboundQuantity || 0 }}