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
d22f5a97
Commit
d22f5a97
authored
Nov 15, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.fixBug:修复下载失败的问题
parent
12ac6646
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HGCG003.jsp
src/main/webapp/HG/CG/HGCG003.jsp
+1
-1
HGWD001C1.js
src/main/webapp/HG/WD/HGWD001C1.js
+1
-1
No files found.
src/main/webapp/HG/CG/HGCG003.jsp
View file @
d22f5a97
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<
%
--
itemTemplate=
"#=valueField# - #=textField#"
>
--%>
<
%
--
itemTemplate=
"#=valueField# - #=textField#"
>
--%>
<
%
--
<
EF:EFOptions
blockId=
"user_block_id"
valueField=
"valueField"
textField=
"textField"
/>
--%>
<
%
--
<
EF:EFOptions
blockId=
"user_block_id"
valueField=
"valueField"
textField=
"textField"
/>
--%>
<
%
--
</
EF:EFComboColumn
>
--%>
<
%
--
</
EF:EFComboColumn
>
--%>
<EF:EFColumn
ename=
"purUserName"
cname=
"采购员
姓名
"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"purUserName"
cname=
"采购员"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"receiveQty"
cname=
"收货数量"
enable=
"false"
width=
"120"
align=
"right"
format=
"{0:N3}"
<EF:EFColumn
ename=
"receiveQty"
cname=
"收货数量"
enable=
"false"
width=
"120"
align=
"right"
format=
"{0:N3}"
sumType=
"page"
/>
sumType=
"page"
/>
<EF:EFColumn
ename=
"deliverQty"
cname=
"退货数量"
enable=
"false"
width=
"120"
align=
"right"
format=
"{0:N3}"
<EF:EFColumn
ename=
"deliverQty"
cname=
"退货数量"
enable=
"false"
width=
"120"
align=
"right"
format=
"{0:N3}"
...
...
src/main/webapp/HG/WD/HGWD001C1.js
View file @
d22f5a97
...
@@ -20,7 +20,7 @@ let download = function () {
...
@@ -20,7 +20,7 @@ let download = function () {
* @param row
* @param row
*/
*/
let
singleDownload
=
function
(
row
)
{
let
singleDownload
=
function
(
row
)
{
let
fileId
=
$
(
"#inqu_status-0-
parent
Id"
).
val
();
let
fileId
=
$
(
"#inqu_status-0-
file
Id"
).
val
();
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
inInfo
.
set
(
"result-0-fileId"
,
fileId
);
inInfo
.
set
(
"result-0-fileId"
,
fileId
);
inInfo
.
set
(
"result-0-docId"
,
row
[
'docId'
]);
inInfo
.
set
(
"result-0-docId"
,
row
[
'docId'
]);
...
...
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