Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
720c28f3
authored
Aug 13, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
92e630e5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
pages/tally/abnormalManageList.vue
pages/tally/index.vue
pages/tally/record.vue
pages/tally/abnormalManageList.vue
View file @
720c28f3
...
...
@@ -86,11 +86,11 @@
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
创建时间:
</text>
<text
class=
"text"
>
{{
item
.
create_time
_val
}}
</text>
<text
class=
"text"
>
{{
item
.
create_time
}}
</text>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
回复时间:
</text>
<text
class=
"text"
>
{{
item
.
salesman_handle_time
_val
}}
</text>
<text
class=
"text"
>
{{
item
.
salesman_handle_time
}}
</text>
</view>
<view
class=
"input-box row"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
理货照片:
</text>
...
...
pages/tally/index.vue
View file @
720c28f3
...
...
@@ -390,8 +390,8 @@
//获取异常数量
this
.
getStayHandleCount
();
if
(
this
.
box_sn
&&
this
.
erp_order_sn
)
{
this
.
getTally
List
();
if
(
this
.
box_sn
&&
this
.
erp_order_sn
&&
this
.
noexebshowFalg
)
{
this
.
getTally
Data
();
}
},
...
...
pages/tally/record.vue
View file @
720c28f3
...
...
@@ -257,7 +257,14 @@
if
(
res
.
confirm
)
{
this
.
request
(
API
.
cancelTallyDetail
,
'POST'
,
{
wstydl_id
:
item
.
wstydl_id
,
wsty_id
:
item
.
wsty_id
},
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
uni
.
showToast
({
title
:
'操作成功'
,
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
resetChange
();
this
.
getData
();
},
2000
)
}
else
{
uni
.
showToast
({
title
:
res
.
err_msg
,
...
...
@@ -278,7 +285,14 @@
if
(
res
.
confirm
)
{
this
.
request
(
API
.
cancelTallyDetail
,
'POST'
,
{
wstydl_id
:
item
.
wstydl_id
,
wsty_id
:
item
.
wsty_id
},
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
uni
.
showToast
({
title
:
'操作成功'
,
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
resetChange
();
this
.
getData
();
},
2000
)
}
else
{
uni
.
showToast
({
title
:
res
.
err_msg
,
...
...
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