Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
22ce2d4b
authored
Dec 09, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix(tallyReceive): 修正取消理货接口参数名称
- 将取消理货接口参数从tally_id改为tally_ids - 保持其他参数及逻辑不变,确保接口调用正确
parent
54a3d9db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/tallyReceive/record.vue
pages/tallyReceive/record.vue
View file @
22ce2d4b
...
...
@@ -870,7 +870,7 @@
showCancel
:
true
,
success
:
res
=>
{
if
(
res
.
confirm
)
{
this
.
request
(
API
.
cancelTallyReceive
,
'POST'
,
{
tally_id
:
tally_id
,
stock_in_item_id
:
stock_in_item_id
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
cancelTallyReceive
,
'POST'
,
{
tally_id
s
:
tally_id
,
stock_in_item_id
:
stock_in_item_id
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
title
:
'取消理货成功'
,
...
...
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