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
ab598c48
Commit
ab598c48
authored
Oct 23, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-23 修复委外入库选择委外加工材料编码丢失bug
parent
66591e0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
HGKC014B.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC014B.xml
+3
-1
HGKC014B.jsp
src/main/webapp/HG/KC/HGKC014B.jsp
+4
-2
No files found.
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC014B.xml
View file @
ab598c48
...
...
@@ -31,7 +31,9 @@
A.REMAINING_QTY as "remainingQty",
<!-- 剩余数量 -->
A.REMAINING_UNIT_WEIGHT as "remainingUnitWeight",
<!-- 剩余单量 -->
A.REMAINING_WEIGHT as "remainingWeight",
<!-- 剩余重量 -->
A.DELIVER_QTY as "deliverQty"
<!-- 退货数量 -->
A.DELIVER_QTY as "deliverQty",
<!-- 退货数量 -->
A.INVENT_CODE as "inventCode",
<!-- 原料编码 -->
A.INVENT_NAME as "inventName"
<!-- 原料名称 -->
</sql>
<sql
id=
"condition"
>
...
...
src/main/webapp/HG/KC/HGKC014B.jsp
View file @
ab598c48
...
...
@@ -76,10 +76,10 @@
align="center" filter="contains" sort="true">
<EF:EFOptions blockId="user_block_id" textField="textField" valueField="valueField"/>
</EF:EFComboColumn>
<EF:EFComboColumn ename="subStatus" cname="提交状态" width="80" enable="true" readonly="true" align="center"
<
%--<
EF:EFComboColumn ename="subStatus" cname="提交状态" width="80" enable="true" readonly="true" align="center"
required="false" defaultValue="0">
<EF:EFCodeOption codeName="hggp.hpkc.submitStatus"/>
</EF:EFComboColumn>
</EF:EFComboColumn>
--%>
<EF:EFComboColumn ename="productCode" cname="成品编码" width="120" align="center" required="true" readonly="true"
blockName="invent_record_box_block_id" textField="textField" valueField="valueField"
columnTemplate="#=textField#" itemTemplate="#=textField#"
...
...
@@ -91,6 +91,8 @@
columnTemplate="#=textField#" itemTemplate="#=textField#"
filter="contains">
</EF:EFComboColumn>
<EF:EFColumn ename="inventCode" cname="材料编码" enable="false" width="120" align="center" required="false"/>
<EF:EFColumn ename="inventName" cname="材料名称" enable="false" width="120" align="center" required="false"/>
<EF:EFColumn ename="spec" cname="规格" width="140" align="center" maxLength="50" readonly="true"/>
<EF:EFColumn ename="unit" cname="单位" width="80" align="center" readonly="true"/>
<EF:EFColumn ename="depositQty" cname="入库数量" width="100" enable="true" format="{0:N0}" editType="text"
...
...
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