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" /> -
+
+
+ + + +