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:
@@ -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