新增
全选
删除
打印
导出
{{ scope.row.warehouse_out_time | parseTime("{y}-{m}-{d}") }}
{{ scope.row.warehouse_out_order_number }}
{{ getXuserName(scope.row.creater) }}
自动出库
手动出库
{{ scope.row.good_name }}
{{ scope.row.specification_name}} / {{scope.row.packing_unit}}
{{ scope.row.count}}{{scope.row.packing_unit}}
{{getOutStockCount(scope.row.good_id)}}{{scope.row.packing_unit}}
{{ scope.row.price}}
{{ (scope.row.count * scope.row.price).toFixed(2)}}
{{(getOutStockCount(scope.row.good_id)*scope.row.price).toFixed(2)}}
{{ getManufactuerName(scope.row.manufacturer)}}
{{getDealerName(scope.row.dealer) }}
{{ getTime(scope.row.product_date,"{y}-{m}-{d}")}}
{{ getTime(scope.row.expiry_date,"{y}-{m}-{d}")}}
{{ scope.row.remark }}
使用明细
出库单详情
{{warehousingOutInfo.info.warehouse_out_order_number}}
单据日期: {{warehousingOutInfo.info.warehouse_out_time | parseTime('{y}-{m}-{d}')}}
厂商 {{getManufactuerName(warehousingOutInfo.info.manufacturer)}}
经销商 {{getDealerName(warehousingOutInfo.info.dealer)}}
编辑
删除
耗材类型
{{getTypeName(scope.row.good_type_id)}}
耗材名称
{{getTypeNameOne(scope.row.good_id)}}
规格型号
{{getSpecificationName(scope.row.good_id)}}
出货价
{{scope.row.price}}
出库数量
{{scope.row.count}}
{{getOutStockCount(scope.row.good_id)}}
{{calculate(scope.row.price*scope.row.count)}}
{{scope.row.remark}}
{{ scope.row.remark.substr(0,20)+'...' }}
{{ scope.row.remark}}
使用明细
商品使用明细
序号
{{scope.$index+1}}
使用人
系统
使用数量
{{scope.row.count}}
使用时间
{{scope.row.ctime | parseTime('{y}-{m}-{d} {h}:{i}')}}
耗材类型*
规格名称*
单价*
出库数量*
{{calculate(scope.row.price*scope.row.count)}}
商品使用明细
序号
{{scope.$index+1}}
{{'合计'}}
使用人
{{scope.row.name}}
使用数量
{{scope.row.count}}{{scope.row.packing_unit}}
{{scope.row.total}}
使用时间
{{scope.row.ctime | parseTime('{y}-{m}-{d} {h}:{i}')}}