Authored by wangwei

Merge branch 'dev5.8.1_优惠券' into test5.8.1

@@ -234,7 +234,30 @@ @@ -234,7 +234,30 @@
234 </div> 234 </div>
235 235
236 </div> 236 </div>
  237 + <div class="panel-heading">
  238 + <h4 class="panel-title">费用承担</h4>
  239 + </div>
  240 + <div class="panel-body">
  241 + <div class="row">
  242 + <div class="form-group">
  243 +
  244 + <label class="col-sm-2 control-label">费用承担</label>
237 245
  246 + <div class="col-sm-8">
  247 + [[if feeSharingType == 1]]
  248 + <p>我司承担</p>
  249 + [[else if feeSharingType == 2]]
  250 + <p>供应商承担</p>
  251 + [[else if feeSharingType == 3]]
  252 + <p>分摊(合同结算)</p>
  253 + [[else if feeSharingType == 4]]
  254 + <p>分摊-我司承担比例:[[feeSharingRatio]]</p>
  255 + [[/if]]
  256 + </div>
  257 + </div>
  258 + </div>
  259 +
  260 + </div>
238 </div> 261 </div>
239 </script> 262 </script>
240 <script type="text/template" id="operation-record-template"> 263 <script type="text/template" id="operation-record-template">