feat: 采购详情展示 PDD 核单结果 (#125)
This commit is contained in:
@@ -34,6 +34,20 @@
|
||||
{{end}}
|
||||
</dl>
|
||||
|
||||
{{if .IsPurchase}}
|
||||
<h3>PDD 核单结果</h3>
|
||||
{{if .HasPddOrder}}
|
||||
<dl class="detail">
|
||||
<dt>PDD 订单编号</dt><dd>{{.PddOrderNo}}</dd>
|
||||
<dt>下单时间</dt><dd>{{.PddOrderedAt}}</dd>
|
||||
<dt>上报时付款状态</dt><dd>{{.PddPaymentStatusText}}</dd>
|
||||
</dl>
|
||||
<p class="hint">{{.PddOrderResultText}}</p>
|
||||
{{else}}
|
||||
<p class="hint">{{.PddOrderResultText}}</p>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
{{if .HasError}}
|
||||
<h3>错误</h3>
|
||||
<dl class="detail">
|
||||
|
||||
Reference in New Issue
Block a user