...
|
...
|
@@ -35,7 +35,9 @@ |
|
|
<input type="hidden" value="{{sku}}" name="sku">
|
|
|
<input type="hidden" value="{{price}}" name="price">
|
|
|
<input type="hidden" value="{{goods_type_id}}" name="typeid">
|
|
|
<input type="checkbox" checked="true">
|
|
|
{{#unless isLimitSkn}}
|
|
|
<input type="checkbox" checked="true">
|
|
|
{{/unless}}
|
|
|
{{/unless}}
|
|
|
</td>
|
|
|
<td width="60">
|
...
|
...
|
@@ -63,7 +65,7 @@ |
|
|
<td class="exchange-choose-wrap">
|
|
|
<p>
|
|
|
颜色要换成:
|
|
|
<select class="exchange-color">
|
|
|
<select class="exchange-color" {{#if isLimitSkn}}disabled{{/if}}>
|
|
|
<option value="0">请选择颜色</option>
|
|
|
{{# colorSize}}
|
|
|
<option value="{{goodsId}}">{{color}}</option>
|
...
|
...
|
@@ -79,13 +81,13 @@ |
|
|
</p>
|
|
|
<p>
|
|
|
尺码要换成:
|
|
|
<select class="exchange-size">
|
|
|
<select class="exchange-size" {{#if isLimitSkn}}disabled{{/if}}>
|
|
|
<option value="0">请选择尺码</option>
|
|
|
</select>
|
|
|
</p>
|
|
|
</td>
|
|
|
<td class="return-reason-wrap">
|
|
|
<select class="return-reason">
|
|
|
<select class="return-reason" {{#if isLimitSkn}}disabled{{/if}}>
|
|
|
<option value="0">请选择换货原因</option>
|
|
|
{{#with exchange}}
|
|
|
{{# reason}}
|
...
|
...
|
@@ -166,7 +168,9 @@ |
|
|
<input type="hidden" value="{{sku}}" name="sku">
|
|
|
<input type="hidden" value="{{price}}" name="price">
|
|
|
<input type="hidden" value="{{goods_type_id}}" name="typeid">
|
|
|
<input type="checkbox" checked="true">
|
|
|
{{#unless isLimitSkn}}
|
|
|
<input type="checkbox" checked="true">
|
|
|
{{/unless}}
|
|
|
{{/unless}}
|
|
|
</td>
|
|
|
<td width="60">
|
...
|
...
|
@@ -192,7 +196,7 @@ |
|
|
{{#if banMsg}}
|
|
|
<label>{{banMsg}}</label>
|
|
|
{{^}}
|
|
|
<select class="return-reason">
|
|
|
<select class="return-reason" {{#if isLimitSkn}}disabled{{/if}}>
|
|
|
<option value="0">请选择退货原因</option>
|
|
|
{{#with refund}}
|
|
|
{{# reason}}
|
...
|
...
|
|