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
f90bf005
authored
Dec 14, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
763dafef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
pages/tallyGoods/exception.vue
pages/tallyGoods/exceptionDetail.vue
util/api.js
pages/tallyGoods/exception.vue
View file @
f90bf005
...
@@ -96,9 +96,7 @@
...
@@ -96,9 +96,7 @@
erp_order_sn
:
''
,
//入仓号
erp_order_sn
:
''
,
//入仓号
ask_customer_sw_status
:
2
,
//商务回复状态1待回复,2已回复
ask_customer_sw_status
:
2
,
//商务回复状态1待回复,2已回复
ask_customer_sw_confirm_time_begin
:
''
,
//商务回复日期开始
ask_customer_sw_confirm_time_begin
:
''
,
//商务回复日期开始
ask_customer_sw_confirm_time_end
:
''
,
//商务回复日期结束
store_execute_time_begin
:
''
,
//仓库提交日期开始
store_execute_time_begin
:
''
,
//仓库提交日期开始
store_execute_time_end
:
''
,
//仓库提交日期结束
store_execute_status
:
''
//仓库执行状态:1.待执行,2.执行完成,3.已取消
store_execute_status
:
''
//仓库执行状态:1.待执行,2.执行完成,3.已取消
}
}
};
};
...
...
pages/tallyGoods/exceptionDetail.vue
View file @
f90bf005
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
* 核对并执行
* 核对并执行
*/
*/
executeJob
(
ask_customer_problem_list_id
)
{
executeJob
(
ask_customer_problem_list_id
)
{
this
.
request
(
API
.
executeJob
,
'POST'
,
{
ask_customer_problem_list_id
:
ask_customer_problem_list_id
}).
then
(
res
=>
{
this
.
request
(
API
.
executeJob
V2
,
'POST'
,
{
ask_customer_problem_list_id
:
ask_customer_problem_list_id
}).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
if
(
res
.
err_code
===
0
)
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'操作成功'
,
title
:
'操作成功'
,
...
...
util/api.js
View file @
f90bf005
...
@@ -240,7 +240,7 @@ const API = {
...
@@ -240,7 +240,7 @@ const API = {
/**
/**
* 核对并执行
* 核对并执行
*/
*/
executeJob
:
API_BASE
+
'/supplywechatwms/executeJob
'
executeJob
V2
:
API_BASE
+
'/supplywechatwms/executeJobV2
'
}
}
...
...
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