Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
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
胡懿
warehouse
Commits
119d5aec
Commit
119d5aec
authored
Jun 12, 2023
by
胡懿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 47.92.228.5:huyi/warehouse into hy
parents
ebf01ae7
e24e3353
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
profitWarehousingList.js
...ules/warehouse/profitwarehousing/profitWarehousingList.js
+7
-3
No files found.
src/main/webapp/webpage/modules/warehouse/profitwarehousing/profitWarehousingList.js
View file @
119d5aec
...
@@ -291,7 +291,7 @@ $(document).ready(function() {
...
@@ -291,7 +291,7 @@ $(document).ready(function() {
LODOP
=
getLodop
(
document
.
getElementById
(
'LODOP_OB'
),
document
.
getElementById
(
'LODOP_EM'
));
LODOP
=
getLodop
(
document
.
getElementById
(
'LODOP_OB'
),
document
.
getElementById
(
'LODOP_EM'
));
}
}
function
printQr
(
id
,
qrCodeStr
)
{
function
printQr
(
id
,
qrCodeStr
,
rowIndex
)
{
try
{
try
{
if
(
!
LODOP
){
if
(
!
LODOP
){
initLodop
();
initLodop
();
...
@@ -307,6 +307,10 @@ $(document).ready(function() {
...
@@ -307,6 +307,10 @@ $(document).ready(function() {
if
(
res
.
success
){
if
(
res
.
success
){
var
profitWarehousingInfo
=
res
.
body
.
profitWarehousingInfo
;
var
profitWarehousingInfo
=
res
.
body
.
profitWarehousingInfo
;
preview_LODOP
(
profitWarehousingInfo
.
qrCode
);
preview_LODOP
(
profitWarehousingInfo
.
qrCode
);
$
(
'#profitWarehousingTable'
).
bootstrapTable
(
'collapseRow'
,
rowIndex
);
setTimeout
(
function
(){
$
(
'#profitWarehousingTable'
).
bootstrapTable
(
'expandRow'
,
rowIndex
);
},
0
)
}
else
{
}
else
{
jp
.
warning
(
res
.
msg
);
jp
.
warning
(
res
.
msg
);
}
}
...
@@ -414,7 +418,7 @@ $(document).ready(function() {
...
@@ -414,7 +418,7 @@ $(document).ready(function() {
{{
row
.
remarks
}}
{{
row
.
remarks
}}
<
/td
>
<
/td
>
<
td
>
<
td
>
<
button
class
=
"btn btn-primary btn-sm"
onclick
=
"printQr('{{row.id}}', '{{row.qrCodeStr}}')"
>
<
button
class
=
"btn btn-primary btn-sm"
onclick
=
"printQr('{{row.id}}', '{{row.qrCodeStr}}'
,{{row.mainRowIndex}}
)"
>
打印二维码
打印二维码
<
/button
>
<
/button
>
<
button
class
=
"btn btn-danger btn-sm"
onclick
=
"cleanQr('{{row.id}}')"
>
<
button
class
=
"btn btn-danger btn-sm"
onclick
=
"cleanQr('{{row.id}}')"
>
...
@@ -425,7 +429,7 @@ $(document).ready(function() {
...
@@ -425,7 +429,7 @@ $(document).ready(function() {
已入库
已入库
{{
/
row
.
status
}}
{{
/
row
.
status
}}
{{
^
row
.
status
}}
{{
^
row
.
status
}}
<
button
onclick
=
"inLedgerInfo('{{row.id}}'
)"
class
=
"btn btn-primary btn-sm"
onclick
=
"cleanQr('{{row.id}}',{{row.mainRowIndex}})
"
>
<
button
onclick
=
"inLedgerInfo('{{row.id}}'
,{{row.mainRowIndex}})"
class
=
"btn btn-primary btn-sm
"
>
入库
入库
<
/button
>
<
/button
>
{{
/
row
.
status
}}
{{
/
row
.
status
}}
...
...
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