基本信息
批量选择
单项选择
{{ inDate }}
新增
{{
scope.row.type == "NY" ? "耐用品" : "易耗品"
}}
{{ scope.row.requiredQuantity || 0 }}
{{
scope.row.theInboundQuantity === undefined
? 0
: scope.row.theInboundQuantity
}}
-
{{ scope.row.unitPrice || 0 }}
{{ scope.row.remark }}
{{ scope.row.materialName }}
{{
scope.row.type == "NY" ? "耐用品" : "易耗品"
}}
{{ scope.row.requiredQuantity || 0 }}
{{ scope.row.inboundQuantity || 0 }}
{{ scope.row.theInboundQuantity || 0 }}
-
{{ scope.row.unitPrice || 0 }}
入库账目表格:
{{
scope.row.type === "NY"
? "耐用品"
: scope.row.type === "YH"
? "易耗品"
: ""
}}
{{ scope.row.num || 0 }}
-
{{ scope.row.unitPrice || 0 }}
-
{{ scope.row.unitPrice || 0 }}
{{ scope.row.totalQuantity }}
-
{{ scope.row.unitPrice || 0 }} s
{{
scope.row.userInfoVO
? scope.row.userInfoVO.name
: sizeForm.userInfoVO.name
}}
{{ inDate }}