采购申请添加合同物资逻辑和合同看板优化
This commit is contained in:
parent
b4844b3dad
commit
a4e83fcc78
|
|
@ -185,8 +185,8 @@ public class PurchaseAppBillPlugin extends AbstractBillPlugIn implements BeforeF
|
|||
|
||||
int i;
|
||||
for (i = 0; i < rowCount; ++i) {
|
||||
String id = (String) this.getModel().getValue("zcgj_listingid", i);
|
||||
if (id != null && id != " ") {
|
||||
String id = (String) this.getModel().getValue("zcgj_listingid", i);//合同ID
|
||||
if (id != null && !id.equals(" ")) {
|
||||
listingIdSet.add(id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue