+
+
+
候选确认与下单授权
+
选择只会授权设备创建一笔待付款订单,不授权付款。
+
+
{{len .Task.Candidates}} 个候选
+
+
+ {{if .Task.CanAuthorizeOrder}}
+
+ {{else}}
+
+ 当前候选不能创建或修改授权,请查看下方授权状态或刷新任务。
+
+ {{end}}
+
+ {{if .Task.OrderAuthorizations}}
+ 授权历史
+
+ {{range .Task.OrderAuthorizations}}
+ -
+ 版本 {{.Version}} · {{.Status}}
+ 候选 {{.CandidateKey}}
+ 规格 {{if .CandidateSKUText}}{{.CandidateSKUText}}{{else}}未读取{{end}} ·
+ 数量 {{.Quantity}} · 价格 {{if .CandidatePriceText}}{{.CandidatePriceText}}{{else}}未读取{{end}}
+
+
+ {{end}}
+
+ {{end}}
+
+ {{end}}
+
{{with .Task.ExecutionReport}}