出厂编号新增逻辑调整

master
李冬阳 1 year ago
parent 7d2c60af2c
commit 10e99ce87b

@ -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);

Loading…
Cancel
Save