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
7e5c153e
Commit
7e5c153e
authored
Jun 12, 2023
by
yyq1988
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复盘盈入库相关问题
parent
4f04e93b
Show 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 @
7e5c153e
...
...
@@ -291,7 +291,7 @@ $(document).ready(function() {
LODOP
=
getLodop
(
document
.
getElementById
(
'LODOP_OB'
),
document
.
getElementById
(
'LODOP_EM'
));
}
function
printQr
(
id
,
qrCodeStr
)
{
function
printQr
(
id
,
qrCodeStr
,
rowIndex
)
{
try
{
if
(
!
LODOP
){
initLodop
();
...
...
@@ -307,6 +307,10 @@ $(document).ready(function() {
if
(
res
.
success
){
var
profitWarehousingInfo
=
res
.
body
.
profitWarehousingInfo
;
preview_LODOP
(
profitWarehousingInfo
.
qrCode
);
$
(
'#profitWarehousingTable'
).
bootstrapTable
(
'collapseRow'
,
rowIndex
);
setTimeout
(
function
(){
$
(
'#profitWarehousingTable'
).
bootstrapTable
(
'expandRow'
,
rowIndex
);
},
0
)
}
else
{
jp
.
warning
(
res
.
msg
);
}
...
...
@@ -414,7 +418,7 @@ $(document).ready(function() {
{{
row
.
remarks
}}
<
/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
class
=
"btn btn-danger btn-sm"
onclick
=
"cleanQr('{{row.id}}')"
>
...
...
@@ -425,7 +429,7 @@ $(document).ready(function() {
已入库
{{
/
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
>
{{
/
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