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
3e3ad3b3
Commit
3e3ad3b3
authored
Oct 11, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.pseer.com:8800/platform/hp-smart
into dev-ly
parents
fdd827e5
604a1bfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
HPCG004.jsp
src/main/webapp/HP/CG/HPCG004.jsp
+1
-1
HPXT002A.js
src/main/webapp/HP/XT/HPXT002A.js
+7
-7
No files found.
src/main/webapp/HP/CG/HPCG004.jsp
View file @
3e3ad3b3
...
...
@@ -49,7 +49,7 @@
align="center" filter="contains" sort="true">
<EF:EFOptions blockId="user_block_id" textField="textField" valueField="valueField"/>
</EF:EFComboColumn>
<EF:EFComboColumn ename="inquiryType" cname="询价
单
类型" width="80" align="center" readonly="true">
<EF:EFComboColumn ename="inquiryType" cname="询价类型" width="80" align="center" readonly="true">
<EF:EFCodeOption codeName="hpjx.hpcg.inquiryType"/>
</EF:EFComboColumn>
<EF:EFComboColumn ename="proApplyStatus" cname="提交状态" width="80" align="center" enable="false" defaultValue="0">
...
...
src/main/webapp/HP/XT/HPXT002A.js
View file @
3e3ad3b3
...
...
@@ -103,12 +103,12 @@ let save = function (btnNode) {
flag
=
false
;
return
false
;
}
let
insuranceCompany
=
item
.
get
(
"insuranceCompany"
);
if
(
isBlank
(
insuranceCompany
)){
message
(
"选中的第"
+
(
index
+
1
)
+
"行
\"
保险公司
\"
,不能为空!"
);
flag
=
false
;
return
false
;
}
//
let insuranceCompany= item.get("insuranceCompany");
//
if(isBlank(insuranceCompany)){
//
message("选中的第"+(index+1)+"行\"保险公司\",不能为空!");
//
flag = false;
//
return false;
//
}
let
insuranceAmount
=
item
.
get
(
"insuranceAmount"
);
if
(
isBlank
(
insuranceAmount
)){
...
...
@@ -119,7 +119,7 @@ let save = function (btnNode) {
let
insuranceStartDate
=
item
.
get
(
"insuranceStartDate"
);
let
insuranceEndDate
=
item
.
get
(
"insuranceEndDate"
);
if
(
new
Date
(
insuranceStartDate
)
>
new
Date
(
insuranceEndDate
)){
message
(
"投保时间
\"
不能大于
\"\"
结束时间
\"
!"
);
message
(
"投保
开始
时间
\"
不能大于
\"\"
结束时间
\"
!"
);
flag
=
false
;
return
false
;
}
...
...
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