Explorar el Código

添加亚马孙店铺

lvhao hace 5 meses
padre
commit
65b5ba23a8
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      template/erp/shop_add.html
  2. 1 0
      template/erp/shop_edit.html

+ 1 - 0
template/erp/shop_add.html

@@ -19,6 +19,7 @@
 <option value="">无</option>
 <option value="Magento">Magento</option>
 <option value="Shopify">Shopify</option>
+<option value="Amazon">Amazon</option>
 <option value="Other">Other</option>
 </select>
 </li>

+ 1 - 0
template/erp/shop_edit.html

@@ -19,6 +19,7 @@
 <option value="" {if $shop['program'] == ''}selected="selected"{/if}>无</option>
 <option value="Magento" {if $shop['program'] == 'Magento'}selected="selected"{/if}>Magento</option>
 <option value="Shopify" {if $shop['program'] == 'Shopify'}selected="selected"{/if}>Shopify</option>
+<option {if $shop['program'] =="Amazon"}selected="selected"{/if} value="Amazon">Amazon</option>
 <option value="Other" {if $shop['program'] == 'Other'}selected="selected"{/if}>Other</option>
 </select>
 </li>