{{item.product_model}}
{{item.product_name}}
¥{{ purchaseManager ? numToCur(item.purchase_price * item.amount, systemSetting.price_decimals_setting, 'price') : '**' }}
{{color_show==1 ? item.color_name :''}}
{{ size_show==1 || origin_specification>0 ? item.size_name : ''}}
¥{{ purchaseManager ? numToCur(item.purchase_price, systemSetting.price_decimals_setting, 'price') : '*' }}
{{ item.main_unit_name ? '/' + item.main_unit_name : '' }}
调拨数:{{numToCur(item.amount,systemSetting.amount_decimals_setting)}}