<#include "../../inc/layout.html"> <@layout title="商品销售/采购明细表" js="scm/order/rpt1.js">

采购销售明细表

日期:{{query.start_date}}至{{query.end_date}}制表人:{{user.realname}}  制表日期:${(now?string('yyyy年MM月dd日'))}

销售员 单据日期 单据号 业务类型 客户 供应商 商品编号 商品名称 规格型号 计量单位 数量 单价 销售收入 采购支出 单位成本 销售成本 毛利 毛利率
{{el.head_name}} {{el.sign_date}} {{el.billsn}} {{el.ordertype|ordertype}} {{el.customer_name}} {{el.sn}} {{el.product_name}} {{el.model}} {{el.unit|custParame}} {{el.amount}} {{el.sale_price|money}} {{el.amt|money}} {{el.purchase_price|money}} {{el.cost|money}} {{el.ml|money}} {{(el.ml/el.amt*100)|money}}%
合计 {{amount_total}} {{amt_total|money}} {{cost_total|money}} {{ml_total|money}} {{(ml_total/amt_total*100)|money}}%