From 77e6370cf2476a7c32fdd88df94cff0b042abd43 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 27 三月 2025 10:37:44 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
index 564d38c..752adf4 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
@@ -281,6 +281,7 @@
titleStyleVisible.value = true
break
}
+ //缂栬緫
case 'editCheckbox': {
const selectRecords = $grid.getCheckboxRecords()
if(selectRecords===null ||selectRecords===''||selectRecords.length===0){
@@ -304,6 +305,7 @@
return;
}
+ //鏄庣粏鎵撳嵃
case 'detailsPrint': {
const selectRecords = $grid.getCheckboxRecords()
if(selectRecords===null ||selectRecords===''||selectRecords.length===0){
@@ -327,6 +329,7 @@
return;
}
+ //鏄庣粏鍒嗘灦鎵撳嵃
case 'detailsProcessPrint': {
const selectRecords = $grid.getCheckboxRecords()
if(selectRecords===null ||selectRecords===''||selectRecords.length===0){
@@ -350,6 +353,7 @@
return;
}
+ //璁㈠崟鎵撳嵃
case 'orderPrint': {
const selectRecords = $grid.getCheckboxRecords()
if(selectRecords===null ||selectRecords===''||selectRecords.length===0){
--
Gitblit v1.8.0