This commit is contained in:
zhangds 2024-04-09 21:46:10 +08:00
parent e7e975dc59
commit 2f910c83e0
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@
code_batch_id: this.code_batch_id code_batch_id: this.code_batch_id
}).then(res => { }).then(res => {
if (res.code === 200) { if (res.code === 200) {
alert(JSON.stringify(res.data.product))
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取 // send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
// status 1待领取2发放中3待使用4已使用5领取失败 // status 1待领取2发放中3待使用4已使用5领取失败