|
|
|
@ -4179,7 +4179,26 @@ public class NewCodeItemDialog extends Dialog {
|
|
|
|
|
}
|
|
|
|
|
// icspro[i] = new ICSProperty(bean.propID, value);
|
|
|
|
|
System.out.println("颜色:" + ys);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
if ("²ÄÖÊ".equals(bean.propDisName)) {
|
|
|
|
|
if (bean.isLov) {
|
|
|
|
|
cz = ((Combo) classTextList.get(i)).getText();
|
|
|
|
|
cz = bean.lovMapping.get(cz);
|
|
|
|
|
} else {
|
|
|
|
|
cz = ((Text) classTextList.get(i)).getText();
|
|
|
|
|
}
|
|
|
|
|
// icspro[i] = new ICSProperty(bean.propID, value);
|
|
|
|
|
System.out.println("²ÄÖÊ£º" + cz);
|
|
|
|
|
}
|
|
|
|
|
if ("ÐͺÅ".equals(bean.propDisName)) {
|
|
|
|
|
if (bean.isLov) {
|
|
|
|
|
xh = ((Combo) classTextList.get(i)).getText();
|
|
|
|
|
xh = bean.lovMapping.get(xh);
|
|
|
|
|
} else {
|
|
|
|
|
xh = ((Text) classTextList.get(i)).getText();
|
|
|
|
|
}
|
|
|
|
|
// icspro[i] = new ICSProperty(bean.propID, value);
|
|
|
|
|
System.out.println("Ðͺţº" + xh);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (ysjth != null && ys == null) {
|
|
|
|
|