fix: 采购价格上限按数量计算总价 (#181)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
这是一个**片段**,不是整页——外面的弹窗壳子在 task/list.html 里。
|
||||
|
||||
`[必须]` 只读:本工单不做改派、重试、取消,弹窗里不放对应的表单和按钮,
|
||||
见 #19。采购专有字段(目标规格/数量/价格上限)在采集任务这里
|
||||
见 #19。采购专有字段(目标规格/数量/订单总价上限)在采集任务这里
|
||||
**整段隐藏**,不显示空行。 */}}
|
||||
{{with .D}}
|
||||
<div class="modal-head">
|
||||
@@ -33,7 +33,7 @@
|
||||
{{if .IsPurchase}}
|
||||
<dt>目标规格</dt><dd>{{.SpecText}}</dd>
|
||||
<dt>数量</dt><dd>{{.QuantityText}}</dd>
|
||||
<dt>价格上限</dt><dd>{{.PriceLimitText}}</dd>
|
||||
<dt>订单总价上限</dt><dd>{{.PriceLimitText}}</dd>
|
||||
{{end}}
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user