|
|
@@ -44,14 +44,26 @@ public class customschemeItems extends Controller {
|
|
|
JSONObject jsonObject2 =new JSONObject();
|
|
|
JSONObject jsonObject3 =new JSONObject();
|
|
|
JSONObject jsonObject4 =new JSONObject();
|
|
|
- jsonObject1.put("value", "spec");
|
|
|
- jsonObject1.put("description", "尺寸");
|
|
|
- jsonObject2.put("value", "material");
|
|
|
- jsonObject2.put("description", "基材");
|
|
|
- jsonObject3.put("value", "color");
|
|
|
- jsonObject3.put("description", "颜色");
|
|
|
- jsonObject4.put("value", "cheek");
|
|
|
- jsonObject4.put("description", "边框");
|
|
|
+ if(siteid.equalsIgnoreCase("DLB")){
|
|
|
+ jsonObject1.put("value", "spec");
|
|
|
+ jsonObject1.put("description", "尺寸");
|
|
|
+ jsonObject2.put("value", "material");
|
|
|
+ jsonObject2.put("description", "选项");
|
|
|
+ jsonObject3.put("value", "color");
|
|
|
+ jsonObject3.put("description", "颜色");
|
|
|
+ jsonObject4.put("value", "cheek");
|
|
|
+ jsonObject4.put("description", "工艺");
|
|
|
+ }else {
|
|
|
+ jsonObject1.put("value", "spec");
|
|
|
+ jsonObject1.put("description", "尺寸");
|
|
|
+ jsonObject2.put("value", "material");
|
|
|
+ jsonObject2.put("description", "基材");
|
|
|
+ jsonObject3.put("value", "color");
|
|
|
+ jsonObject3.put("description", "颜色");
|
|
|
+ jsonObject4.put("value", "cheek");
|
|
|
+ jsonObject4.put("description", "边框");
|
|
|
+ }
|
|
|
+
|
|
|
boolean hsacolor =false;
|
|
|
boolean hsamaterial =false;
|
|
|
boolean hsaspec =false;
|