基本信息
批量选择
单项选择
{{ inDate }}
新增
{{ scope.row.requiredQuantity || 0 }}
{{ scope.row.unit || '' }}
{{ scope.row.requiredQuantity || 0 }}
入库账目表格:
{{ scope.row.type === "ny" ? "耐用品" : (scope.row.type === "yh" ? "易耗品" : "") }}
{{ Number(scope.row.inboundQuantity || 0) + Number(scope.row.theInboundQuantity || 0) }}
{{ scope.row.userInfoVO ? scope.row.userInfoVO.name : (sizeForm.submitName || '') }}
{{ inDate }}
{{ scope.row.type === "1" ? "耐用品" : (scope.row.type === "2" ? "易耗品" : "") }}
{{ scope.row.unitPrice || 0 }}
{{ scope.row.unitPrice || 0 }}
{{ Number(scope.row.inboundQuantity || 0) + Number(scope.row.theInboundQuantity || 0) }}
{{ scope.row.unitPrice || 0 }}
{{ scope.row.userInfoVO ? scope.row.userInfoVO.name : (sizeForm.submitName || '') }}
{{ inDate }}