基本信息
{{ outDateInfo }} 出库信息:
新增
{{
scope.row.type === "NY"
? "耐用品"
: scope.row.type === "YH"
? "易耗品"
: ""
}}
handleQuantityChange(newValue, scope.$index)
">
删除
出库账目表格:
{{
scope.row.userInfoVO
? scope.row.userInfoVO.name
: sizeForm.userInfoVO.name
}}
{{ outDateInfo }}