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
c2c8e9aa
Commit
c2c8e9aa
authored
Jun 27, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-27 修改销售发货项目名称长度
parent
05f2d2c5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
HGSJ001.java
src/main/java/com/baosight/hggp/hg/sj/domain/HGSJ001.java
+2
-2
HGYX001.jsp
src/main/webapp/HG/YX/HGYX001.jsp
+5
-5
HGYX001A.js
src/main/webapp/HG/YX/HGYX001A.js
+4
-0
No files found.
src/main/java/com/baosight/hggp/hg/sj/domain/HGSJ001.java
View file @
c2c8e9aa
...
@@ -146,11 +146,11 @@ public class HGSJ001 extends DaoEPBase {
...
@@ -146,11 +146,11 @@ public class HGSJ001 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_CODE
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_CODE
);
eiColumn
.
setDescName
(
"
厂区
编码"
);
eiColumn
.
setDescName
(
"
公司
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_NAME
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_NAME
);
eiColumn
.
setDescName
(
"
厂区
名称"
);
eiColumn
.
setDescName
(
"
公司
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_PROCESS_CODE
);
eiColumn
=
new
EiColumn
(
FIELD_PROCESS_CODE
);
...
...
src/main/webapp/HG/YX/HGYX001.jsp
View file @
c2c8e9aa
...
@@ -45,25 +45,25 @@
...
@@ -45,25 +45,25 @@
<EF:EFGrid blockId="result" autoDraw="override" isFloat="true" checkMode="row" copyToAdd="false">
<EF:EFGrid blockId="result" autoDraw="override" isFloat="true" checkMode="row" copyToAdd="false">
<EF:EFColumn ename="id" cname="内码" hidden="true"/>
<EF:EFColumn ename="id" cname="内码" hidden="true"/>
<EF:EFColumn ename="operator" cname="操作" locked="true" enable="false" width="140" align="center"/>
<EF:EFColumn ename="operator" cname="操作" locked="true" enable="false" width="140" align="center"/>
<EF:EFComboColumn ename="companyCode" enable="true" cname="公司名称" width="
11
0" align="center"
<EF:EFComboColumn ename="companyCode" enable="true" cname="公司名称" width="
20
0" align="center"
filter="contains" readonly="true" required="true">
filter="contains" readonly="true" required="true">
<EF:EFOptions blockId="roleCompany" textField="companyName" valueField="companyCode"/>
<EF:EFOptions blockId="roleCompany" textField="companyName" valueField="companyCode"/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFComboColumn ename="projCode" enable="true" cname="项目名称" width="
11
0" align="center"
<EF:EFComboColumn ename="projCode" enable="true" cname="项目名称" width="
20
0" align="center"
filter="contains" readonly="true" required="true">
filter="contains" readonly="true" required="true">
<EF:EFOptions blockId="proj_record_block_id" valueField="valueField" textField="textField"/>
<EF:EFOptions blockId="proj_record_block_id" valueField="valueField" textField="textField"/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn ename="deliveryCode" cname="发货单号" enable="false" width="130" align="center"/>
<EF:EFColumn ename="deliveryCode" cname="发货单号" enable="false" width="130" align="center"/>
<EF:EFColumn ename="outboundCode" cname="出库单号" enable="false" width="130" align="center"/>
<EF:EFColumn ename="outboundCode" cname="出库单号" enable="false" width="130" align="center"/>
<EF:EFComboColumn ename="consCode" enable="true" cname="发货方" width="
11
0" align="center"
<EF:EFComboColumn ename="consCode" enable="true" cname="发货方" width="
20
0" align="center"
filter="contains" readonly="true" required="true">
filter="contains" readonly="true" required="true">
<EF:EFOptions blockId="companyBox_block_id" valueField="valueField" textField="textField"/>
<EF:EFOptions blockId="companyBox_block_id" valueField="valueField" textField="textField"/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFComboColumn ename="receCode" enable="true" cname="收货方" width="
11
0" align="center"
<EF:EFComboColumn ename="receCode" enable="true" cname="收货方" width="
20
0" align="center"
filter="contains" readonly="true" required="true">
filter="contains" readonly="true" required="true">
<EF:EFOptions blockId="customer_record_all_block_id" valueField="valueField" textField="textField"/>
<EF:EFOptions blockId="customer_record_all_block_id" valueField="valueField" textField="textField"/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn ename="receAddr" cname="收货地址" enable="true" readonly="true" width="
12
0" align="center"/>
<EF:EFColumn ename="receAddr" cname="收货地址" enable="true" readonly="true" width="
20
0" align="center"/>
<EF:EFColumn ename="receUserPhone" cname="收货人电话" enable="true" readonly="true" width="120" align="center" data-rules="mobile_phone"/>
<EF:EFColumn ename="receUserPhone" cname="收货人电话" enable="true" readonly="true" width="120" align="center" data-rules="mobile_phone"/>
<EF:EFComboColumn ename="tranType" cname="运输方式" width="80" align="center" enable="true" readonly="true" required="true">
<EF:EFComboColumn ename="tranType" cname="运输方式" width="80" align="center" enable="true" readonly="true" required="true">
<EF:EFCodeOption codeName="hggp.hgyx.tranType"/>
<EF:EFCodeOption codeName="hggp.hgyx.tranType"/>
...
...
src/main/webapp/HG/YX/HGYX001A.js
View file @
c2c8e9aa
...
@@ -143,6 +143,10 @@ $(function() {
...
@@ -143,6 +143,10 @@ $(function() {
return
item
[
"companyCode"
]
===
proj
[
0
][
"param1Field"
];
return
item
[
"companyCode"
]
===
proj
[
0
][
"param1Field"
];
});
});
let
consCode
=
$
(
"#inqu_status-0-consCode"
);
let
consCode
=
$
(
"#inqu_status-0-consCode"
);
$
(
"#inqu_status-0-companyCode"
).
val
(
proj
[
0
][
"param1Field"
]);
$
(
"#inqu_status-0-companyName"
).
val
(
proj
[
0
][
"param2Field"
]);
//IPLAT.EFSelect.setDataSource(consCode,company);
//IPLAT.EFSelect.setDataSource(consCode,company);
IPLAT
.
EFSelect
.
value
(
consCode
,
proj
[
0
][
"param1Field"
]);
IPLAT
.
EFSelect
.
value
(
consCode
,
proj
[
0
][
"param1Field"
]);
})
})
...
...
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