Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-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
hp-smart
Commits
abc0775a
Commit
abc0775a
authored
Oct 09, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-09 营销管理优化
parent
e3269a0b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
HPBG002C.jsp
src/main/webapp/HP/BG/HPBG002C.jsp
+1
-1
HPBG003.js
src/main/webapp/HP/BG/HPBG003.js
+1
-1
HPBG003C.jsp
src/main/webapp/HP/BG/HPBG003C.jsp
+1
-1
HPBG004.jsp
src/main/webapp/HP/BG/HPBG004.jsp
+1
-1
No files found.
src/main/webapp/HP/BG/HPBG002C.jsp
View file @
abc0775a
...
...
@@ -26,7 +26,7 @@
<EF:EFDatePicker ename="result-0-depositDate" cname="入库日期" colWidth="4" required="true"
format="yyyy-MM-dd" parseFormats="['yyyyMMdd']"/>
<EF:EFInput ename="result-0-depositCode" cname="入库单号" colWidth="4" readonly="true" defaultValue="0"/>
<EF:EFSelect cname="仓库名称" ename="result-0-whCode" colWidth="4" required="true" filter="contains">
<EF:EFSelect cname="仓库名称" ename="result-0-whCode" colWidth="4" required="true" filter="contains"
readonly="true"
>
<EF:EFOption label="请选择仓库" value=""/>
<EF:EFOptions blockId="wh_record_block_id" valueField="valueField" textField="textField"/>
</EF:EFSelect>
...
...
src/main/webapp/HP/BG/HPBG003.js
View file @
abc0775a
...
...
@@ -79,7 +79,7 @@ let query = function () {
function
detailFunc
(
id
)
{
JSColorbox
.
open
({
href
:
"HPBG003A?methodName=initLoad&&inqu_status-0-parentId="
+
id
+
"&efParentFormEname=HPBG003"
,
title
:
"<div style='text-align: center;'>
销售
详情</div>"
,
title
:
"<div style='text-align: center;'>详情</div>"
,
width
:
"80%"
,
height
:
"80%"
,
callbackName
:
windowCallback
...
...
src/main/webapp/HP/BG/HPBG003C.jsp
View file @
abc0775a
...
...
@@ -26,7 +26,7 @@
<EF:EFDatePicker ename="result-0-receiveDate" cname="领用日期" colWidth="4" required="true"
format="yyyy-MM-dd" parseFormats="['yyyyMMdd']"/>
<EF:EFInput ename="result-0-receiveCode" cname="领用单号" colWidth="4" readonly="true" defaultValue="0"/>
<EF:EFSelect cname="仓库名称" ename="result-0-whCode" colWidth="4" required="true" filter="contains">
<EF:EFSelect cname="仓库名称" ename="result-0-whCode" colWidth="4" required="true" filter="contains"
readonly="true"
>
<EF:EFOption label="请选择仓库" value=""/>
<EF:EFOptions blockId="wh_record_block_id" valueField="valueField" textField="textField"/>
</EF:EFSelect>
...
...
src/main/webapp/HP/BG/HPBG004.jsp
View file @
abc0775a
...
...
@@ -83,7 +83,7 @@
align="center" filter="contains" sort="true">
<EF:EFOptions blockId="user_block_id" textField="textField" valueField="valueField"/>
</EF:EFComboColumn>
<EF:EFComboColumn ename="status" cname="审批状态" width="80" align="center" readonly="false" required="true" defaultValue="
0
">
<EF:EFComboColumn ename="status" cname="审批状态" width="80" align="center" readonly="false" required="true" defaultValue="
2
">
<EF:EFCodeOption codeName="hpjx.hpcw.reviewStatus" condition="ITEM_CODE IN ('2', '3')"/>
</EF:EFComboColumn>
</EF:EFGrid>
...
...
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