调拨单查询
{{ item.allot_no }}
¥{{ item.goods_money }}
出库门店:{{ item.output_store_name }}
入库门店:{{ item.input_store_name }}
{{ $util.timeFormat(item.allot_time) }}
暂无数据
调拨单详情
基本信息
制单人:
{{ detail.operater_name || '--' }}
制单时间:
{{ detail.create_time }}
出库门店:
{{ detail.output_store_name }}
入库门店:
{{ detail.input_store_name }}
调拨时间:
{{ $util.timeFormat(detail.allot_time) }}
商品明细
商品名称/规格/条形码
单位
数量
单价(元)
金额(元)
{{ item.goods_sku_name }}
{{ item.goods_unit }}
{{ item.goods_num }}
{{ item.goods_price }}
{{ parseFloat(item.goods_sum).toFixed(2) }}
商品种类
{{ detail.goods_count }}种
商品数量
{{ detail.goods_piece }}{{ detail.goods_unit }}
合计金额
¥{{ parseFloat(detail.goods_total_price).toFixed(2) }}