Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
70be0a03
Commit
70be0a03
authored
Nov 24, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改询价管理供应商下拉框
parent
bc9f85b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ServiceHGCG005.java
.../java/com/baosight/hggp/hg/cg/service/ServiceHGCG005.java
+1
-1
HGCG005.jsp
src/main/webapp/HG/CG/HGCG005.jsp
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cg/service/ServiceHGCG005.java
View file @
70be0a03
...
...
@@ -35,7 +35,7 @@ public class ServiceHGCG005 extends ServiceEPBase {
try
{
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
CUSTOMER
_RECORD_BLOCK_ID
,
DdynamicEnum
.
SUP
_RECORD_BLOCK_ID
,
DdynamicEnum
.
USER_BLOCK_ID
),
null
,
false
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGCG005
().
eiMetadata
);
}
catch
(
Exception
e
)
{
...
...
src/main/webapp/HG/CG/HGCG005.jsp
View file @
70be0a03
...
...
@@ -45,7 +45,7 @@
<EF:EFColumn ename="inquiryDate" cname="询价日期" align="center" width="150" readonly="true" editType="date"
dateFormat="yyyy-MM-dd" parseFormats="['yyyyMMdd']" required="true"/>
<EF:EFColumn ename="inquiryNumber" cname="询价单号" enable="false" width="130" align="center" />
<EF:EFComboColumn ename="supplierName" cname="供应商名称" blockName="
customer
_record_block_id"
<EF:EFComboColumn ename="supplierName" cname="供应商名称" blockName="
sup
_record_block_id"
columnTemplate="#=textField#" itemTemplate="#=textField#"
textField="textField" valueField="valueField"
maxLength="16" readonly="false" width="160" required="true"
...
...
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