From 6313f3bae3aacb11d3d2575a0e9fa5369dba9c51 Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Sat, 15 Aug 2026 17:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/orderProcessPlan/board.vue | 12 ++++++------ src/views/biz/station/index.vue | 2 +- src/views/biz/stockIn/index.vue | 21 +++++++++++++++++---- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/src/views/biz/orderProcessPlan/board.vue b/src/views/biz/orderProcessPlan/board.vue index bbf54d4..e84bb04 100644 --- a/src/views/biz/orderProcessPlan/board.vue +++ b/src/views/biz/orderProcessPlan/board.vue @@ -1367,12 +1367,12 @@ function dispatchSubmit() { dispatchformRef.value?.validate((errors: any) => { // Naive UI:有 errors 表示校验失败 if (errors) return - if (total !== remainQty) { - message.error(`派工总数量需等于待派数量 ${remainQty}(计划 ${dispatchform.quantity},已完成 ${dispatchform.completedQty ?? 0})`, { - duration: 4000, - }) - return - } + // if (total !== remainQty) { + // message.error(`派工总数量需等于待派数量 ${remainQty}(计划 ${dispatchform.quantity},已完成 ${dispatchform.completedQty ?? 0})`, { + // duration: 4000, + // }) + // return + // } dispatchLoading.value = true // 提交时 quantity 仍传计划总数,避免把工序计划数量改成待派数 diff --git a/src/views/biz/station/index.vue b/src/views/biz/station/index.vue index 4ece1e6..7ad9c8d 100644 --- a/src/views/biz/station/index.vue +++ b/src/views/biz/station/index.vue @@ -53,7 +53,7 @@ :scroll-x="1200" v-model:checked-row-keys="selectedIds" /> -