瀏覽代碼

超收-调整按钮文案

zhaohuanhuan 1 天之前
父節點
當前提交
a317e8d0b4
共有 1 個文件被更改,包括 4 次插入0 次删除
  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(() => {