Parcourir la source

超收-调整按钮文案

zhaohuanhuan il y a 1 jour
Parent
commit
a317e8d0b4
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/inbound/takeDelivery/task/index.vue

+ 4 - 0
src/views/inbound/takeDelivery/task/index.vue

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