From ace95320b2520e9c16cf09b7673ca52935756e97 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 25 七月 2024 16:56:47 +0800
Subject: [PATCH] 补片返工审核添加编号字段,标签打印打印方式修改成和流程卡打印相同,补片同步修改,修改流程卡打印查询和不同配置流程卡打印方式,添加部分字段

---
 north-glass-erp/northglass-erp/src/components/pp/OrderSortDetail.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/OrderSortDetail.vue b/north-glass-erp/northglass-erp/src/components/pp/OrderSortDetail.vue
index 5a9c2f5..2190b35 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/OrderSortDetail.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/OrderSortDetail.vue
@@ -210,6 +210,13 @@
       filterMethod: filterChanged
     },
     {
+      field: 'process',
+      title: t('orderBasicData.process'),
+      filters: [{data: ''}],
+      slots: {filter: 'num1_filter'},
+      filterMethod: filterChanged
+    },
+    {
       field: 'quantity',
       title: t('order.quantity'),
       filters: [{data: ''}],

--
Gitblit v1.8.0