店内调出单号:
{{detailData.storeCallOutNo}}
调往对象名称:
{{
(detailData.putPersonType == 'EMPLOYEE'
? detailData.putPersonName
: detailData.customerNameCurrent == detailData.putPersonName
? detailData.customerNameCurrent
: detailData.customerNameCurrent + '(' + detailData.putPersonName + ')') || '--'
}}
调拨类型:
{{detailData.callOutTypeName||'--'}}
业务状态:
{{detailData.stateDictValue||'--'}}
财务状态:
{{detailData.settleStateDictValue||'--'}}
备注:
{{detailData.remark||'--'}}
总款数:{{productTotal.productTotalCategory||0}}
总数量:{{productTotal.productTotalQty||0}}
总成本:¥{{productTotal.productTotalCost||0}}
产品编码
产品名称
调出数量
实际总成本
{{item.productCode}}
{{item.productName}}
{{item.outQty}}