From f10cf643e5be44f8dd525d91bb4953b46778a377 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 25 二月 2026 17:16:34 +0800
Subject: [PATCH] 修复部分页面数据显示问题
---
代码管理/WMS/WMSServices/WIDESEA_BasicRepository/ApiInfoRepository.cs | 4 +---
代码管理/WMS/WMSClient/src/router/viewGird.js | 17 +++++++++++------
代码管理/WMS/WMSServices/WIDESEA_DTO/Task/Inbound.cs | 24 ++++++++++++++++++++----
3 files changed, 32 insertions(+), 13 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/router/viewGird.js"
index f29ad0a..3deb88d 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/router/viewGird.js"
@@ -61,9 +61,14 @@
component: () => import('@/views/taskinfo/task_hty.vue')
},
{
- path: '/locationStatusChangeRecord',
- name: 'locationStatusChangeRecord',
- component: () => import('@/views/record/locationStatusChangeRecord.vue')
+ path: '/locationStatusChangeRecord',
+ name: 'locationStatusChangeRecord',
+ component: () => import('@/views/record/locationStatusChangeRecord.vue')
+ },
+ {
+ path: '/stockQuantityChangeRecord',
+ name: 'stockQuantityChangeRecord',
+ component: () => import('@/views/record/stockQuantityChangeRecord.vue')
},
{
path: '/userInfo',
@@ -95,12 +100,12 @@
path: '/blankStockInfo',
name: 'blankStockInfo',
component: () => import('@/views/stock/blankStockInfo.vue')
- },
+ },
{
path: '/mouldStockInfo',
name: 'mouldStockInfo',
component: () => import('@/views/stock/mouldStockInfo.vue')
- },
+ },
{
path: '/agvStationInfo',
name: 'agvStationInfo',
@@ -110,7 +115,7 @@
path: '/apiInfo',
name: 'apiInfo',
component: () => import('@/views/basic/apiInfo.vue')
- },
+ },
{
path: '/sortOrder',
name: 'sortOrder',
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicRepository/ApiInfoRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicRepository/ApiInfoRepository.cs"
index d651a8e..44f6124 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicRepository/ApiInfoRepository.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicRepository/ApiInfoRepository.cs"
@@ -3,12 +3,10 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
-using WIDESEA_IBasicRepository;
using WIDESEA_Model.Models;
-namespace WIDESEA_BasicRepository
+namespace WIDESEA_IBasicRepository
{
/// <summary>
/// 鎺ュ彛淇℃伅浠撳偍瀹炵幇灞�
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_DTO/Task/Inbound.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_DTO/Task/Inbound.cs"
index 233bb98..ba1333f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_DTO/Task/Inbound.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_DTO/Task/Inbound.cs"
@@ -48,24 +48,40 @@
public string MsgID { get; set; }
/// <summary>
- /// 褰撳墠鎵爜鎵�鍦ㄥ尯鍩�
+ /// 浠诲姟浼樺厛绾�0-98锛�0鏈�灏忥紱98鏈�楂橈級
+ /// </summary>
+ public string TaskSort { get; set; }
+
+ /// <summary>
+ /// 褰撳墠鎵爜鎵�鍦ㄥ尯鍩燂紙婧愬尯鍩燂級
/// </summary>
public string OriginalArea { get; set; }
/// <summary>
- /// 褰撳墠鎵弿鎵�鍦ㄧ偣浣�
+ /// 褰撳墠鎵弿鎵�鍦ㄧ偣浣嶏紙婧愮偣浣嶏級
/// </summary>
public string OriginalLocation { get; set; }
/// <summary>
- /// 鐩爣鍖哄煙
+ /// 鐩爣鍖哄煙锛堢敓浜у尯鍩�/鍙戣揣鍖哄煙锛�
/// </summary>
public string TargetArea { get; set; }
/// <summary>
- /// 鐩爣鐐逛綅
+ /// 鐩爣鐐逛綅锛堢敓浜х偣浣�/鍙戣揣鐐逛綅锛�
/// </summary>
public string TargetLocation { get; set; }
+
+ /// <summary>
+ /// 鐢熶骇绾�
+ /// </summary>
+ public string ProduceLine { get; set; }
+
+ /// <summary>
+ /// 鍙戣捣浜�
+ /// </summary>
+ public string ProsonName { get; set; }
+
}
/// <summary>
--
Gitblit v1.9.3