颜色件创建问题修复:

1.型号与材料未读取
main
zouxk 6 years ago
parent 402512ed1e
commit 0c45340420

@ -4179,7 +4179,26 @@ public class NewCodeItemDialog extends Dialog {
} }
// icspro[i] = new ICSProperty(bean.propID, value); // icspro[i] = new ICSProperty(bean.propID, value);
System.out.println("颜色:" + ys); 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) { if (ysjth != null && ys == null) {

Loading…
Cancel
Save