供方入围可添加供应商修订版1.1
This commit is contained in:
parent
0c6a43235f
commit
2b9d90fef7
|
@ -36,9 +36,6 @@ import java.util.*;
|
||||||
public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit {
|
public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit {
|
||||||
|
|
||||||
IPortraitService portraitService = new PortraitServiceImpl();
|
IPortraitService portraitService = new PortraitServiceImpl();
|
||||||
private HashMap<String, DynamicObject> projectSectionIDMap = new HashMap();
|
|
||||||
private HashMap<Long, DynamicObject> projectSectionMap = new HashMap();
|
|
||||||
List<String> isCheckList = new ArrayList();
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void registerListener(EventObject e) {
|
public void registerListener(EventObject e) {
|
||||||
|
@ -57,7 +54,6 @@ public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit {
|
||||||
DynamicObjectCollection SEEntry = this.getModel().getEntryEntity("supplierenrollentry");
|
DynamicObjectCollection SEEntry = this.getModel().getEntryEntity("supplierenrollentry");
|
||||||
int[] selectRows = SEEntryGrid.getSelectRows();
|
int[] selectRows = SEEntryGrid.getSelectRows();
|
||||||
for (int selectRow : selectRows) {
|
for (int selectRow : selectRows) {
|
||||||
this.getView().showTipNotification("beforedo:"+String.valueOf(selectRow));
|
|
||||||
DynamicObject dy = SEEntry.get(selectRow);
|
DynamicObject dy = SEEntry.get(selectRow);
|
||||||
DynamicObject enrollsupplier = dy.getDynamicObject("enrollsupplier");//报名供应商
|
DynamicObject enrollsupplier = dy.getDynamicObject("enrollsupplier");//报名供应商
|
||||||
if (enrollsupplier != null){
|
if (enrollsupplier != null){
|
||||||
|
|
Loading…
Reference in New Issue