mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-25 18:25:50 +08:00
1. 【新增】售后单售后原因类型支持搜索
2. 【新增】手工创建订单折扣可输入正数 3. 【优化】盘点申请单确认 4. 【修复】采购退货单模拟出库失败问题 5. 【新增】订单金额客户实付与结算金额 6. 【优化】仓库发货统计报表物料名称显示 7. 【优化】自有仓储虚拟发货逻辑 8. 【修复】基础物料分类管理问题
This commit is contained in:
@@ -72,6 +72,11 @@
|
||||
<th><{t}>申请退款金额<{/t}></th>
|
||||
<th><{t}>已退款金额<{/t}></th>
|
||||
<th><{t}>销售金额<{/t}></th>
|
||||
<th><{t}>平台承担<{/t}></th>
|
||||
<th><{t}>结算金额<{/t}></th>
|
||||
<th><{t}>客户实付<{/t}></th>
|
||||
<th><{t}>支付优惠金额<{/t}></th>
|
||||
<th><{t}>子订单号<{/t}></th>
|
||||
<th><{t}>仓库<{/t}></th>
|
||||
<th><{t}>平台商品ID<{/t}></th>
|
||||
<th><{t}>平台SkuID<{/t}></th>
|
||||
@@ -88,6 +93,11 @@
|
||||
<td><{$aProduct.money|default:$total_price}></td>
|
||||
<td><{$aProduct.refunded|default:$total_price}></td>
|
||||
<td><{$aProduct.saleprice|default:'0'}></td>
|
||||
<td><{$aProduct.platform_amount|cur}></td>
|
||||
<td><{$aProduct.settlement_amount|cur}></td>
|
||||
<td><{$aProduct.actually_amount|cur}></td>
|
||||
<td><{$aProduct.platform_pay_amount|cur}></td>
|
||||
<td><{$aProduct.oid|default:'-'}></td>
|
||||
<td><{$aProduct.branch_id}></td>
|
||||
<td><{$aProduct.shop_goods_id}></td>
|
||||
<td><{$aProduct.shop_product_id}></td>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
|
||||
<{capture name="header"}>
|
||||
<link href="../app/ome/statics/ome.css" rel="stylesheet" type="text/css">
|
||||
<{/capture}>
|
||||
@@ -23,7 +24,7 @@
|
||||
<div class="division">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<th>商品总额:</th>
|
||||
<th>基础物料总额:</th>
|
||||
<td><{if $show_sale_price}><{$sales.total_amount|cur}><{else}>-<{/if}></td>
|
||||
<th>店铺名称:</th>
|
||||
<td><{$sales.shopname}></td>
|
||||
@@ -134,10 +135,10 @@
|
||||
<th orderkey="store"><{t}>物料类型<{/t}></th>
|
||||
<th orderkey="bn"><{t}>物料编码<{/t}></th>
|
||||
<th orderkey="store"><{t}>物料名称<{/t}></th>
|
||||
<th orderkey="store"><{t}>商品规格<{/t}></th>
|
||||
<th orderkey="store"><{t}>基础物料规格<{/t}></th>
|
||||
<th orderkey="weight"><{t}>吊牌价<{/t}></th>
|
||||
<th orderkey="unit"><{t}>数量<{/t}></th>
|
||||
<th orderkey="store"><{t}>货品优惠<{/t}></th>
|
||||
<th orderkey="store"><{t}>基础物料优惠<{/t}></th>
|
||||
<th orderkey="weight"><{t}>销售总价<{/t}></th>
|
||||
<th orderkey="store"><{t}>平摊优惠<{/t}></th>
|
||||
<th orderkey="unit"><{t}>销售金额<{/t}></th>
|
||||
|
||||
Reference in New Issue
Block a user