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