mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-23 13:05:33 +08:00
1. 【新增】售后单售后原因类型支持搜索
2. 【新增】手工创建订单折扣可输入正数 3. 【优化】盘点申请单确认 4. 【修复】采购退货单模拟出库失败问题 5. 【新增】订单金额客户实付与结算金额 6. 【优化】仓库发货统计报表物料名称显示 7. 【优化】自有仓储虚拟发货逻辑 8. 【修复】基础物料分类管理问题
This commit is contained in:
@@ -33,13 +33,19 @@
|
||||
|
||||
<div class="form-field">
|
||||
<span class="form-field-label"><em class="c-red">*</em>仓库编号:</span>
|
||||
<input class="form-input" name="branch_bn" id="branch_bn" value="<{$branch.branch_bn}>" vtype="code&&required" placeholder="仓库在系统中的编号" />
|
||||
<input class="form-input" name="branch_bn" id="branch_bn" value="<{$branch.branch_bn}>" placeholder="仓库在系统中的编号" />
|
||||
</div>
|
||||
|
||||
<div class="form-field">
|
||||
<span class="form-field-label"><em class="c-red">*</em>库内存放点编号:</span>
|
||||
<input class="form-input" name="storage_code" id="storage_code" value="<{$branch.storage_code}>" vtype="code&&required" placeholder="库内存放点编号" />
|
||||
</div>
|
||||
|
||||
<div class="form-field" >
|
||||
<span class="form-field-label">WAREHOUSE CODE:</span>
|
||||
<input class="form-input" name="warehouse_code" value="<{$branch.warehouse_code}>" vtype="code" placeholder="WAREHOUSE CODE" />
|
||||
<p class="form-remark">仓库在WMS系统中的唯一标识编码</p>
|
||||
</div>
|
||||
|
||||
<div class="form-field">
|
||||
<span class="form-field-label">截单时间:</span>
|
||||
@@ -209,6 +215,11 @@
|
||||
<span class="form-field-label">手机:</span>
|
||||
<input class="form-input" name="mobile" value="<{$branch.mobile}>" vtype="number" placeholder="仓库负责人的移动联系方式" />
|
||||
</div>
|
||||
|
||||
<div class="form-field">
|
||||
<span class="form-field-label">邮箱:</span>
|
||||
<{input name="email" type="textarea" value=$branch.email }><{help}>多个有限使用,间隔<{/help}>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user