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
3825520d
Commit
3825520d
authored
Sep 09, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.删除debug标记
parent
03d8bea9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
HGCW002B.js
src/main/webapp/HG/CW/HGCW002B.js
+0
-3
HGPZ009.js
src/main/webapp/HG/PZ/HGPZ009.js
+0
-1
No files found.
src/main/webapp/HG/CW/HGCW002B.js
View file @
3825520d
...
...
@@ -309,7 +309,6 @@ $(function() {
* 配置了query时,默认每次打开窗口都会进行一次查询
*/
query
:
function
(
e
)
{
debugger
;
console
.
log
(
"Step"
+
(
++
i
)
+
": ----query----"
);
// 将自定义div中的字段构造成查询条件 EiInfo
// var queryInfo = EiInfo.build("#result-0-contractCategory");
...
...
@@ -525,8 +524,6 @@ function uploadFileFunc() {
* @param docId
*/
function
uploadFileCallback
(
data
)
{
debugger
;
console
.
log
(
"uploadFileCallback"
)
let
inEiInfo
=
new
EiInfo
();
inEiInfo
.
set
(
"result-0-matId"
,
data
.
matId
);
...
...
src/main/webapp/HG/PZ/HGPZ009.js
View file @
3825520d
...
...
@@ -15,7 +15,6 @@ $(function () {
field
:
"operator"
,
template
:
function
(
item
)
{
let
template
=
''
;
debugger
;
// banner清单
if
(
item
.
id
)
{
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
...
...
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