{{ screen.allot_id ? '编辑调拨单' : '添加调拨单' }}
当前门店:
{{ globalStoreInfo.store_name }}
当前操作人:
{{ userInfo ? userInfo.username : '' }}
产品名称/规格/编码
当前库存
单位
成本价
数量
总金额
操作
{{ item.title }}
{{ item.real_stock || 0 }}
{{ item.unit || '件' }}
{{ item.cost_price || 0 }}
{{ (item.goods_num * item.cost_price || 0).toFixed(2) }}
暂无数据,请选择商品数据
合计:共{{ totalData.kindsNum }}种产品,合计金额{{ totalData.price.toFixed(2) }}