|
|
@ -870,8 +870,10 @@ public class FactoryNoZYDialog2zt extends AbstractAIFDialog {
|
|
|
|
factoryID = factoryID + String.format(c, start + j);
|
|
|
|
factoryID = factoryID + String.format(c, start + j);
|
|
|
|
}else if(type.equals(ztsvg)) {
|
|
|
|
}else if(type.equals(ztsvg)) {
|
|
|
|
factoryID = type + String.format(c, start + j);
|
|
|
|
factoryID = type + String.format(c, start + j);
|
|
|
|
}
|
|
|
|
}else if(isAdd) {
|
|
|
|
else {
|
|
|
|
String prefix0 = (String) t_bom.getValueAt(0, 5);
|
|
|
|
|
|
|
|
factoryID = prefix0 + String.format(c, start + j);
|
|
|
|
|
|
|
|
}else {
|
|
|
|
factoryID = type + dateString + String.format(c, start + j);
|
|
|
|
factoryID = type + dateString + String.format(c, start + j);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
list_new_factoryNos.add(factoryID);
|
|
|
|
list_new_factoryNos.add(factoryID);
|
|
|
|