From cf877c780cb964b8b1d8eefec521c46d76130836 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期一, 30 六月 2025 14:37:44 +0800 Subject: [PATCH] 更新超时信息相关接口和服务 - 修改 `Dt_OutTime.vue` 中的 `url` 字段。 - 更新 `AssemblyInformationalVersion` 属性值。 - 新增 `IStockInfoTimeoutRepository` 和 `IStockInfoTimeoutService` 接口。 - 实现 `StockInfoTimeoutRepository` 和 `StockInfoTimeoutService` 类。 - 在 `Dt_TaskService.cs` 中添加必要的 `using` 语句。 - 新增 `StockInfoTimeoutController` 控制器。 --- CodeManagement/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CodeManagement/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue b/CodeManagement/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue index c7af286..923d039 100644 --- a/CodeManagement/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue +++ b/CodeManagement/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue @@ -68,7 +68,7 @@ { field: 'targetAddress', title: '鐩爣浣嶇疆', type: 'string', width: 110, align: 'left' }, { field: 'grade', title: '浼樺厛绾�', type: 'int', width: 60, align: 'left' }, { field: 'productionLine', title: '浜х嚎', type: 'string', width: 70, align: 'left', bind: { key: "ProductionLine", data: [] } }, - { field: 'processCode', title: '宸ュ簭', type: 'string', width: 90, align: 'left' }, + { field: 'errorMessage', title: '寮傚父淇℃伅', type: 'string', width: 110, align: 'left',sort: true }, { field: 'dispatchertime', title: '浠诲姟涓嬪彂鏃堕棿', type: 'datetime', width: 150, align: 'left', sort: true }, { field: 'remark', title: '澶囨敞', type: 'string', width: 110, align: 'left',hidden: true, }, { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, @@ -78,6 +78,7 @@ { field: 'locationCode', title: '璐т綅鍙�', type: 'string', width: 110, hidden: true, align: 'left' }, { field: 'materialNo', title: '鐗╂枡缂栧彿', type: 'string', width: 110, hidden: true, align: 'left' }, { field: 'targetAddress', title: '鐩爣鍦板潃', type: 'string', width: 110, hidden: true, align: 'left' }, + { field: 'processCode', title: '宸ュ簭', type: 'string', width: 90, align: 'left' }, { field: 'createID', title: '鍒涘缓ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' }, { field: 'modifyID', title: '淇敼浜篒D', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },]); const detail = ref({ -- Gitblit v1.9.3