|
@ -323,7 +323,8 @@ const buttonTableClick = async (val, row) => { |
|
|
} else if (val == 'mainJobAba') { // 放弃 |
|
|
} else if (val == 'mainJobAba') { // 放弃 |
|
|
ProductreceiptJobMainApi.abandonProductreceiptMain(row.masterId) |
|
|
ProductreceiptJobMainApi.abandonProductreceiptMain(row.masterId) |
|
|
} else if (val == 'mainJobClo') { // 关闭 |
|
|
} else if (val == 'mainJobClo') { // 关闭 |
|
|
ProductreceiptJobMainApi.closeProductreceiptMain(row.masterId) |
|
|
await ProductreceiptJobMainApi.closeProductreceiptMain(row.masterId) |
|
|
|
|
|
getList() |
|
|
} else if (val == 'mainJobAcc') { // 承接 |
|
|
} else if (val == 'mainJobAcc') { // 承接 |
|
|
ProductreceiptJobMainApi.acceptProductreceiptMain(row.masterId) |
|
|
ProductreceiptJobMainApi.acceptProductreceiptMain(row.masterId) |
|
|
} |
|
|
} |
|
|