Explorar o código

提交退换货的上门地址修改

lvhao hai 2 días
pai
achega
808ed627c3

+ 1 - 1
core/CoreApp/controllers/Registration.php

@@ -169,7 +169,7 @@ class Registration extends Start_Controller {
 				}
 				else if($value['address'] == 4)
 				{
-					$info_list[$key]['address'] = 'Dallas3333';
+					$info_list[$key]['address'] = 'Dallas';
 				}
 				else if($value['address'] == 5)
 				{

+ 1 - 1
template/erp/registration_add.html

@@ -41,7 +41,7 @@
 <option value="1">BK850</option>
 <option value="2">Manhattan819</option>
 <option value="3">Flatbush933</option>
-<option value="4">Dallas3333</option>
+<option value="4">Dallas</option>
 <option value="5">Atlanta</option>
 </select>
 </li>

+ 1 - 1
template/erp/registration_edit.html

@@ -48,7 +48,7 @@
 <option value="1" {if $registration['address'] == 1}selected="selected"{/if}>BK850</option>
 <option value="2" {if $registration['address'] == 2}selected="selected"{/if}>Manhattan819</option>
 <option value="3" {if $registration['address'] == 3}selected="selected"{/if}>Flatbush933</option>
-<option value="4" {if $registration['address'] == 4}selected="selected"{/if}>Dallas3333</option>
+<option value="4" {if $registration['address'] == 4}selected="selected"{/if}>Dallas</option>
 <option value="5" {if $registration['address'] == 5}selected="selected"{/if}>Atlanta</option>
 </select>
 </li>

+ 2 - 0
template/erp/registration_see.html

@@ -41,6 +41,8 @@
 {if $registration['address'] == 1}BK850
 {else if $registration['address'] == 2}Manhattan819
 {else if $registration['address'] == 3}Flatbush933{/if}
+{else if $registration['address'] == 4}Dallas{/if}
+{else if $registration['address'] == 5}Atlanta{/if}
 </b>
 </li>