Explorar o código

超收-调整按钮文案

zhaohuanhuan hai 1 día
pai
achega
a317e8d0b4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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(() => {