Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京能客户端
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
京能客户端
Commits
1fe91ae9
Commit
1fe91ae9
authored
Jul 15, 2024
by
黄重
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开标校验招标人代表功能+报表数据bug修复+隐藏ai分析
parent
590b1e92
Changes
28
Show whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
487 additions
and
266 deletions
+487
-266
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/FactorEvaluationComposite.java
.../evaluation/step/composite/FactorEvaluationComposite.java
+64
-41
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/ViewRiskComposite.java
...m/gx/obe/evaluation/step/composite/ViewRiskComposite.java
+39
-0
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/dialog/ViewRiskSupplierDialog.java
...gx/obe/evaluation/step/dialog/ViewRiskSupplierDialog.java
+175
-0
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ComplianceEvaluationTableComposite.java
.../review/composite/ComplianceEvaluationTableComposite.java
+1
-1
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ExpertSignEvaluationComposite.java
.../step/review/composite/ExpertSignEvaluationComposite.java
+1
-1
BID-EVALUATION/src/com/gx/obe/evaluation/MainDialog.java
BID-EVALUATION/src/com/gx/obe/evaluation/MainDialog.java
+4
-3
BID-OPENING/src/com/gx/obe/opening/MainDialog.java
BID-OPENING/src/com/gx/obe/opening/MainDialog.java
+4
-4
BID-OPENING/src/com/gx/obe/opening/composite/BidOpeningRemoteComposite.java
...m/gx/obe/opening/composite/BidOpeningRemoteComposite.java
+17
-1
BID-OPENING/src/com/gx/obe/opening/dialog/BatchRemoteBidOpeningDialog.java
...om/gx/obe/opening/dialog/BatchRemoteBidOpeningDialog.java
+20
-1
OBE-BUSINESS/src/com/gx/obe/WebserviceConstants.java
OBE-BUSINESS/src/com/gx/obe/WebserviceConstants.java
+4
-0
OBE-COMMON-ICONS/icons/45.png
OBE-COMMON-ICONS/icons/45.png
+0
-0
OBE-COMMON-ICONS/icons/48.bmp
OBE-COMMON-ICONS/icons/48.bmp
+0
-0
OBE-COMPONENTS-CORE/resource/TIANYAN_CHECK_NOTE.pdf
OBE-COMPONENTS-CORE/resource/TIANYAN_CHECK_NOTE.pdf
+0
-0
OBE-COMPONENTS-CORE/src/com/gx/obe/components/core/enumeration/ShowType.java
.../src/com/gx/obe/components/core/enumeration/ShowType.java
+2
-1
OBE-COMPONENTS-MESSAGES/bin/com/gx/obe/message/messages.properties
...NENTS-MESSAGES/bin/com/gx/obe/message/messages.properties
+5
-3
OBE-COMPONENTS-MESSAGES/bin/com/gx/obe/message/messages_zh_CN.properties
...MESSAGES/bin/com/gx/obe/message/messages_zh_CN.properties
+1
-0
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/Messages.java
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/Messages.java
+2
-0
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/messages.properties
...NENTS-MESSAGES/src/com/gx/obe/message/messages.properties
+5
-3
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/messages_zh_CN.properties
...MESSAGES/src/com/gx/obe/message/messages_zh_CN.properties
+1
-0
OBE-CONFIG/config.properties
OBE-CONFIG/config.properties
+102
-170
OBE-CONFIG/config_final.properties
OBE-CONFIG/config_final.properties
+1
-1
OBE-CONFIG/config_test.properties
OBE-CONFIG/config_test.properties
+1
-1
OBE-CONFIG/webservice.properties
OBE-CONFIG/webservice.properties
+32
-30
OBE-MANAGEMENT/splash.bmp
OBE-MANAGEMENT/splash.bmp
+0
-0
OBE-MANAGEMENT/src/com/gx/obe/management/LoginDialog.java
OBE-MANAGEMENT/src/com/gx/obe/management/LoginDialog.java
+1
-1
OBE-MANAGEMENT/src/com/gx/obe/management/MainDialog.java
OBE-MANAGEMENT/src/com/gx/obe/management/MainDialog.java
+3
-3
OBE-REPORT/src/com/gx/obe/report/dataset/excel/TechnicalComparisonDateSet.java
.../obe/report/dataset/excel/TechnicalComparisonDateSet.java
+1
-1
com.gx.obe.struct/.settings/org.eclipse.core.resources.prefs
com.gx.obe.struct/.settings/org.eclipse.core.resources.prefs
+1
-0
No files found.
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/FactorEvaluationComposite.java
View file @
1fe91ae9
...
@@ -240,8 +240,10 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -240,8 +240,10 @@ public class FactorEvaluationComposite extends EvaluationView {
private
Map
<
String
,
String
>
supplierNameMap
=
new
HashMap
<
String
,
String
>();
private
Map
<
String
,
String
>
supplierNameMap
=
new
HashMap
<
String
,
String
>();
private
Composite
buttonComposite
;
private
Composite
buttonComposite
;
private
TemplateTableListComposite
templateTableListComposite
;
private
TemplateTableListComposite
templateTableListComposite
;
private
AiEvalLeftButton
viewAI_btn
;
//
private AiEvalLeftButton viewAI_btn;
private
ShowAiProcessShell
showAiProcessShell
;
private
ShowAiProcessShell
showAiProcessShell
;
// private ELink viewRiskSupplier_link;
private
ViewRiskComposite
viewRiskComposite
;
{
{
LogUtils
.
logClass
(
FactorEvaluationComposite
.
class
);
LogUtils
.
logClass
(
FactorEvaluationComposite
.
class
);
...
@@ -388,40 +390,40 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -388,40 +390,40 @@ public class FactorEvaluationComposite extends EvaluationView {
menuFunctionUtils
.
addFunction
(
moreTools
,
"EVALUATION_VIEW_MORE"
);
menuFunctionUtils
.
addFunction
(
moreTools
,
"EVALUATION_VIEW_MORE"
);
viewAI_btn
=
new
AiEvalLeftButton
(
left_tool_composite
,
SWT
.
NONE
,
curTender
);
// viewAI_btn = new AiEvalLeftButton(left_tool_composite, SWT.NONE,curTender);
// viewAI_btn.addFocusListener(new FocusAdapter() {
//// viewAI_btn.addFocusListener(new FocusAdapter() {
// @Override
// public void focusLost(FocusEvent e) {
//// TODO
// if(null != showAiProcessShell && !showAiProcessShell.isDisposed()) {
// showAiProcessShell.close();
// }
//
// }
// });
// viewAI_btn.addMouseTrackListener(new MouseTrackAdapter() {
// @Override
// public void mouseEnter(MouseEvent e) {
// viewAiAction();
// }
////
//// @Override
//// @Override
//// public void mouseExit(MouseEvent e) {
//// public void focusLost(FocusEvent e) {
////// TODO
//// if(null != showAiProcessShell && !showAiProcessShell.isDisposed()) {
//// if(null != showAiProcessShell && !showAiProcessShell.isDisposed()) {
//// showAiProcessShell.close();
//// showAiProcessShell.close();
////// showAiProcessShell.dispose();
//// }
//// }
////
//// }
//// });
//// viewAI_btn.addMouseTrackListener(new MouseTrackAdapter() {
//// @Override
//// public void mouseEnter(MouseEvent e) {
//// viewAiAction();
//// }
//// }
//
//////
////// @Override
////// public void mouseExit(MouseEvent e) {
////// if(null != showAiProcessShell && !showAiProcessShell.isDisposed()) {
////// showAiProcessShell.close();
//////// showAiProcessShell.dispose();
////// }
////// }
////
//// });
// viewAI_btn.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/btn/white/view.png"));
// viewAI_btn.setText("");
// viewAI_btn.setToolTipText("标书查重");
// viewAI_btn.addMouseListener(new MouseAdapter() {
// public void mouseUp(MouseEvent e) {
// viewAiAction();
// }
// });
// });
viewAI_btn
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/btn/white/view.png"
));
viewAI_btn
.
setText
(
""
);
viewAI_btn
.
setToolTipText
(
"标书查重"
);
viewAI_btn
.
addMouseListener
(
new
MouseAdapter
()
{
public
void
mouseUp
(
MouseEvent
e
)
{
viewAiAction
();
}
});
// viewAI_btn.setVisible(false);
// viewAI_btn.setVisible(false);
// menuFunctionUtils.addFunction(viewAI_btn, "EVALUATION_VIEW_AI");
// menuFunctionUtils.addFunction(viewAI_btn, "EVALUATION_VIEW_AI");
...
@@ -469,6 +471,15 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -469,6 +471,15 @@ public class FactorEvaluationComposite extends EvaluationView {
verFront
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
false
,
true
,
1
,
1
));
verFront
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
false
,
true
,
1
,
1
));
// viewRiskSupplier_link = new ELink(supplier_composite, SWT.NONE);
// viewRiskSupplier_link.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/btn/blue/view.png"));
// viewRiskSupplier_link.setText("查看供应商风险");
// viewRiskSupplier_link.addMouseListener(new MouseAdapter() {
// public void mouseUp(MouseEvent e) {
// viewRiskSupplierAction();
// }
// });
// menuFunctionUtils.addFunction(viewRiskSupplier_link, "VIEW_RISK");
viewCredit_link
=
new
ELink
(
supplier_composite
,
SWT
.
NONE
);
viewCredit_link
=
new
ELink
(
supplier_composite
,
SWT
.
NONE
);
viewCredit_link
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/btn/blue/view.png"
));
viewCredit_link
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/btn/blue/view.png"
));
viewCredit_link
.
setText
(
"查看征信"
);
viewCredit_link
.
setText
(
"查看征信"
);
...
@@ -477,7 +488,6 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -477,7 +488,6 @@ public class FactorEvaluationComposite extends EvaluationView {
viewCreditAction
();
viewCreditAction
();
}
}
});
});
// ELink link = new ELink(supplier_composite, SWT.NONE);
// ELink link = new ELink(supplier_composite, SWT.NONE);
// link.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/btn/blue/view.png"));
// link.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/btn/blue/view.png"));
// link.setText("查看关联关系");
// link.setText("查看关联关系");
...
@@ -759,6 +769,8 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -759,6 +769,8 @@ public class FactorEvaluationComposite extends EvaluationView {
templateTableListComposite
=
new
TemplateTableListComposite
(
opinionComposite
,
SWT
.
NONE
);
templateTableListComposite
=
new
TemplateTableListComposite
(
opinionComposite
,
SWT
.
NONE
);
viewRiskComposite
=
new
ViewRiskComposite
(
opinionComposite
,
SWT
.
NONE
);
evaluation_talbe_composite
=
new
Composite
(
evaluation_panel_composite
,
SWT
.
NONE
);
evaluation_talbe_composite
=
new
Composite
(
evaluation_panel_composite
,
SWT
.
NONE
);
evaluation_talbe_composite
.
setLayout
(
new
FillLayout
(
SWT
.
HORIZONTAL
));
evaluation_talbe_composite
.
setLayout
(
new
FillLayout
(
SWT
.
HORIZONTAL
));
evaluation_talbe_composite
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
true
,
true
,
1
,
1
));
evaluation_talbe_composite
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
true
,
true
,
1
,
1
));
...
@@ -864,6 +876,7 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -864,6 +876,7 @@ public class FactorEvaluationComposite extends EvaluationView {
ImageButton
fileButton
=
createShowButton
(
ShowType
.
FILE
);
ImageButton
fileButton
=
createShowButton
(
ShowType
.
FILE
);
// ImageButton opinionButton = createShowButton(ShowType.OPINION);
// ImageButton opinionButton = createShowButton(ShowType.OPINION);
ImageButton
comparisonTableButton
=
createShowButton
(
ShowType
.
COMPARISON_TABLE
);
ImageButton
comparisonTableButton
=
createShowButton
(
ShowType
.
COMPARISON_TABLE
);
ImageButton
viewSupplierRiskBtn
=
createShowButton
(
ShowType
.
VIEW_SUPPLIER_RISK
);
// ImageButton structButton = createShowButton(ShowType.STRUCT);
// ImageButton structButton = createShowButton(ShowType.STRUCT);
switch
(
showType
)
{
switch
(
showType
)
{
...
@@ -876,9 +889,9 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -876,9 +889,9 @@ public class FactorEvaluationComposite extends EvaluationView {
case
COMPARISON_TABLE:
case
COMPARISON_TABLE:
curShowButton
=
comparisonTableButton
;
curShowButton
=
comparisonTableButton
;
break
;
break
;
// case STRUCT
:
case
VIEW_SUPPLIER_RISK
:
// curShowButton = structButto
n;
curShowButton
=
viewSupplierRiskBt
n
;
//
break;
break
;
}
}
curShowButton
.
setSelection
(
true
);
curShowButton
.
setSelection
(
true
);
}
}
...
@@ -1529,10 +1542,13 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -1529,10 +1542,13 @@ public class FactorEvaluationComposite extends EvaluationView {
opinionStackLayout
.
topControl
=
templateTableListComposite
;
opinionStackLayout
.
topControl
=
templateTableListComposite
;
templateTableListComposite
.
refresh
(
curTender
.
getId
(),
curEvaluationFactor
.
getFactorCode
(),
supplierList
);
templateTableListComposite
.
refresh
(
curTender
.
getId
(),
curEvaluationFactor
.
getFactorCode
(),
supplierList
);
break
;
break
;
// case STRUCT:
case
VIEW_SUPPLIER_RISK:
opinionStackLayout
.
topControl
=
viewRiskComposite
;
viewRiskComposite
.
refresh
(
curTender
);
// showStackLayout.topControl = structComposite;
// showStackLayout.topControl = structComposite;
// showStructTableAction();
// showStructTableAction();
//
break;
break
;
}
}
opinionComposite
.
layout
();
opinionComposite
.
layout
();
}
}
...
@@ -2711,10 +2727,10 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -2711,10 +2727,10 @@ public class FactorEvaluationComposite extends EvaluationView {
}
else
{
}
else
{
String
progress
=
httpResponse
.
getDataParam
(
"progress"
);
//
String progress = httpResponse.getDataParam("progress");
String
waitTime
=
httpResponse
.
getDataParam
(
"waitTime"
);
//
String waitTime = httpResponse.getDataParam("waitTime");
showAiProcessShell
=
new
ShowAiProcessShell
(
getShell
(),
viewAI_btn
,
ObjectUtils
.
getIntValue
(
progress
,
0
),
waitTime
);
//
showAiProcessShell = new ShowAiProcessShell(getShell(), viewAI_btn, ObjectUtils.getIntValue(progress, 0), waitTime);
showAiProcessShell
.
open
();
//
showAiProcessShell.open();
// ShowViewAiProcessDialog showViewAiProcessDialog = new ShowViewAiProcessDialog(getShell(), ObjectUtils.getIntValue(progress, 0), waitTime);
// ShowViewAiProcessDialog showViewAiProcessDialog = new ShowViewAiProcessDialog(getShell(), ObjectUtils.getIntValue(progress, 0), waitTime);
// showViewAiProcessDialog.open();
// showViewAiProcessDialog.open();
// callBackMsg(false, "获取下载地址失败!");
// callBackMsg(false, "获取下载地址失败!");
...
@@ -2733,8 +2749,8 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -2733,8 +2749,8 @@ public class FactorEvaluationComposite extends EvaluationView {
// unZipFile(savePath, FileConstants.getBiddingFilePath(curTender.getId()));
// unZipFile(savePath, FileConstants.getBiddingFilePath(curTender.getId()));
Display
.
getDefault
().
syncExec
(
new
Runnable
()
{
Display
.
getDefault
().
syncExec
(
new
Runnable
()
{
public
void
run
()
{
public
void
run
()
{
viewAI_btn
.
setVisible
(
true
);
//
viewAI_btn.setVisible(true);
viewAI_btn
.
getParent
().
layout
();
//
viewAI_btn.getParent().layout();
// viewAI_btn.setEnabled(true);
// viewAI_btn.setEnabled(true);
}
}
});
});
...
@@ -2747,6 +2763,13 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -2747,6 +2763,13 @@ public class FactorEvaluationComposite extends EvaluationView {
}
}
}
}
/**
* 查看风险供应商
*/
private
void
viewRiskSupplierAction
()
{
// TODO
}
/**
/**
* 标书查重功能
* 标书查重功能
*/
*/
...
...
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/ViewRiskComposite.java
0 → 100644
View file @
1fe91ae9
package
com
.
gx
.
obe
.
evaluation
.
step
.
composite
;
import
org.eclipse.swt.SWT
;
import
org.eclipse.swt.browser.Browser
;
import
org.eclipse.swt.layout.GridData
;
import
org.eclipse.swt.layout.GridLayout
;
import
org.eclipse.swt.widgets.Composite
;
import
com.gx.obe.components.core.Constants
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
public
class
ViewRiskComposite
extends
Composite
{
private
Browser
browser
;
/**
* Create the composite.
* @param parent
* @param style
*/
public
ViewRiskComposite
(
Composite
parent
,
int
style
)
{
super
(
parent
,
style
);
setLayout
(
new
GridLayout
(
1
,
false
));
browser
=
new
Browser
(
this
,
SWT
.
NONE
);
browser
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
true
,
true
,
1
,
1
));
}
@Override
protected
void
checkSubclass
()
{
// Disable the check that prevents subclassing of SWT components
}
public
void
refresh
(
TenderProjectEntity
tenderProject
)
{
// https://test.powerbeijing-ec.com/jndzzb/tBSupplierRatingLevelController.do?getSupplierRatingLevelByStageId&stageId=2c9080228fc20b3b018fc298d5a300ad
String
url
=
Constants
.
getPlatformUrl
(
"tBSupplierRatingLevelController.do?getSupplierRatingLevelByStageId&stageId="
+
tenderProject
.
getStageId
());
browser
.
setUrl
(
url
);
}
}
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/dialog/ViewRiskSupplierDialog.java
0 → 100644
View file @
1fe91ae9
package
com
.
gx
.
obe
.
evaluation
.
step
.
dialog
;
import
java.util.Calendar
;
import
java.util.Date
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
org.eclipse.nebula.widgets.grid.Grid
;
import
org.eclipse.nebula.widgets.grid.GridColumn
;
import
org.eclipse.nebula.widgets.grid.GridItem
;
import
org.eclipse.swt.SWT
;
import
org.eclipse.swt.core.CallBack
;
import
org.eclipse.swt.core.ImageResolver
;
import
org.eclipse.swt.core.MessageDialog
;
import
org.eclipse.swt.core.calendar.CalendarUtil
;
import
org.eclipse.swt.core.listener.LoadingAdatper
;
import
org.eclipse.swt.core.listener.PaintImageListener
;
import
org.eclipse.swt.core.utils.GridUtils
;
import
org.eclipse.swt.core.utils.WidgetUtils
;
import
org.eclipse.swt.core.widgets.EButton
;
import
org.eclipse.swt.core.widgets.EDialog
;
import
org.eclipse.swt.core.widgets.ELink
;
import
org.eclipse.swt.core.widgets.ESepator
;
import
org.eclipse.swt.custom.CLabel
;
import
org.eclipse.swt.events.DisposeEvent
;
import
org.eclipse.swt.events.DisposeListener
;
import
org.eclipse.swt.events.MouseAdapter
;
import
org.eclipse.swt.events.MouseEvent
;
import
org.eclipse.swt.events.SelectionAdapter
;
import
org.eclipse.swt.events.SelectionEvent
;
import
org.eclipse.swt.graphics.Point
;
import
org.eclipse.swt.graphics.Rectangle
;
import
org.eclipse.swt.layout.GridData
;
import
org.eclipse.swt.layout.GridLayout
;
import
org.eclipse.swt.widgets.Composite
;
import
org.eclipse.swt.widgets.Control
;
import
org.eclipse.swt.widgets.Display
;
import
org.eclipse.swt.widgets.Label
;
import
org.eclipse.swt.widgets.Shell
;
import
org.eclipse.swt.widgets.Text
;
import
com.gx.obe.ColorConstants
;
import
com.gx.obe.business.entity.BidPriceRound
;
import
com.gx.obe.business.entity.MenuFunction
;
import
com.gx.obe.common.icons.IconsActivator
;
import
com.gx.obe.common.widget.dialog.BidPriceItemDialog
;
import
com.gx.obe.common.widget.shell.ProgressMessageDialog
;
import
com.gx.obe.common.widget.thread.SyncThread
;
import
com.gx.obe.common.widget.utils.MenuFunctionUtils
;
import
com.gx.obe.components.core.Constants
;
import
com.gx.obe.components.core.enumeration.BidPriceEnum
;
import
com.gx.obe.config.ConfigConstants
;
import
com.gx.obe.config.utils.PropertiesUtils
;
import
com.gx.obe.evaluation.step.thread.ApplyReBidPriceThread
;
import
com.gx.obe.message.Messages
;
import
com.gx.obe.util.utils.DateUtils
;
import
com.gx.obe.util.utils.LogUtils
;
import
com.gx.obe.util.utils.NumericChineseUtils
;
import
com.gx.obe.util.utils.ObjectUtils
;
import
com.gx.obe.web.entity.Supplier
;
import
com.gx.obe.web.entity.evaluation.EvaluationStep
;
import
com.gx.obe.web.entity.price.BidPrice
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
import
com.gx.obe.web.entity.tender.TenderProjectRuleEntity
;
import
com.gx.obe.web.service.BidPriceService
;
import
com.gx.obe.web.service.SupplierService
;
import
com.gx.utils.NowTimeUtils
;
import
com.report.util.FreemarkerUtil
;
import
com.swtdesigner.ResourceManager
;
import
com.swtdesigner.SWTResourceManager
;
/**
* @Description: 启动新一轮报价
* @author wangxiang
*/
public
class
ViewRiskSupplierDialog
extends
EDialog
{
private
EButton
save_btn
;
private
ImageResolver
imageResolver
=
new
ImageResolver
();
private
SupplierService
supplierService
=
new
SupplierService
();
private
BidPriceService
bidPriceService
;
private
TenderProjectEntity
tenderProjectEntity
;
private
Text
stepMemoText
;
private
Composite
composite
;
private
CLabel
roundLabel
;
private
Text
timeText
;
private
CallBack
addCallBack
;
private
Text
roundName
;
private
TenderProjectRuleEntity
tenderProjectRuleEntity
;
private
ELink
addBidPriceItemBtn
;
private
ELink
delBidPriceItemBtn
;
private
int
newRound
;
private
Grid
itemListGrid
;
private
List
<
BidPrice
>
bidPriceList
;
private
int
selectionIndex
=
0
;
private
BidPrice
curBidPrice
;
private
int
intervalsTime
;
private
MenuFunctionUtils
menuFunctionUtils
;
private
Grid
supplierGrid
;
private
List
<
Supplier
>
supplierList
;
private
EvaluationStep
evaluationStep
;
{
LogUtils
.
logClass
(
ViewRiskSupplierDialog
.
class
);
}
/**
* Create the dialog.
* @param parentShell
*/
public
ViewRiskSupplierDialog
(
Shell
parentShell
,
TenderProjectEntity
tenderProjectEntity
,
TenderProjectRuleEntity
tenderProjectRuleEntity
,
int
newRound
,
MenuFunctionUtils
menuFunctionUtils
,
EvaluationStep
evaluationStep
,
CallBack
callBack
)
{
super
(
parentShell
);
setTitle
(
"查看供应商风险信息"
);
this
.
tenderProjectEntity
=
tenderProjectEntity
;
this
.
tenderProjectRuleEntity
=
tenderProjectRuleEntity
;
this
.
menuFunctionUtils
=
menuFunctionUtils
;
this
.
newRound
=
newRound
;
this
.
addCallBack
=
callBack
;
this
.
evaluationStep
=
evaluationStep
;
}
/**
* Create contents of the dialog.
* @param parent
*/
@Override
protected
Control
createDialogArea
(
Composite
parent
)
{
Composite
topContainer
=
(
Composite
)
super
.
createDialogArea
(
parent
);
topContainer
.
addDisposeListener
(
new
DisposeListener
()
{
public
void
widgetDisposed
(
DisposeEvent
e
)
{
imageResolver
.
disposite
();
}
});
return
topContainer
;
}
/**
* @Description: 初始化
* @author guoyr
*/
private
void
init
(){
}
private
void
refreshSupplierList
()
{
}
/**
* @Description: 取消
* @author guoyr
*/
private
void
cancelAction
(){
this
.
getShell
().
close
();
}
public
CallBack
getCallBack
()
{
return
addCallBack
;
}
public
void
setCallBack
(
CallBack
callBack
)
{
this
.
addCallBack
=
callBack
;
}
/**
* Return the initial size of the dialog.
*/
@Override
protected
Point
getInitialSize
()
{
return
new
Point
(
650
,
400
);
}
}
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ComplianceEvaluationTableComposite.java
View file @
1fe91ae9
...
@@ -1770,7 +1770,7 @@ public class ComplianceEvaluationTableComposite extends Composite implements IEv
...
@@ -1770,7 +1770,7 @@ public class ComplianceEvaluationTableComposite extends Composite implements IEv
evalFactorResult
=
supplierEvaluationFactorResultMap
.
get
(
supplier
.
getId
()).
get
(
evaluationFactor
.
getId
());
evalFactorResult
=
supplierEvaluationFactorResultMap
.
get
(
supplier
.
getId
()).
get
(
evaluationFactor
.
getId
());
}
}
if
(
null
!=
colContent
&&
StringUtils
.
isNotEmpty
(
colContent
.
get
(
col
).
toString
()))
{
if
(
null
!=
colContent
&&
null
!=
colContent
.
get
(
col
)
&&
StringUtils
.
isNotEmpty
(
colContent
.
get
(
col
).
toString
()))
{
evaluationButton
.
setEnabled
(!
EVAL_ACCESSMENT_YES
.
equals
(
colContent
.
get
(
col
).
toString
()));
evaluationButton
.
setEnabled
(!
EVAL_ACCESSMENT_YES
.
equals
(
colContent
.
get
(
col
).
toString
()));
//重绘控件,控件刷新具有滞后性
//重绘控件,控件刷新具有滞后性
evaluationButton
.
redraw
();
evaluationButton
.
redraw
();
...
...
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ExpertSignEvaluationComposite.java
View file @
1fe91ae9
...
@@ -787,7 +787,7 @@ public class ExpertSignEvaluationComposite extends Composite {
...
@@ -787,7 +787,7 @@ public class ExpertSignEvaluationComposite extends Composite {
httpUrl
.
setAttribute
(
"stageType"
,
""
);
httpUrl
.
setAttribute
(
"stageType"
,
""
);
httpUrl
.
setAttribute
(
"stageId"
,
tenderProject
.
getStageId
());
httpUrl
.
setAttribute
(
"stageId"
,
tenderProject
.
getStageId
());
httpUrl
.
setAttribute
(
"tenderNoNumber"
,
tenderProject
.
getTenderNumber
());
httpUrl
.
setAttribute
(
"tenderNoNumber"
,
tenderProject
.
getTenderNumber
());
httpUrl
.
setAttribute
(
"dateTime"
,
NowTimeUtils
.
getDateTime
());
//
httpUrl.setAttribute("dateTime", NowTimeUtils.getDateTime());
httpUrl
.
setAttribute
(
"jianduren"
,
jiandurenBuffer
.
toString
());
httpUrl
.
setAttribute
(
"jianduren"
,
jiandurenBuffer
.
toString
());
httpUrl
.
setAttribute
(
"zhaobrdb"
,
biddingBuffer
.
toString
());
httpUrl
.
setAttribute
(
"zhaobrdb"
,
biddingBuffer
.
toString
());
...
...
BID-EVALUATION/src/com/gx/obe/evaluation/MainDialog.java
View file @
1fe91ae9
...
@@ -150,7 +150,7 @@ public class MainDialog implements ActionListener{
...
@@ -150,7 +150,7 @@ public class MainDialog implements ActionListener{
shellResizedAction
();
shellResizedAction
();
}
}
});
});
shell
.
setText
(
Messages
.
Terminal_evaluation
);
shell
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_evaluation
);
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/evaluation-ico.png"
));
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/evaluation-ico.png"
));
// shell.setBackgroundImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID,"icons/login/bg.jpg"));
// shell.setBackgroundImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID,"icons/login/bg.jpg"));
top_composite
=
new
Composite
(
shell
,
SWT
.
NONE
);
top_composite
=
new
Composite
(
shell
,
SWT
.
NONE
);
...
@@ -169,8 +169,9 @@ public class MainDialog implements ActionListener{
...
@@ -169,8 +169,9 @@ public class MainDialog implements ActionListener{
product_title
.
setLayoutData
(
gd_product_title
);
product_title
.
setLayoutData
(
gd_product_title
);
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/logo.png"
));
// product_title.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/logo.png"));
product_title
.
setText
(
Messages
.
Terminal_evaluation
);
product_title
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/45.png"
));
product_title
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_evaluation
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
menu_composite
.
setLayout
(
new
RowLayout
(
SWT
.
HORIZONTAL
));
menu_composite
.
setLayout
(
new
RowLayout
(
SWT
.
HORIZONTAL
));
...
...
BID-OPENING/src/com/gx/obe/opening/MainDialog.java
View file @
1fe91ae9
...
@@ -112,7 +112,7 @@ public class MainDialog implements ActionListener{
...
@@ -112,7 +112,7 @@ public class MainDialog implements ActionListener{
shellResizedAction
();
shellResizedAction
();
}
}
});
});
shell
.
setText
(
Messages
.
Terminal_bidopening
);
shell
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_bidopening
);
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/opening-ico.png"
));
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/opening-ico.png"
));
// shell.setBackgroundImage(ResourceManager.getPluginImage(SWTCoreActivator.PLUGIN_ID,"icons/login/bg.jpg"));
// shell.setBackgroundImage(ResourceManager.getPluginImage(SWTCoreActivator.PLUGIN_ID,"icons/login/bg.jpg"));
top_composite
=
new
Composite
(
shell
,
SWT
.
NONE
);
top_composite
=
new
Composite
(
shell
,
SWT
.
NONE
);
...
@@ -128,9 +128,9 @@ public class MainDialog implements ActionListener{
...
@@ -128,9 +128,9 @@ public class MainDialog implements ActionListener{
product_title
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
CENTER
,
false
,
false
,
1
,
1
));
product_title
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
CENTER
,
false
,
false
,
1
,
1
));
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/logo.png"
));
//
product_title.setImage(ResourceManager.getPluginImage(IconsActivator.PLUGIN_ID, "icons/logo.png"));
product_title
.
set
Text
(
Messages
.
Terminal_bidopening
);
product_title
.
set
Image
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/45.png"
)
);
product_title
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_bidopening
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
RowLayout
rl_menu_composite
=
new
RowLayout
(
SWT
.
HORIZONTAL
);
RowLayout
rl_menu_composite
=
new
RowLayout
(
SWT
.
HORIZONTAL
);
rl_menu_composite
.
fill
=
true
;
rl_menu_composite
.
fill
=
true
;
...
...
BID-OPENING/src/com/gx/obe/opening/composite/BidOpeningRemoteComposite.java
View file @
1fe91ae9
...
@@ -103,6 +103,7 @@ import com.gx.obe.util.utils.StringUtils;
...
@@ -103,6 +103,7 @@ import com.gx.obe.util.utils.StringUtils;
import
com.gx.obe.web.entity.Page
;
import
com.gx.obe.web.entity.Page
;
import
com.gx.obe.web.entity.Supplier
;
import
com.gx.obe.web.entity.Supplier
;
import
com.gx.obe.web.entity.SupplierOpeningResult
;
import
com.gx.obe.web.entity.SupplierOpeningResult
;
import
com.gx.obe.web.entity.expert.Expert
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
import
com.gx.obe.web.entity.tender.TenderProjectRuleEntity
;
import
com.gx.obe.web.entity.tender.TenderProjectRuleEntity
;
import
com.gx.obe.web.service.ProjectRuleService
;
import
com.gx.obe.web.service.ProjectRuleService
;
...
@@ -110,6 +111,7 @@ import com.gx.obe.web.service.SupplierService;
...
@@ -110,6 +111,7 @@ import com.gx.obe.web.service.SupplierService;
import
com.gx.obe.web.service.TenderProjectService
;
import
com.gx.obe.web.service.TenderProjectService
;
import
com.gx.obe.web.service.WorkerService
;
import
com.gx.obe.web.service.WorkerService
;
import
com.gx.obe.web.service.evaluation.EvaluationStepService
;
import
com.gx.obe.web.service.evaluation.EvaluationStepService
;
import
com.gx.obe.web.service.expert.ExpertService
;
import
com.gx.obe.web.vo.TenderPackOpeningInfo
;
import
com.gx.obe.web.vo.TenderPackOpeningInfo
;
import
com.gx.security.NowTimeUtils
;
import
com.gx.security.NowTimeUtils
;
import
com.gx.utils.ActionLogUtils
;
import
com.gx.utils.ActionLogUtils
;
...
@@ -197,6 +199,7 @@ public class BidOpeningRemoteComposite extends OpeningTimeComposite implements S
...
@@ -197,6 +199,7 @@ public class BidOpeningRemoteComposite extends OpeningTimeComposite implements S
private
RoomOperatorButton
startMeetingBtn
;
private
RoomOperatorButton
startMeetingBtn
;
private
String
publicType
=
"01"
;
// 公开类型:默认或01为公开,02:不公开
private
String
publicType
=
"01"
;
// 公开类型:默认或01为公开,02:不公开
private
WorkerService
workerService
=
new
WorkerService
();
private
WorkerService
workerService
=
new
WorkerService
();
private
ExpertService
expertService
=
new
ExpertService
();
/**
/**
* Create the composite.
* Create the composite.
* @param parent
* @param parent
...
@@ -1765,7 +1768,20 @@ public class BidOpeningRemoteComposite extends OpeningTimeComposite implements S
...
@@ -1765,7 +1768,20 @@ public class BidOpeningRemoteComposite extends OpeningTimeComposite implements S
}
}
List
<
Worker
>
workerList
=
workerService
.
getWorkerList
(
false
,
curTenderPack
.
getId
(),
ExpertEnum
.
MONITOR
);
List
<
Worker
>
workerList
=
workerService
.
getWorkerList
(
false
,
curTenderPack
.
getId
(),
ExpertEnum
.
MONITOR
);
if
(
null
==
workerList
||
workerList
.
size
()
<
1
)
{
if
(
null
==
workerList
||
workerList
.
size
()
<
1
)
{
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置招标人代表及监督人!"
);
//(getShell(), message.toString());
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置监督人!"
);
//(getShell(), message.toString());
return
false
;
}
List
<
Expert
>
expertList
=
expertService
.
getExpertListByTenderId
(
curTenderPack
.
getId
());
if
(
null
!=
expertList
&&
expertList
.
size
()
>
0
)
{
for
(
Expert
expert
:
expertList
)
{
if
(
ExpertEnum
.
BIDDING
.
equals
(
expert
.
getExpertType
()))
{
break
;
}
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置招标人代表!"
);
//(getShell(), message.toString());
return
false
;
}
}
else
{
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置招标人代表!"
);
//(getShell(), message.toString());
return
false
;
return
false
;
}
}
// if(!CommonEnum.YES.equals(curTenderPack.getLatestBidinfo())){//强制在解密时同步
// if(!CommonEnum.YES.equals(curTenderPack.getLatestBidinfo())){//强制在解密时同步
...
...
BID-OPENING/src/com/gx/obe/opening/dialog/BatchRemoteBidOpeningDialog.java
View file @
1fe91ae9
...
@@ -44,9 +44,11 @@ import com.gx.obe.components.core.enumeration.CommonEnum;
...
@@ -44,9 +44,11 @@ import com.gx.obe.components.core.enumeration.CommonEnum;
import
com.gx.obe.components.core.enumeration.TenderProjectEnum
;
import
com.gx.obe.components.core.enumeration.TenderProjectEnum
;
import
com.gx.obe.config.utils.PropertiesUtils
;
import
com.gx.obe.config.utils.PropertiesUtils
;
import
com.gx.obe.message.Messages
;
import
com.gx.obe.message.Messages
;
import
com.gx.obe.web.entity.expert.Expert
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
import
com.gx.obe.web.entity.tender.TenderProjectEntity
;
import
com.gx.obe.web.service.TenderProjectService
;
import
com.gx.obe.web.service.TenderProjectService
;
import
com.gx.obe.web.service.WorkerService
;
import
com.gx.obe.web.service.WorkerService
;
import
com.gx.obe.web.service.expert.ExpertService
;
import
com.gx.obe.web.vo.TenderPackOpeningInfo
;
import
com.gx.obe.web.vo.TenderPackOpeningInfo
;
import
com.swtdesigner.ResourceManager
;
import
com.swtdesigner.ResourceManager
;
import
com.swtdesigner.SWTResourceManager
;
import
com.swtdesigner.SWTResourceManager
;
...
@@ -79,6 +81,7 @@ public class BatchRemoteBidOpeningDialog extends EDialog {
...
@@ -79,6 +81,7 @@ public class BatchRemoteBidOpeningDialog extends EDialog {
private
ELink
selectionAllEffectiveBtn
;
private
ELink
selectionAllEffectiveBtn
;
private
boolean
anonymousAllInfo
=
false
;
private
boolean
anonymousAllInfo
=
false
;
private
WorkerService
workerService
=
new
WorkerService
();
private
WorkerService
workerService
=
new
WorkerService
();
private
ExpertService
expertService
=
new
ExpertService
();
/**
/**
* Create the dialog.
* Create the dialog.
...
@@ -602,10 +605,26 @@ public class BatchRemoteBidOpeningDialog extends EDialog {
...
@@ -602,10 +605,26 @@ public class BatchRemoteBidOpeningDialog extends EDialog {
for
(
TenderProjectEntity
tenderProject:
tenderPackList
)
{
for
(
TenderProjectEntity
tenderProject:
tenderPackList
)
{
List
<
Worker
>
workerList
=
workerService
.
getWorkerList
(
false
,
tenderProject
.
getId
(),
ExpertEnum
.
MONITOR
);
List
<
Worker
>
workerList
=
workerService
.
getWorkerList
(
false
,
tenderProject
.
getId
(),
ExpertEnum
.
MONITOR
);
if
(
null
==
workerList
||
workerList
.
size
()
<
1
)
{
if
(
null
==
workerList
||
workerList
.
size
()
<
1
)
{
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置
招标人代表及
监督人!"
);
//(getShell(), message.toString());
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置监督人!"
);
//(getShell(), message.toString());
tenderPackList
.
clear
();
tenderPackList
.
clear
();
return
;
return
;
}
}
List
<
Expert
>
expertList
=
expertService
.
getExpertListByTenderId
(
tenderProject
.
getId
());
if
(
null
!=
expertList
&&
expertList
.
size
()
>
0
)
{
for
(
Expert
expert
:
expertList
)
{
if
(
ExpertEnum
.
BIDDING
.
equals
(
expert
.
getExpertType
()))
{
break
;
}
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置招标人代表!"
);
//(getShell(), message.toString());
tenderPackList
.
clear
();
return
;
}
}
else
{
MessageDialog
.
openError
(
getShell
(),
"请先在评标管理中设置招标人代表!"
);
//(getShell(), message.toString());
tenderPackList
.
clear
();
return
;
}
}
}
if
(
isFocus
){
if
(
isFocus
){
StringBuilder
msg
=
new
StringBuilder
();
StringBuilder
msg
=
new
StringBuilder
();
...
...
OBE-BUSINESS/src/com/gx/obe/WebserviceConstants.java
View file @
1fe91ae9
...
@@ -446,6 +446,10 @@ public class WebserviceConstants {
...
@@ -446,6 +446,10 @@ public class WebserviceConstants {
* 二次校验
* 二次校验
*/
*/
public
static
final
String
TWO_VIRIF
=
"userHS.do?checkEncryptionInfo"
;
public
static
final
String
TWO_VIRIF
=
"userHS.do?checkEncryptionInfo"
;
/**
* 查看供应商风险等级
*/
public
static
final
String
GET_RISK_SUPPLIER_LIST_METHOD
=
"getRiskSupplierList.method"
;
}
}
OBE-COMMON-ICONS/icons/45.png
0 → 100644
View file @
1fe91ae9
2.25 KB
OBE-COMMON-ICONS/icons/48.bmp
0 → 100644
View file @
1fe91ae9
6.8 KB
OBE-COMPONENTS-CORE/resource/TIANYAN_CHECK_NOTE.pdf
View file @
1fe91ae9
No preview for this file type
OBE-COMPONENTS-CORE/src/com/gx/obe/components/core/enumeration/ShowType.java
View file @
1fe91ae9
...
@@ -10,7 +10,8 @@ public enum ShowType {
...
@@ -10,7 +10,8 @@ public enum ShowType {
OPINION
(
"opinion"
,
"查看评议意见"
),
OPINION
(
"opinion"
,
"查看评议意见"
),
COMPARISON_TABLE
(
"comparisonTable"
,
"查看对比表"
);
COMPARISON_TABLE
(
"comparisonTable"
,
"查看对比表"
),
VIEW_SUPPLIER_RISK
(
"viewSupplierRisk"
,
"查看供应商风险"
);
// STRUCT("struct", "查看结构化数据");
// STRUCT("struct", "查看结构化数据");
...
...
OBE-COMPONENTS-MESSAGES/bin/com/gx/obe/message/messages.properties
View file @
1fe91ae9
#Eclipse modern messages class
#Eclipse modern messages class
#T
ue Apr 16 13:51:53
CST 2024
#T
hu Jun 27 13:12:08
CST 2024
About
=
\u5173\u
4E8E
About
=
\u5173\u
4E8E
AboutAttachment
=
\u
76F8
\u5173\u9644\u
4EF6
AboutAttachment
=
\u
76F8
\u5173\u9644\u
4EF6
AboveDifferenceCondition
=
\u
9AD8
\u
4E8E
\u
5DEE
\u
989D
\u6761\u
4EF6
AboveDifferenceCondition
=
\u
9AD8
\u
4E8E
\u
5DEE
\u
989D
\u6761\u
4EF6
...
@@ -55,6 +55,7 @@ BidBond=\u6295\u6807\u4FDD\u8BC1\u91D1
...
@@ -55,6 +55,7 @@ BidBond=\u6295\u6807\u4FDD\u8BC1\u91D1
BidDocument
=
\u6807\u
4E66
BidDocument
=
\u6807\u
4E66
BidEvaluation
=
\u
8BC4
\u6807
BidEvaluation
=
\u
8BC4
\u6807
BidEvaluationResult
=
\u
8BC4
\u6807\u
7ED3
\u
679C
BidEvaluationResult
=
\u
8BC4
\u6807\u
7ED3
\u
679C
BidExplainPrice
=
\u6295\u6807\u
62A5
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
BidFile
=
\u6295\u6807\u6587\u
4EF6
BidFile
=
\u6295\u6807\u6587\u
4EF6
BidFileComments
=
\u
6E05
\u6807\u
610F
\u
89C1
BidFileComments
=
\u
6E05
\u6807\u
610F
\u
89C1
BidFileSelfComment
=
\u
81EA
\u
8BC4
\u
610F
\u
89C1
BidFileSelfComment
=
\u
81EA
\u
8BC4
\u
610F
\u
89C1
...
@@ -597,10 +598,9 @@ EvalEndTime=\u8BC4\u6807\u7ED3\u675F\u65F6\u95F4
...
@@ -597,10 +598,9 @@ EvalEndTime=\u8BC4\u6807\u7ED3\u675F\u65F6\u95F4
EvalExpert
=
\u
8BC4
\u6807\u
4E13
\u
5BB6
EvalExpert
=
\u
8BC4
\u6807\u
4E13
\u
5BB6
EvalExplain
=
\u
8BC4
\u
5BA1
\u
8BF4
\u
660E
EvalExplain
=
\u
8BC4
\u
5BA1
\u
8BF4
\u
660E
EvalExplainPrice
=
\u
8BC4
\u6807\u
57FA
\u
51C6
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
EvalExplainPrice
=
\u
8BC4
\u6807\u
57FA
\u
51C6
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
BidExplainPrice
=
\u6295\u6807\u
62A5
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
EvalFactor
=
\u
8BC4
\u
5BA1
\u6307\u6807
EvalFactor
=
\u
8BC4
\u
5BA1
\u6307\u6807
EvalGroup
=
\u
8BC4
\u
5BA1
\u5355\u5143
EvalGroup
=
\u
8BC4
\u
5BA1
\u5355\u5143
EvalManage
=
\u
8BC4
\u6807\u
7BA1
\u7406
EvalManage
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3-
\u
8BC4
\u6807\u
7BA1
\u7406
EvalMember
=
\u
8BC4
\u6807\u
5C0F
\u
7EC4
EvalMember
=
\u
8BC4
\u6807\u
5C0F
\u
7EC4
EvalMethod
=
\u
8BC4
\u6807\u
529E
\u
6CD5
EvalMethod
=
\u
8BC4
\u6807\u
529E
\u
6CD5
EvalOptions
=
\u
8BC4
\u
5BA1
\u9009\u9879
EvalOptions
=
\u
8BC4
\u
5BA1
\u9009\u9879
...
@@ -821,6 +821,7 @@ Machine=\u673A\u4F4D
...
@@ -821,6 +821,7 @@ Machine=\u673A\u4F4D
MachineIp
=
\u
673A
\u
4F4DIP
MachineIp
=
\u
673A
\u
4F4DIP
MachineMark
=
\u
673A
\u
4F4D
\u6807\u
8BC6
\u7801
MachineMark
=
\u
673A
\u
4F4D
\u6807\u
8BC6
\u7801
MachineName
=
\u
673A
\u
4F4D
\u
540D
\u
79F0
MachineName
=
\u
673A
\u
4F4D
\u
540D
\u
79F0
MainDialog_btnNewButton_text
=
New Button
MainDialog_myProject
=
\u6211\u7684\u9879\u
76EE
MainDialog_myProject
=
\u6211\u7684\u9879\u
76EE
MainDialog_policyLaw
=
\u
6CD5
\u
5F8B
\u
6CD5
\u
89C4
MainDialog_policyLaw
=
\u
6CD5
\u
5F8B
\u
6CD5
\u
89C4
Male
=
\u7537
Male
=
\u7537
...
@@ -1846,3 +1847,4 @@ Yes=\u662F
...
@@ -1846,3 +1847,4 @@ Yes=\u662F
You
=
\u
60A8
You
=
\u
60A8
ZipCode
=
\u
90AE
\u
653F
\u
7F16
\u7801
ZipCode
=
\u
90AE
\u
653F
\u
7F16
\u7801
ips_noOpenLiveing
=
\u
672A
\u
5F00
\u
542F
\u
76F4
\u
64AD
\u
FF01
ips_noOpenLiveing
=
\u
672A
\u
5F00
\u
542F
\u
76F4
\u
64AD
\u
FF01
COMPANY_NAME
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3
OBE-COMPONENTS-MESSAGES/bin/com/gx/obe/message/messages_zh_CN.properties
View file @
1fe91ae9
...
@@ -1909,3 +1909,4 @@ ips_noOpenLiveing=\u672A\u5F00\u542F\u76F4\u64AD\uFF01
...
@@ -1909,3 +1909,4 @@ ips_noOpenLiveing=\u672A\u5F00\u542F\u76F4\u64AD\uFF01
LoginDialog_label_1_text
=
\u
4F9B
\u
5E94
\u5546\u
540D
\u
79F0
LoginDialog_label_1_text
=
\u
4F9B
\u
5E94
\u5546\u
540D
\u
79F0
LoginDialog_label_30_text
=
\u
5F53
\u
524D
\u6307\u6807\u
672A
\u
7ED1
\u
5B9A
\u
8BC4
\u
5BA1
\u
70B9
LoginDialog_label_30_text
=
\u
5F53
\u
524D
\u6307\u6807\u
672A
\u
7ED1
\u
5B9A
\u
8BC4
\u
5BA1
\u
70B9
LoginDialog_label_27_text
=
\u5408\u
540C
\u
4EF7
\u
683C(
\u
4E07
\u5143
)
LoginDialog_label_27_text
=
\u5408\u
540C
\u
4EF7
\u
683C(
\u
4E07
\u5143
)
COMPANY_NAME
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/Messages.java
View file @
1fe91ae9
...
@@ -1933,6 +1933,8 @@ public class Messages extends NLS {
...
@@ -1933,6 +1933,8 @@ public class Messages extends NLS {
public
static
String
FileDownloadShell2_label_15_text
;
public
static
String
FileDownloadShell2_label_15_text
;
public
static
String
ShowViewAiProcessDialog_lblNewLabel_text
;
public
static
String
ShowViewAiProcessDialog_lblNewLabel_text
;
public
static
String
ShowAiProcessShell_lblNewLabel_4_text
;
public
static
String
ShowAiProcessShell_lblNewLabel_4_text
;
public
static
String
MainDialog_btnNewButton_text
;
public
static
String
COMPANY_NAME
;
static
{
static
{
...
...
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/messages.properties
View file @
1fe91ae9
#Eclipse modern messages class
#Eclipse modern messages class
#T
ue Apr 16 13:51:53
CST 2024
#T
hu Jun 27 13:12:08
CST 2024
About
=
\u5173\u
4E8E
About
=
\u5173\u
4E8E
AboutAttachment
=
\u
76F8
\u5173\u9644\u
4EF6
AboutAttachment
=
\u
76F8
\u5173\u9644\u
4EF6
AboveDifferenceCondition
=
\u
9AD8
\u
4E8E
\u
5DEE
\u
989D
\u6761\u
4EF6
AboveDifferenceCondition
=
\u
9AD8
\u
4E8E
\u
5DEE
\u
989D
\u6761\u
4EF6
...
@@ -55,6 +55,7 @@ BidBond=\u6295\u6807\u4FDD\u8BC1\u91D1
...
@@ -55,6 +55,7 @@ BidBond=\u6295\u6807\u4FDD\u8BC1\u91D1
BidDocument
=
\u6807\u
4E66
BidDocument
=
\u6807\u
4E66
BidEvaluation
=
\u
8BC4
\u6807
BidEvaluation
=
\u
8BC4
\u6807
BidEvaluationResult
=
\u
8BC4
\u6807\u
7ED3
\u
679C
BidEvaluationResult
=
\u
8BC4
\u6807\u
7ED3
\u
679C
BidExplainPrice
=
\u6295\u6807\u
62A5
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
BidFile
=
\u6295\u6807\u6587\u
4EF6
BidFile
=
\u6295\u6807\u6587\u
4EF6
BidFileComments
=
\u
6E05
\u6807\u
610F
\u
89C1
BidFileComments
=
\u
6E05
\u6807\u
610F
\u
89C1
BidFileSelfComment
=
\u
81EA
\u
8BC4
\u
610F
\u
89C1
BidFileSelfComment
=
\u
81EA
\u
8BC4
\u
610F
\u
89C1
...
@@ -597,10 +598,9 @@ EvalEndTime=\u8BC4\u6807\u7ED3\u675F\u65F6\u95F4
...
@@ -597,10 +598,9 @@ EvalEndTime=\u8BC4\u6807\u7ED3\u675F\u65F6\u95F4
EvalExpert
=
\u
8BC4
\u6807\u
4E13
\u
5BB6
EvalExpert
=
\u
8BC4
\u6807\u
4E13
\u
5BB6
EvalExplain
=
\u
8BC4
\u
5BA1
\u
8BF4
\u
660E
EvalExplain
=
\u
8BC4
\u
5BA1
\u
8BF4
\u
660E
EvalExplainPrice
=
\u
8BC4
\u6807\u
57FA
\u
51C6
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
EvalExplainPrice
=
\u
8BC4
\u6807\u
57FA
\u
51C6
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
BidExplainPrice
=
\u6295\u6807\u
62A5
\u
4EF7
\u
8BA1
\u
7B97
\u
65B9
\u
6CD5
EvalFactor
=
\u
8BC4
\u
5BA1
\u6307\u6807
EvalFactor
=
\u
8BC4
\u
5BA1
\u6307\u6807
EvalGroup
=
\u
8BC4
\u
5BA1
\u5355\u5143
EvalGroup
=
\u
8BC4
\u
5BA1
\u5355\u5143
EvalManage
=
\u
8BC4
\u6807\u
7BA1
\u7406
EvalManage
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3-
\u
8BC4
\u6807\u
7BA1
\u7406
EvalMember
=
\u
8BC4
\u6807\u
5C0F
\u
7EC4
EvalMember
=
\u
8BC4
\u6807\u
5C0F
\u
7EC4
EvalMethod
=
\u
8BC4
\u6807\u
529E
\u
6CD5
EvalMethod
=
\u
8BC4
\u6807\u
529E
\u
6CD5
EvalOptions
=
\u
8BC4
\u
5BA1
\u9009\u9879
EvalOptions
=
\u
8BC4
\u
5BA1
\u9009\u9879
...
@@ -821,6 +821,7 @@ Machine=\u673A\u4F4D
...
@@ -821,6 +821,7 @@ Machine=\u673A\u4F4D
MachineIp
=
\u
673A
\u
4F4DIP
MachineIp
=
\u
673A
\u
4F4DIP
MachineMark
=
\u
673A
\u
4F4D
\u6807\u
8BC6
\u7801
MachineMark
=
\u
673A
\u
4F4D
\u6807\u
8BC6
\u7801
MachineName
=
\u
673A
\u
4F4D
\u
540D
\u
79F0
MachineName
=
\u
673A
\u
4F4D
\u
540D
\u
79F0
MainDialog_btnNewButton_text
=
New Button
MainDialog_myProject
=
\u6211\u7684\u9879\u
76EE
MainDialog_myProject
=
\u6211\u7684\u9879\u
76EE
MainDialog_policyLaw
=
\u
6CD5
\u
5F8B
\u
6CD5
\u
89C4
MainDialog_policyLaw
=
\u
6CD5
\u
5F8B
\u
6CD5
\u
89C4
Male
=
\u7537
Male
=
\u7537
...
@@ -1846,3 +1847,4 @@ Yes=\u662F
...
@@ -1846,3 +1847,4 @@ Yes=\u662F
You
=
\u
60A8
You
=
\u
60A8
ZipCode
=
\u
90AE
\u
653F
\u
7F16
\u7801
ZipCode
=
\u
90AE
\u
653F
\u
7F16
\u7801
ips_noOpenLiveing
=
\u
672A
\u
5F00
\u
542F
\u
76F4
\u
64AD
\u
FF01
ips_noOpenLiveing
=
\u
672A
\u
5F00
\u
542F
\u
76F4
\u
64AD
\u
FF01
COMPANY_NAME
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3
OBE-COMPONENTS-MESSAGES/src/com/gx/obe/message/messages_zh_CN.properties
View file @
1fe91ae9
...
@@ -1909,3 +1909,4 @@ ips_noOpenLiveing=\u672A\u5F00\u542F\u76F4\u64AD\uFF01
...
@@ -1909,3 +1909,4 @@ ips_noOpenLiveing=\u672A\u5F00\u542F\u76F4\u64AD\uFF01
LoginDialog_label_1_text
=
\u
4F9B
\u
5E94
\u5546\u
540D
\u
79F0
LoginDialog_label_1_text
=
\u
4F9B
\u
5E94
\u5546\u
540D
\u
79F0
LoginDialog_label_30_text
=
\u
5F53
\u
524D
\u6307\u6807\u
672A
\u
7ED1
\u
5B9A
\u
8BC4
\u
5BA1
\u
70B9
LoginDialog_label_30_text
=
\u
5F53
\u
524D
\u6307\u6807\u
672A
\u
7ED1
\u
5B9A
\u
8BC4
\u
5BA1
\u
70B9
LoginDialog_label_27_text
=
\u5408\u
540C
\u
4EF7
\u
683C(
\u
4E07
\u5143
)
LoginDialog_label_27_text
=
\u5408\u
540C
\u
4EF7
\u
683C(
\u
4E07
\u5143
)
COMPANY_NAME
=
\u
4EAC
\u
80FD
\u
62DB
\u6807\u
96C6
\u
91C7
\u
4E2D
\u
5FC3
OBE-CONFIG/config.properties
View file @
1fe91ae9
#\u7cfb\u7edf\u7248\u672c
#update
version
=
OBEV7.7.9.20240507
#Mon Jul 15 16:12:06 CST 2024
copyright
=
\u5317\u
4eac
\u
56fd
\u
4fe1
\u
521b
\u
65b0
\u
79d1
\u6280\u
80a1
\u
4efd
\u6709\u9650\u
516c
\u
53f8
#\u6280\u672f\u652f\u6301\:\u5317\u4eac\u56fd\u4fe1\u521b\u65b0\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8
technicalSupport
=
gx
keyCharacter
=
#\u5e73\u53f0\u540d\u79f0
serverName
=
\u7269\u
4e1a
\u
884c
\u
4e1a
\u7535\u
5b50
\u
62db
\u6807\u
91c7
\u
8d2d
\u
5e73
\u
53f0
#\u670d\u52a1\u5668\u7f16\u7801(\u521b\u65b0GXTService;\u5185\u8499InnerMongoliaService;\u5927\u5510DaTangService)
netService
=
QYWYService
serverUrl
=
http://cpt.24home.net/wyzbdzzb/
#\u89e3\u5bc6\u65b9\u5f0f00:\u672c\u5730\u89e3\u5bc6;01:\u81ea\u52a9\u89e3\u5bc6;11:\u8fdc\u7a0b\u89e3\u5bc6;21:\u96c6\u4e2d\u89e3\u5bc6
decryptType
=
11
#\u4e0b\u8f7d\u9879\u76ee\u65f6\u662f\u663e\u793a\u9009\u62e9\u7528\u6237\u89d2\u8272
showOperatorRoleType
=
00
#\u9879\u76ee\u7ecf\u7406\u7aef\u9a8c\u8bc1\u8bc4\u6807\u673a\u4f4d
verifyEvalMachineManager
=
00
#\u4e13\u5bb6\u7aef\u9a8c\u8bc1\u8bc4\u6807\u673a\u4f4d
verifyEvalMachineExpert
=
00
#\u4f7f\u7528\u516c\u5171\u6570\u636e\u5e93
usePublicDb
=
01
#\u8bc4\u6807\u7ba1\u7406\u7aef\u4e0b\u8f7d\u9879\u76ee\u7684\u622a\u6b62\u65f6\u95f4
evaluationDownEndDays
=
30
#\u5f00\u6807\u7ba1\u7406\u7aef\u4e0b\u8f7d\u9879\u76ee\u7684\u622a\u6b62\u65f6\u95f4
openingDownEndDays
=
30
#\u7cfb\u7edf\u5f53\u524d\u4f7f\u7528\u7684ca:BJCA;TianWeiCA;TianWeiCA_1.0
caEngine
=
TianWeiCA_1.0
#pdf\u63a7\u4ef6\u7c7b\u578b
pdfActiveType
=
JinGe
#\u7b7e\u7ae0\u5de5\u5177
signaturePdf
=
JinGe
#BJCAPDF:\u5317\u4eacCA\u624b\u5199\u677f;BJCASaoma:\u5317\u4eacCA\u626b\u7801\u7b7e\u5b57
handSignaturePdf
=
#\u4e0d\u8db3\u4e09\u5bb6\u4e0d\u5141\u8bb8\u5f00\u6807
lessThanThreeFilter
=
#\u5141\u8bb8\u5bfc\u5165\u6807\u4e66
allowImportBidFile
=
#\u8bc4\u6807\u4e13\u5bb6\u4eba\u6570\u9650\u5236
expertLimit
=
#\u662f\u5426\u667a\u80fd\u8bc4\u5ba1\uff08\u76ee\u524d\u53ea\u6709\u5185\u8499\u9700\u8981\u8be5\u529f\u80fd\uff09
isAIEvaluation
=
00
#\u9ed8\u8ba4\u63a8\u8350\u5bb6\u6570\uff0c\u9ed8\u8ba43\u5bb6\uff08\u4e2d\u7535\u5efa\u662f2\u5bb6\uff09
defaultRecommonedCount
=
#\u5b8c\u6210\u5f00\u6807\u65f6\uff0c\u662f\u5426\u9700\u8981\u5148\u505c\u6b62\uff08\u76ee\u524d\u53ea\u6709\u5185\u8499\u5e73\u53f0\u652f\u6301\u8be5\u529f\u80fd\uff09
needStopBidopeningFirst
=
00
#\u8bc4\u6807\u7ed3\u679c\u4e2d\u663e\u793a\u4e0a\u62a5\u6750\u6599\uff08\u5927\u5510\uff09
showUploadMaterial
=
00
#\u8bc4\u6807\u754c\u9762\u9ed8\u8ba4\u52a0\u8f7d\u610f\u89c1\uff08\u53ea\u6709\u4e2d\u7535\u5efa\u4f7f\u7528\uff09
isShowFactorOpinion
=
00
#\u4e13\u5bb6\u7ec4\u957f\u5728\u8bc4\u6807\u8fc7\u7a0b\u4e2d\u53ef\u4ee5\u67e5\u770b\u8bc4\u6807\u7ed3\u679c
viewStepSummaryResult
=
00
#\u5f53\u524d\u8bc4\u6807\u6b65\u9aa4\u8bc4\u5ba1\u5b8c\u662f\u5426\u53ef\u4ee5\u67e5\u770b\u6c47\u603b\u7ed3\u679c
viewEvaluationResult
=
01
#\u662f\u5426\u53ef\u4ee5\u67e5\u770b\u6211\u7684\u6c47\u603b\u7ed3\u679c
viewMySummaryResult
=
01
#\u6587\u4ef6\u63a5\u6536\u5730\u5740
bidFilePath
=
c:
\\
bidFile
#\u6a21\u677f\u5b58\u653e\u7684\u8def\u5f84
template
=
c:
\\
template
#\u6309\u8bc4\u6807\u5ba4\u5206\u9879\u76ee
groupByEvalBidRoom
=
00
groupByEvalBidRoom
=
00
#\u5f53\u524d\u8bc4\u6807\u5ba4id
evalBidRoomId
=
aadd606ff7c1445184b9ad780c5feb60
#\u662f\u5426\u4f7f\u7528\u673a\u4f4d
useMachineLock
=
01
#CA\u767b\u5f55
caLogin
=
00
#\u4f7f\u7528\u81ea\u5b9a\u4e49CA\u767b\u5f55\u7a97\u53e3
useVerifyUkeyPin
=
00
#\u4e13\u5bb6\u7b7e\u7ae0
expertSign
=
01
#\u7f13\u5b585\u5bb6\u4f9b\u5e94\u5546\u7684\u6807\u4e66\u6587\u4ef6
bidFileCacheCount
=
5
#\u4e13\u5bb6\u9ed8\u8ba4\u5bc6\u7801
defaultPassword
=
1
#\u8f85\u52a9\u5f00\u6807\u5de5\u5177
assistBidopening
=
00
#\u5f53\u524d\u65f6\u95f4\u6765\u6e90(00:\u6570\u636e\u5e93\u670d\u52a1\u5668\u65f6\u95f401:\u65f6\u95f4\u6233\u670d\u52a1\u5668\u65f6\u95f4)
nowTypeType
=
01
#\u5927\u5199\u91d1\u989d\u524d\u9762\u7684\u524d\u7f00
moneyCnPrefix
=
\u
4eba
\u
6c11
\u
5e01
#\u8bc4\u5ba1\u754c\u9762\u7684\u6307\u6807\u662f\u5426\u6a2a\u8f74
factorIsHorizontal
=
01
#\u672a\u5230\u5f00\u6807\u65f6\u95f4\u533f\u540d\u663e\u793a\u4f9b\u5e94\u5546\u4fe1\u606f
anonymous
=
00
#\u91d1\u989d\u5355\u4f4d[00\uff1a\u5143\uff1b01\uff1a\u4e07\u5143]
priceUint
=
01
#\u5728\u5f00\u6807\u754c\u9762\u662f\u5426\u9690\u85cf\u5df2\u5e9f\u6807\u4f9b\u5e94\u5546
hideRevokeSupplier
=
00
#\u8bbe\u7f6e\u8bc4\u5ba1\u4e13\u5bb6\u5728\u8bc4\u6807\u7ed3\u675f\u524d\uff0c\u662f\u5426\u5141\u8bb8\u67e5\u770b\u4f9b\u5e94\u5546\u7684\u6295\u6807\u62a5\u4ef7
viewTenderPrice
=
01
#\u8bbe\u7f6e\u8bc4\u5ba1\u4e13\u5bb6\u5728\u8bc4\u6807\u7ed3\u675f\u524d\uff0c\u662f\u5426\u5141\u8bb8\u67e5\u770b\u4f9b\u5e94\u5546\u7684\u4ef7\u683c\u5f97\u5206
viewPriceScore
=
01
#\u5531\u6807\u8bed\u97f3(TTS)\u63a5\u53e3
tts
=
MicrosoftTTS
#\u5531\u6807\u8bed\u901f
speed
=
0
#\u5531\u6807\u97f3\u91cf
volume
=
100
#\u5531\u6807\u65f6\u8fc7\u6ee4\u7684\u5b57\u7b26
filterChar
=
(
\:
,)
\:
,
\u
ff08
\:
,
\u
ff09
\:
,/
\:\u
659c
\u6760
,
\\\:\u
659c
\u6760
,-
\:\u6760
,*
\:\u6210
,&
\:\u
4e0e
#\u5531\u6807\u65f6\u8fc7\u6ee4\u62ec\u53f7\u5185\u5bb9
filterBracketContent
=
01
#\u5531\u6807\u65f6\u5531\u9879\u76ee\u6216\u5206\u5305\u7684\u6216\u79f0
singTenderName
=
00
#\u62a5\u8868\u662f\u5426pdf
pdfReport
=
00
pdfReport
=
00
rebackEvaluation
=
01
newCharsetName
=
ISO-8859-1
controlBidOpening
=
01
anonymous
=
00
#\u4f7f\u7528\u6444\u50cf\u5934(01\uff1a\u542f\u7528\uff1b02\uff1a\u7981\u7528)
livingType
=
00
useCamera
=
01
expertLimit
=
#\u89c6\u9891\u76d1\u63a7\u63a5\u53e3
handSignaturePdf
=
BJCAHANDPDF
video
=
JmfVideo
videoLiveUrl
=
#\u89c6\u9891IP\u5730\u5740
templateUpdateTime
=
2024-07-15 16
\:
11
\:
50
defaultPassword
=
1
videoIp
=
192.168.3.40
videoIp
=
192.168.3.40
#\u89c6\u9891\u7aef\u53e3
videoPort
=
8000
#\u5531\u6807\u65f6\u662f\u5426\u663e\u793a\u6807\u4e66\u5bc6\u5c01\u60c5\u51b5
sealSituation
=
01
#\u6697\u6807\u7f16\u7801\u7684\u957f\u5ea6
darkCodeLenth
=
20
#ftpIP
ftpIp
=
ftpPort
=
21
ftpUsername
=
anonymous
ftpUsername
=
anonymous
ftpPassword
=
speed
=
0
#\u9879\u76ee\u5217\u8868\u5206\u9875\u6570
caLogin
=
00
projectPageSize
=
5
billType
=
bill_yt
#\u538b\u7f29\u548c\u89e3\u5bc6\u7f16\u7801
tenderPackRowNum
=
8
zipEncoding
=
GBK
handSignType
=
0
ftpBuffersize
=
1024
oldCharsetName
=
UTF-8
preEvalResourceId
=
ef5a43a3cba4432fb18c205e0c4b792c
rebackEvaluation
=
01
evalManagerResourceId
=
31f99c485c334eb380f48d061201da2c
evaluationDownEndDays
=
30
companyLink
=
factorIsHorizontal
=
01
companyWbLink
=
verifyEvalMachineManager
=
00
excelRowStart
=
2
excelColumnStart
=
0
#\u89c6\u9891\u76f4\u64ad\u8def\u5f84(\u5916\u7f51:219.239.33.91\u5185\u7f51:172.16.7.36;\u4e91\u670d\u52a1:rtmp://60.205.181.176/trans/)
livingAddress
=
livingAddress
=
#\u5f00\u6807\u754c\u9762\u4f9b\u5e94\u5546\u6837\u5f0f00:\u5355\u884c\u663e\u793a;01:\u591a\u884c\u663e\u793a
bidOpeningSupplierSytle
=
01
#\u76f4\u64ad\u5730\u5740
videoLiveUrl
=
#\u76f4\u64ad\u684c\u9762\u5730\u5740
videoDeskLiveUrl
=
videoDeskLiveUrl
=
#00:\u56fd\u4fe1\u76f4\u64ad\u63a7\u4ef6\uff0c01:\u98de\u5229\u4fe1\u76f4\u64ad\u63a7\u4ef6
decryptType
=
11
livingType
=
00
isShowFactorOpinion
=
00
#\u662f\u5426\u4f7f\u7528\u81ea\u52a8\u5bfc\u5165\u5de5\u7a0b\u91cf\u6e05\u5355\u300200\uff1a\u4e0d\u4f7f\u7528\uff0c01\uff1a\u4f7f\u7528
filterChar
=
(
\:
,)
\:
,
\u
FF08
\:
,
\u
FF09
\:
,/
\:\u
659C
\u6760
,
\\\:\u
659C
\u6760
,-
\:\u6760
,*
\:\u6210
,&
\:\u
4E0E
zipEncoding
=
GBK
isAIEvaluation
=
00
isUseAutomaticAnalysisBillOfQuantities
=
00
isUseAutomaticAnalysisBillOfQuantities
=
00
#\u4fe1\u624b\u4e66\u7b7e\u540d\u670d\u52a1\u7c7b\u578b\uff0c0:\u4fe1\u624b\u4e66\u670d\u52a1\u5668; 1\u4e91\u7b7e\u540d
version
=
OBEV7.7.9.20240715
handSignType
=
0
#\u7b7e\u5b57\u5bbd\u5ea6
signWidth
=
80
#\u7b7e\u5b57\u9ad8\u5ea6
signHeight
=
35
#\u6309\u9879\u76ee\u5f00\u6807\u754c\u9762\u4e2d\u663e\u793a\u5305\u4ef6\u7684\u884c\u6570
tenderPackRowNum
=
8
#\u5f00\u6807\u754c\u9762\u4e2d\u662f\u5426\u663e\u793a\u786e\u8ba4\u72b6\u6001
showConfirmStatus
=
00
showConfirmStatus
=
00
#\u5f00\u6807\u754c\u9762\u5168\u5c4f\u663e\u793a
ftpPort
=
21
bidOpeningFullscreen
=
0
0
serverName
=
\u5317\u
4EAC
\u
4EAC
\u
80FD
\u7535\u
5B50
\u
62DB
\u6807\u
5E73
\u
53F
0
#\u8bc4\u6807\u662f\u4f7f\u7528\u4e13\u7528pdf\u63a7\u4ef6
singTenderName
=
00
useSpecialPdf
=
01
useSpecialPdf
=
01
#\u6307\u7eb9\u548c\u624b\u5199\u56fe\u5408\u5e76\u7c7b\u578b \u8fd9\u91cc\u8bbe\u59070\u8868\u793a\u6ca1\u6709\u6307\u7eb9 1\uff0c2\uff0c3\uff0c4\uff0c5\u5206\u522b\u8868\u793a\u6307\u7eb9\u5728\u624b\u5199\u7684\u4e0a\u3001\u4e0b\u3001\u5de6\u3001\u53f3\u3001\u4e2d\uff0c\u4e2d\u8868\u793a\u91cd\u53e0, \u9ed8\u8ba4\u4e3a5
netService
=
JNJTService
useCamera
=
01
serverUrl
=
https
\:
//www.powerbeijing-ec.com/jndzzb/
companyWbLink
=
controlBidOpening
=
01
GuoXinPDFReaderLicense
=
MjAyMSwxMiwyMiwyOTk5LDMsMg
\=\=
video
=
JmfVideo
lessThanThreeFilter
=
sealSituation
=
01
technicalSupport
=
gx
template
=
c
\:\\
template
bidFileCacheCount
=
5
needStopBidopeningFirst
=
00
volume
=
100
hideRevokeSupplier
=
00
useVerifyUkeyPin
=
00
projectPageSize
=
5
expertSign
=
01
saomaSignaturePdf
=
mergetype
=
5
mergetype
=
5
#\u8bbe\u7f6e\u624b\u5199\u677f\u624b\u5199\u900f\u660e\u5ea6
evalBidRoomId
=
aadd606ff7c1445184b9ad780c5feb60
companyLink
=
updateTime
=
2021-12-22 09
\:
53
\:
10
signWidth
=
80
viewTenderPrice
=
01
assistBidopening
=
00
keyCharacter
=
bidFilePath
=
c
\:\\
bidFile
versionUpdateType
=
OBE_FinalService
productType
=
final
showNowTime
=
01
openingDownEndDays
=
30
filterBracketContent
=
01
platformCode
=
M1100000015
managerSignature
=
01
bidOpeningSupplierSytle
=
01
moneyCnPrefix
=
\u
4EBA
\u
6C11
\u
5E01
urlEncoder
=
01
nowTypeType
=
01
allowImportBidFile
=
alpha
=
0.85
alpha
=
0.85
#\u6307\u7eb9\u56fe\u4e8c\u503c\u5316\u9608\u503c
defaultRecommonedCount
=
copyright
=
\u5317\u
4EAC
\u
56FD
\u
4FE1
\u
521B
\u
65B0
\u
79D1
\u6280\u
80A1
\u
4EFD
\u6709\u9650\u
516C
\u
53F8
signaturePdf
=
JinGe
evalManagerResourceId
=
31f99c485c334eb380f48d061201da2c
signHeight
=
35
ENVIRONMENT
=
01
lastDownloadProjectTime
=
1721031126729
pdfActiveType
=
GuoXin
verifyEvalMachineExpert
=
00
properties_path
=
/E
\:
/gitWorkSpace/client_V7.0/jingneng/OBE-CONFIG/config.properties
darkCodeLenth
=
20
priceUint
=
01
usePublicDb
=
01
threshold
=
255
threshold
=
255
#\u65e7\u5b57\u7b26\u96c6\u540d\u79f0
qrCodeServcerAddress
=
http
\:
//sign.e-bidding.org
\:
8086/gxapp/scanning/
oldCharsetName
=
UTF-8
videoPort
=
8000
#\u65b0\u5b57\u7b26\u96c6\u540d\u79f0
showUploadMaterial
=
00
newCharsetName
=
ISO-8859-1
excelRowStart
=
2
#\u5f00\u6807\u5927\u5385\u662f\u5426\u663e\u793a\u5f53\u524d\u65f6\u95f4
evalFullScreen
=
01
showNowTime
=
01
ftpIp
=
#BT\u670d\u52a1\u5668
showOperatorRoleType
=
00
torrentServer
=
viewEvaluationResult
=
01
viewMySummaryResult
=
01
useMachineLock
=
01
ftpBuffersize
=
1024
bidOpeningFullscreen
=
00
torrentPort
=
6969
torrentPort
=
6969
#\u63a5\u53e3\u4e2d\u9879\u76ee\u7f16\u53f7\u6216\u8d26\u53f7\u4fe1\u606f\u8fdb\u884curlEncoder\u8f6c\u7801
urlEncoder
=
01
#\u5de5\u7a0b\u91cf\u6e05\u5355\u7c7b\u578b
billType
=
bill_yt
#\u591a\u8f6e\u62a5\u4ef7\u7c7b\u578b
multiRoundPriceType
=
00
multiRoundPriceType
=
00
viewStepSummaryResult
=
00
tts
=
MicrosoftTTS
preEvalResourceId
=
ef5a43a3cba4432fb18c205e0c4b792c
caEngine
=
TianWeiCA_1.0
excelColumnStart
=
0
viewPriceScore
=
01
obeWebServerUrl
=
http
\:
//39.97.159.121
\:
9863/
ftpPassword
=
torrentServer
=
OBE-CONFIG/config_final.properties
View file @
1fe91ae9
#\u7cfb\u7edf\u7248\u672c
#\u7cfb\u7edf\u7248\u672c
version
=
OBEV7.7.9.202407
0
5
version
=
OBEV7.7.9.202407
1
5
keyCharacter
=
keyCharacter
=
#\u6b63\u5f0f\u7248\u672c\u68c0\u67e5\u5347\u7ea7\u7f16\u7801
#\u6b63\u5f0f\u7248\u672c\u68c0\u67e5\u5347\u7ea7\u7f16\u7801
versionUpdateType
=
OBE_FinalService
versionUpdateType
=
OBE_FinalService
...
...
OBE-CONFIG/config_test.properties
View file @
1fe91ae9
#\u7cfb\u7edf\u7248\u672c
#\u7cfb\u7edf\u7248\u672c
version
=
OBEV7.7.9.20240705
version
=
OBEV7.7.9.2024070
1
5
keyCharacter
=
g
keyCharacter
=
g
versionUpdateType
=
OBE_Service
versionUpdateType
=
OBE_Service
#\u6d4b\u8bd5\u7ad9\u4e13\u5bb6\u7b7e\u670d\u52a1
#\u6d4b\u8bd5\u7ad9\u4e13\u5bb6\u7b7e\u670d\u52a1
...
...
OBE-CONFIG/webservice.properties
View file @
1fe91ae9
#servlet/AxisServlet
#servlet/AxisServlet
#http://124.42.69.85:8035/epp/servlet/AxisServlet\u67
e5\u770b\u63a5\u53e
3
#http://124.42.69.85:8035/epp/servlet/AxisServlet\u67
E5\u770B\u63A5\u53E
3
#\u8
c03\u7528webservice\u7684\u7528\u6237\u540d
#\u8
C03\u7528webservice\u7684\u7528\u6237\u540D
webserviceUserName
=
gpcsoft
webserviceUserName
=
gpcsoft
#\u8
c03\u7528webservice\u7684\u5bc
6\u7801
#\u8
C03\u7528webservice\u7684\u5BC
6\u7801
webservicePassword
=
111111
webservicePassword
=
111111
#\u63
a5\u53e3\u670d\u52a
1\u5668\u5730\u5740
#\u63
A5\u53E3\u670D\u52A
1\u5668\u5730\u5740
#http://192.168.8.62:8035/epp/
#http://192.168.8.62:8035/epp/
#http://192.168.8.62:8999/
#http://192.168.8.62:8999/
#http://192.168.8.62:8035/egp
#http://192.168.8.62:8035/egp
#http://192.168.8.62:8199/ahbz/
#http://192.168.8.62:8199/ahbz/
#http://58.211.53.29:9011/
#http://58.211.53.29:9011/
#\u767
b\u5f
55
#\u767
B\u5F
55
serverUserLogin.method
=
userHS.do?login
serverUserLogin.method
=
userHS.do?login
#\u540
c\u6b65\u9879\u76ee\u7684\u63a5\u53e
3\u5730\u5740
#\u540
C\u6B65\u9879\u76EE\u7684\u63A5\u53E
3\u5730\u5740
downProject.url
=
/services/es/evaluatesys/projectSoapService
downProject.url
=
/services/es/evaluatesys/projectSoapService
#\u83
b7\u5f97\u8981\u540c\u6b65\u9879\u76ee\u7684\u6e
05\u5355\u5217\u8868
#\u83
B7\u5F97\u8981\u540C\u6B65\u9879\u76EE\u7684\u6E
05\u5355\u5217\u8868
getProjectListForSimpleInfo.method
=
getProjectInfoByPackCode
getProjectListForSimpleInfo.method
=
getProjectInfoByPackCode
#\u83
b7\u5f97\u9879\u76ee\u7684\u8be6\u7ec6\u4fe1\u606f
#\u83
B7\u5F97\u9879\u76EE\u7684\u8BE6\u7EC6\u4FE1\u606F
getPprojectDetail.method
=
getProjectInfoByCode
getPprojectDetail.method
=
getProjectInfoByCode
#\u8981\u540
c\u6b65\u7684\u9879\u76ee\u7c7b\u578bZFCG:01:\u653f\u5e9c\u91c7\u8d2d,TDJY:02:\u571f\u5730\u4ea4\u6613,CQJY:03:\u4ea7\u6743\u4ea4\u6613,JZGC:04:\u5efa\u7b51\u5de5\u7a0b,BX:05:\u6bd
4\u9009
#\u8981\u540
C\u6B65\u7684\u9879\u76EE\u7C7B\u578BZFCG:01:\u653F\u5E9C\u91C7\u8D2D,TDJY:02:\u571F\u5730\u4EA4\u6613,CQJY:03:\u4EA7\u6743\u4EA4\u6613,JZGC:04:\u5EFA\u7B51\u5DE5\u7A0B,BX:05:\u6BD
4\u9009
tenderType
=
01
tenderType
=
01
#\u540
c\u6b65\u6307\u6807\u7684\u63a5\u53e
3\u5730\u5740
#\u540
C\u6B65\u6307\u6807\u7684\u63A5\u53E
3\u5730\u5740
factorInfo.url
=
/services/es/ueSystem/factorSoapService
factorInfo.url
=
/services/es/ueSystem/factorSoapService
#\u540
c\u6b65\u6307\u6807\u7684\u63a5\u53e3\u540d\u79f
0
#\u540
C\u6B65\u6307\u6807\u7684\u63A5\u53E3\u540D\u79F
0
factorInfo.method
=
getCongruousFactorList
factorInfo.method
=
getCongruousFactorList
#\u4
e0a\u4f20\u5f00\u6807\u7ed3\u679c\u7684\u63a5\u53e3\u5730\u5740\u7b2c\u4e8c\u5957\uff08\u65b0\uff
09
#\u4
E0A\u4F20\u5F00\u6807\u7ED3\u679C\u7684\u63A5\u53E3\u5730\u5740\u7B2C\u4E8C\u5957\uFF08\u65B0\uFF
09
uploadOpenBidResultSecond.url
=
/services/openBidSoapService
uploadOpenBidResultSecond.url
=
/services/openBidSoapService
#\u4
e0a\u4f20\u5f00\u6807\u7ed3\u679c\u7684\u63a5\u53e3\u540d\u79f
0
#\u4
E0A\u4F20\u5F00\u6807\u7ED3\u679C\u7684\u63A5\u53E3\u540D\u79F
0
uploadOpenBidResult.method
=
uploadOpenBid
uploadOpenBidResult.method
=
uploadOpenBid
#\u7533\u8
bf7\u4e0a\u4f20\u8bc4\u5ba1\u7ed3\u679c
#\u7533\u8
BF7\u4E0A\u4F20\u8BC4\u5BA1\u7ED3\u679C
applySubmitEvalResult.url
=
/services/es/evaluatesys/uploadEvalBidRecordService
applySubmitEvalResult.url
=
/services/es/evaluatesys/uploadEvalBidRecordService
applySubmitEvalResult.method
=
bidEvaluationHS.do?uploadEvaluationResultApply
applySubmitEvalResult.method
=
bidEvaluationHS.do?uploadEvaluationResultApply
#applySubmitEvalResult.method=/bidOpenEvaluation/committee/uploadEvaluationResultApply
#applySubmitEvalResult.method=/bidOpenEvaluation/committee/uploadEvaluationResultApply
#\u786
e\u8ba4\u4e0a\u4f20\u8bc4\u5ba1\u7ed3\u679c
#\u786
E\u8BA4\u4E0A\u4F20\u8BC4\u5BA1\u7ED3\u679C
confirmEvalResult.url
=
/services/es/evaluatesys/uploadEvalBidRecordService
confirmEvalResult.url
=
/services/es/evaluatesys/uploadEvalBidRecordService
confirmEvalResult.method
=
confirmEvalResult
confirmEvalResult.method
=
confirmEvalResult
#\u4
e13\u5bb6\u5e93\u67e5\u770b\u63a5\u53e3/services/TakerExpert?wsdl\u800c\u4e14\u8981\u914d\u7f6e\u547d\u540d\u7a7a\u95f
4
#\u4
E13\u5BB6\u5E93\u67E5\u770B\u63A5\u53E3/services/TakerExpert?wsdl\u800C\u4E14\u8981\u914D\u7F6E\u547D\u540D\u7A7A\u95F
4
#\u4
e13\u5bb6\u5e93\u8d26\u53f
7
#\u4
E13\u5BB6\u5E93\u8D26\u53F
7
expertLlibraryUserName
=
EPP08-USER
expertLlibraryUserName
=
EPP08-USER
#\u4
e13\u5bb6\u5e93\u5bc
6\u7801
#\u4
E13\u5BB6\u5E93\u5BC
6\u7801
expertLlibraryPassword
=
EPP08-PASSWORD
expertLlibraryPassword
=
EPP08-PASSWORD
#expertLlibrary\u5730\u5740
#expertLlibrary\u5730\u5740
expertLlibraryAddress
=
http://192.168.8.62:8135
expertLlibraryAddress
=
http://192.168.8.62:8135
#\u540
c\u6b65\u4e13\u5bb6\u7684\u63a5\u53e
3\u5730\u5740/services/es/workMemberSoapService
#\u540
C\u6B65\u4E13\u5BB6\u7684\u63A5\u53E
3\u5730\u5740/services/es/workMemberSoapService
expertInfo.url
=
/services/TakerExpert
expertInfo.url
=
/services/TakerExpert
#\u540
c\u6b65\u4e13\u5bb6\u7684\u63a5\u53e3\u540d\u79f
0downWorkgMember:getJoinJudgeExpertList:getJoinExpertList
#\u540
C\u6B65\u4E13\u5BB6\u7684\u63A5\u53E3\u540D\u79F
0downWorkgMember:getJoinJudgeExpertList:getJoinExpertList
expertInfo.method
=
getJoinExpertList
expertInfo.method
=
getJoinExpertList
#\u65
f6\u95f4\u670d\u52a1\u5668\u63a5\u53e3\u5730\u5740\u6d4b\u8bd
5CommonHttpService.do?method=getTime
#\u65
F6\u95F4\u670D\u52A1\u5668\u63A5\u53E3\u5730\u5740\u6D4B\u8BD
5CommonHttpService.do?method=getTime
nowTime.url
=
/services/epp/evaluatesys/timeSoapService/
nowTime.url
=
/services/epp/evaluatesys/timeSoapService/
#\u65
f6\u95f4\u670d\u52a1\u5668\u63a5\u53e3\u540d\u79f
0
#\u65
F6\u95F4\u670D\u52A1\u5668\u63A5\u53E3\u540D\u79F
0
nowTime.method
=
baseHS.do?getTime
nowTime.method
=
baseHS.do?getTime
getBidInfo
=
getBidInfo
getBidInfo
=
getBidInfo
...
@@ -105,7 +105,7 @@ applyReBidPrice = secondBidPriceHS.do?applySecondBidPrice
...
@@ -105,7 +105,7 @@ applyReBidPrice = secondBidPriceHS.do?applySecondBidPrice
getReBidPrice
=
secondBidPriceHS.do?getLastSecondBidPriceList
getReBidPrice
=
secondBidPriceHS.do?getLastSecondBidPriceList
#------------------------\u6700\u65
b0\u4fee\u6539\u5b9a\u4e49\u7684\u63a5\u53e
3------------------------------------
#------------------------\u6700\u65
B0\u4FEE\u6539\u5B9A\u4E49\u7684\u63A5\u53E
3------------------------------------
downloadProjectList.url
=
/services/es/evaluatesys/projectSoapService
downloadProjectList.url
=
/services/es/evaluatesys/projectSoapService
downloadProjectInfo.url
=
/services/es/evaluatesys/projectSoapService
downloadProjectInfo.url
=
/services/es/evaluatesys/projectSoapService
downloadProjectInfot.method
=
getProjectInfoByCode
downloadProjectInfot.method
=
getProjectInfoByCode
...
@@ -123,13 +123,13 @@ getProjectDecryptAndConfirmStates.method=bidOpeningHS.do?getProjectDecryptAndCon
...
@@ -123,13 +123,13 @@ getProjectDecryptAndConfirmStates.method=bidOpeningHS.do?getProjectDecryptAndCon
generalFileHSmethod
=
generalFileHS.do?changeTimeOrDelClarificationFile
generalFileHSmethod
=
generalFileHS.do?changeTimeOrDelClarificationFile
applyTenderTurn
=
tenderProjectInfoHS.do?applyTenderTurn
applyTenderTurn
=
tenderProjectInfoHS.do?applyTenderTurn
getApplyTenderTurnInfo
=
tenderProjectInfoHS.do?getApplyTenderTurnInfo
getApplyTenderTurnInfo
=
tenderProjectInfoHS.do?getApplyTenderTurnInfo
#\u9080\u8
bf7\u4f9b\u5e94\u5546\u8fdb\u884c\u89c6\u9891\u63a5\u53e
3
#\u9080\u8
BF7\u4F9B\u5E94\u5546\u8FDB\u884C\u89C6\u9891\u63A5\u53E
3
invitationSupplierMeeting
=
invitationHS.do?invitationSupplierMeeting
invitationSupplierMeeting
=
invitationHS.do?invitationSupplierMeeting
pushDateToVedioPlatForm
=
bidEvaluationHS.do?pushDateToVedioPlatform
pushDateToVedioPlatForm
=
bidEvaluationHS.do?pushDateToVedioPlatform
#\u767
b
\u9646
#\u767
B
\u9646
#serverUserLogin.method=/userLogin/user/login
#serverUserLogin.method=/userLogin/user/login
#\u5
f00\u6807\u63a5\u53e
3
#\u5
F00\u6807\u63A5\u53E
3
#applyUploadOpenBidResult.method = /bidOpenEvaluation/openingresult/uploadBidOpeningResultApply
#applyUploadOpenBidResult.method = /bidOpenEvaluation/openingresult/uploadBidOpeningResultApply
#getOpenBidResult.method = /bidOpenEvaluation/openingresult/getOpenBidResult
#getOpenBidResult.method = /bidOpenEvaluation/openingresult/getOpenBidResult
#getProjectOpenBidResult.method = /bidOpenEvaluation/openingresult/getProjectOpenBidResult
#getProjectOpenBidResult.method = /bidOpenEvaluation/openingresult/getProjectOpenBidResult
...
@@ -141,7 +141,7 @@ pushDateToVedioPlatForm=bidEvaluationHS.do?pushDateToVedioPlatform
...
@@ -141,7 +141,7 @@ pushDateToVedioPlatForm=bidEvaluationHS.do?pushDateToVedioPlatform
#\u8
bc4\u6807\u63a5\u53e
3
#\u8
BC4\u6807\u63A5\u53E
3
#getWinningBiddingSupplierList.method=/bidOpenEvaluation/committee/getWinningBiddingSupplierList
#getWinningBiddingSupplierList.method=/bidOpenEvaluation/committee/getWinningBiddingSupplierList
#uploadConfirmWinningBidder.method=/bidOpenEvaluation/committee/uploadConfirmWinningBidder
#uploadConfirmWinningBidder.method=/bidOpenEvaluation/committee/uploadConfirmWinningBidder
#getProjectBidEvaluationStep.method=/bidOpenEvaluation/committee/getProjectBidEvaluationStep
#getProjectBidEvaluationStep.method=/bidOpenEvaluation/committee/getProjectBidEvaluationStep
...
@@ -197,7 +197,7 @@ pushDateToVedioPlatForm=bidEvaluationHS.do?pushDateToVedioPlatform
...
@@ -197,7 +197,7 @@ pushDateToVedioPlatForm=bidEvaluationHS.do?pushDateToVedioPlatform
#------------------------\u673
a\u6784\u8d44\u8d28\u4fe1\u606f\u63a5\u53e
3------------------------------------
#------------------------\u673
A\u6784\u8D44\u8D28\u4FE1\u606F\u63A5\u53E
3------------------------------------
getOrgBaseInfo.method
=
httpSupplierInfoHS.do?getOrgBaseInfo
getOrgBaseInfo.method
=
httpSupplierInfoHS.do?getOrgBaseInfo
getFinancialStatusInfo.method
=
httpSupplierInfoHS.do?getFinancialStatusInfo
getFinancialStatusInfo.method
=
httpSupplierInfoHS.do?getFinancialStatusInfo
getPatentInfo.method
=
httpSupplierInfoHS.do?getPatentInfo
getPatentInfo.method
=
httpSupplierInfoHS.do?getPatentInfo
...
@@ -213,14 +213,16 @@ getTypeTestByMainInfo.method=httpSupplierInfoHS.do?getTypeTestByMainInfo
...
@@ -213,14 +213,16 @@ getTypeTestByMainInfo.method=httpSupplierInfoHS.do?getTypeTestByMainInfo
getTypeTestByOtherInfo.method
=
httpSupplierInfoHS.do?getTypeTestByOtherInfo
getTypeTestByOtherInfo.method
=
httpSupplierInfoHS.do?getTypeTestByOtherInfo
getTestSiteInfo.method
=
httpSupplierInfoHS.do?getTestSiteInfo
getTestSiteInfo.method
=
httpSupplierInfoHS.do?getTestSiteInfo
getProductionEnvironmentInfo.method
=
httpSupplierInfoHS.do?getProductionEnvironmentInfo
getProductionEnvironmentInfo.method
=
httpSupplierInfoHS.do?getProductionEnvironmentInfo
#\u7248\u672
c\u4fe1\u606f
#\u7248\u672
C\u4FE1\u606F
#versionUpdateAddress=http://www.e-bidding.org/dzzb/baseHS.do?getToolUpdateVersionInfo
#versionUpdateAddress=http://www.e-bidding.org/dzzb/baseHS.do?getToolUpdateVersionInfo
#versionUpdateAddress=http://172.16.7.39:8088/baseHS.do?getToolUpdateVersionInfo
#versionUpdateAddress=http://172.16.7.39:8088/baseHS.do?getToolUpdateVersionInfo
versionUpdateAddress
=
http://service.e-bidding.org/yyzxpt/toolVersionUpdateController.do?getToolUpdateVersionInfo
versionUpdateAddress
=
http://service.e-bidding.org/yyzxpt/toolVersionUpdateController.do?getToolUpdateVersionInfo
#\u4
e0a\u4f20\u7ec8\u7aef\u4fe1\u606f
#\u4
E0A\u4F20\u7EC8\u7AEF\u4FE1\u606F
uploadTerminalAddress
=
http://service.e-bidding.org/yyzxpt/baseHS.do?uploadTerminalInfo
uploadTerminalAddress
=
http://service.e-bidding.org/yyzxpt/baseHS.do?uploadTerminalInfo
blockChainUrl
=
http://123.56.235.135:80/InvokeContract/info
blockChainUrl
=
http://123.56.235.135:80/InvokeContract/info
getQRCodeIsScaned.method
=
getQRCodeIsScaned
getQRCodeIsScaned.method
=
getQRCodeIsScaned
getQRCodeLoginInfo.method
=
getQRCodeLoginInfo
getQRCodeLoginInfo.method
=
getQRCodeLoginInfo
getSealImageListInfo.method
=
getSealImageListInfo
getSealImageListInfo.method
=
getSealImageListInfo
#\u67E5\u770B\u4F9B\u5E94\u5546\u98CE\u9669\u7B49\u7EA7
getRiskSupplierList.method
=
bidOpeningHS.do?getSupplierRatingLevelByStageId
OBE-MANAGEMENT/splash.bmp
View replaced file @
590b1e92
View file @
1fe91ae9
394 KB
|
W:
|
H:
394 KB
|
W:
|
H:
2-up
Swipe
Onion skin
OBE-MANAGEMENT/src/com/gx/obe/management/LoginDialog.java
View file @
1fe91ae9
...
@@ -561,7 +561,7 @@ public class LoginDialog {
...
@@ -561,7 +561,7 @@ public class LoginDialog {
private
void
init
(){
private
void
init
(){
userService
=
new
UserService
();
userService
=
new
UserService
();
userLoginRecordService
=
new
UserLoginRecordService
();
userLoginRecordService
=
new
UserLoginRecordService
();
product_info
.
setText
(
Messages
.
Terminal_management
+
" "
+
PropertiesUtils
.
getProperty
(
ConfigConstants
.
VERSION
,
"V4.0"
));
product_info
.
setText
(
Messages
.
EvalManage
+
" "
+
PropertiesUtils
.
getProperty
(
ConfigConstants
.
VERSION
,
"V4.0"
));
String
productTitle
=
PropertiesUtils
.
getProperty
(
ConfigConstants
.
MANAGEMENT_TITLE
,
""
);
String
productTitle
=
PropertiesUtils
.
getProperty
(
ConfigConstants
.
MANAGEMENT_TITLE
,
""
);
if
(
null
!=
productTitle
&&
productTitle
.
length
()
>
0
)
{
if
(
null
!=
productTitle
&&
productTitle
.
length
()
>
0
)
{
product_info
.
setText
(
productTitle
);
product_info
.
setText
(
productTitle
);
...
...
OBE-MANAGEMENT/src/com/gx/obe/management/MainDialog.java
View file @
1fe91ae9
...
@@ -133,7 +133,7 @@ public class MainDialog implements ActionListener{
...
@@ -133,7 +133,7 @@ public class MainDialog implements ActionListener{
screenHight
=
util
.
getScreenHight
()
-
util
.
getTaskBarHight
();
screenHight
=
util
.
getScreenHight
()
-
util
.
getTaskBarHight
();
shell
.
setSize
(
util
.
getScreenWight
(),
screenHight
);
shell
.
setSize
(
util
.
getScreenWight
(),
screenHight
);
shell
.
setLocation
(
0
,
0
);
shell
.
setLocation
(
0
,
0
);
shell
.
setText
(
Messages
.
Terminal_management
);
shell
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_management
);
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/evaluation-ico.png"
));
shell
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/evaluation-ico.png"
));
GridLayout
gl_shell
=
new
GridLayout
(
1
,
false
);
GridLayout
gl_shell
=
new
GridLayout
(
1
,
false
);
gl_shell
.
horizontalSpacing
=
0
;
gl_shell
.
horizontalSpacing
=
0
;
...
@@ -163,8 +163,8 @@ public class MainDialog implements ActionListener{
...
@@ -163,8 +163,8 @@ public class MainDialog implements ActionListener{
product_title
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
CENTER
,
false
,
false
,
1
,
1
));
product_title
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
CENTER
,
false
,
false
,
1
,
1
));
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setFont
(
SWTResourceManager
.
getFont
(
"微软雅黑"
,
13
,
SWT
.
BOLD
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setForeground
(
SWTResourceManager
.
getColor
(
SWT
.
COLOR_WHITE
));
product_title
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/
logo
.png"
));
product_title
.
setImage
(
ResourceManager
.
getPluginImage
(
IconsActivator
.
PLUGIN_ID
,
"icons/
45
.png"
));
product_title
.
setText
(
Messages
.
Terminal_management
);
product_title
.
setText
(
Messages
.
COMPANY_NAME
+
"-"
+
Messages
.
Terminal_management
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
menu_composite
=
new
Composite
(
top_composite
,
SWT
.
NONE
);
RowLayout
rl_menu_composite
=
new
RowLayout
(
SWT
.
HORIZONTAL
);
RowLayout
rl_menu_composite
=
new
RowLayout
(
SWT
.
HORIZONTAL
);
...
...
OBE-REPORT/src/com/gx/obe/report/dataset/excel/TechnicalComparisonDateSet.java
View file @
1fe91ae9
...
@@ -46,7 +46,7 @@ public class TechnicalComparisonDateSet extends BaseDateSet{
...
@@ -46,7 +46,7 @@ public class TechnicalComparisonDateSet extends BaseDateSet{
templateFileName
=
templateFileName
.
substring
(
0
,
templateFileName
.
lastIndexOf
(
"."
));
templateFileName
=
templateFileName
.
substring
(
0
,
templateFileName
.
lastIndexOf
(
"."
));
}
}
System
.
out
.
println
();
System
.
out
.
println
();
List
<
Supplier
>
supplierList
=
supplierService
.
get
AllSupplierList
(
tenderProjectEntity
.
getId
());
//(detailEvalNode, true);
List
<
Supplier
>
supplierList
=
supplierService
.
get
OpenBidSuccessSupplier
(
tenderProjectEntity
.
getId
());
//(detailEvalNode, true);
for
(
EvaluationContent
evaluationContent
:
evaluationContentList
){
for
(
EvaluationContent
evaluationContent
:
evaluationContentList
){
List
<
EvaluationFactor
>
factorList
=
new
ArrayList
<
EvaluationFactor
>();
List
<
EvaluationFactor
>
factorList
=
new
ArrayList
<
EvaluationFactor
>();
if
(
evaluationContent
.
getDataCategory
().
equals
(
"TT"
)
&&
(
evaluationContent
.
getRelChapterType
().
contains
(
"TechnicalParameter"
)))
{
if
(
evaluationContent
.
getDataCategory
().
equals
(
"TT"
)
&&
(
evaluationContent
.
getRelChapterType
().
contains
(
"TechnicalParameter"
)))
{
...
...
com.gx.obe.struct/.settings/org.eclipse.core.resources.prefs
View file @
1fe91ae9
eclipse.preferences.version=1
eclipse.preferences.version=1
encoding//src/com/gx/obe/struct/composite/TemplateTableComparisonComposite.java=UTF-8
encoding/<project>=UTF-8
encoding/<project>=UTF-8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment