Commit f90bf005 by LJM

优化

parent 763dafef
......@@ -96,9 +96,7 @@
erp_order_sn: '', //入仓号
ask_customer_sw_status: 2, //商务回复状态1待回复,2已回复
ask_customer_sw_confirm_time_begin: '', //商务回复日期开始
ask_customer_sw_confirm_time_end: '', //商务回复日期结束
store_execute_time_begin: '', //仓库提交日期开始
store_execute_time_end: '', //仓库提交日期结束
store_execute_status: '' //仓库执行状态:1.待执行,2.执行完成,3.已取消
}
};
......
......@@ -131,7 +131,7 @@
* 核对并执行
*/
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.executeJobV2, 'POST', { ask_customer_problem_list_id: ask_customer_problem_list_id }).then(res => {
if (res.err_code === 0) {
uni.showToast({
title: '操作成功',
......
......@@ -240,7 +240,7 @@ const API = {
/**
* 核对并执行
*/
executeJob: API_BASE + '/supplywechatwms/executeJob'
executeJobV2: API_BASE + '/supplywechatwms/executeJobV2'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment