From 3a2951930c1827030a3428c8e38a06acd36c217a Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期一, 17 十一月 2025 19:44:44 +0800
Subject: [PATCH] 到货条码一键打、采购入库单、到货条码打印、IQC检验列表页面加字段加需求跟踪号、
---
DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
index c4188fb..172743f 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
@@ -1,14 +1,14 @@
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading.Tasks;
using System.Windows.Forms;
-using Gs.DevApp.Entity;
-using Gs.DevApp.ToolBox;
-using Gs.DevApp.UserControl;
-using Newtonsoft.Json;
-namespace Gs.DevApp.DevFrm.Rpt
+namespace Gs.DevApp.DevFrm
{
public partial class WOTraceCodes : DevExpress.XtraEditors.XtraForm
{
--
Gitblit v1.9.3