|
|
@@ -336,6 +336,10 @@ const setBarcode = (code, type) => {
|
|
|
showConfirmDialog({
|
|
|
title: '温馨提示',
|
|
|
message: `${data.taskNo}任务已完成收货,是否继续收货?`,
|
|
|
+ confirmButtonText: '继续收货',
|
|
|
+ cancelButtonText: '完成收货',
|
|
|
+ confirmButtonColor: '#1989fa',
|
|
|
+ cancelButtonColor: '#00c26a',
|
|
|
})
|
|
|
.then(applyTaskAfterFetch)
|
|
|
.catch(() => {
|