´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Client/src/extension/taskinfo/extend/taskExecuteDetail.vue
@@ -3,7 +3,7 @@ <vol-box v-model="showDetialBox" :lazy="true" width="1200px" width="1400px" :padding="15" title="ä»»å¡è¯¦æ " > @@ -81,21 +81,26 @@ <el-table-column type="index" width="50"> </el-table-column> <el-table-column prop="taskNum" label="ä»»å¡å·" width="90"> </el-table-column> <el-table-column prop="taskState" label="ä»»å¡ç¶æ" width="90"> <!-- <el-table-column prop="taskState" label="ä»»å¡ç¶æ" width="90"> </el-table-column> --> <el-table-column prop="taskStateremark" label="ä¸ä¸æ§è¡ç¶æ" width="90"> </el-table-column> <el-table-column prop="currentAddress" label="å½åä½ç½®" width="90"> <el-table-column prop="rgvTaskTyperemark" label="RGVä¸ä¸æ§è¡ç¶æ" width="90"> </el-table-column> <el-table-column prop="nextAddress" label="ä¸ä¸ä½ç½®" width="90"> <el-table-column prop="currentAddress" label="å½åæ§è¡ç¹" width="90"> </el-table-column> <el-table-column prop="nextAddress" label="ä¸ä¸æ§è¡ç¹" width="90"> </el-table-column> <el-table-column prop="isManual" label="æ¯å¦äººå·¥æä½" width="120"> </el-table-column> <el-table-column prop="isNormal" label="æ¯å¦æ£å¸¸" width="90"> </el-table-column> <el-table-column prop="description" label="æè¿°"> </el-table-column> <el-table-column prop="createDate" label="å建æ¶é´" width="180"> </el-table-column> <el-table-column prop="remark" label="夿³¨" width="180"> </el-table-column> <el-table-column prop="description" label="æè¿°"> </el-table-column> <!-- <el-table-column prop="remark" label="夿³¨" width="180"> </el-table-column> --> </el-table> </div> </div> @@ -131,7 +136,7 @@ } else { this.getDetailDatas(); } this.$emit("parentCall", ($vue) => { var previousButton = $vue.buttons.find((x) => x.value == "Previous"); this.previousShow = previousButton != null; @@ -151,6 +156,10 @@ if (!x.status) return this.$message.error(x.message); this.steps = x.data.list; this.active = x.data.active; this.row.taskState=this.steps[this.active-1].title; this.row.currentAddress=x.data.curradd; this.row.nextAddress=x.data.nextadd; }); }, getDetailDatas() { @@ -163,6 +172,7 @@ .then((x) => { if (!x.status) return this.$message.error(x.message); this.tableData = x.data; }); }, previous() { ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js
@@ -28,41 +28,32 @@ let rows = this.getSelectRows(); console.log('éä¸çæ°æ®è¡:', rows); if (rows.length === 0 || rows.length > 1) {0 if (rows.length === 0 || rows.length > 1) { 0 return this.$message.warning('è¯·éæ©ä¸æ¡æ°æ®'); } else if (rows.length === 1) { let selectRow = rows; let selectRow = rows[0]; let Id = selectRow.map(item => item.taskId); console.log('ä»»å¡IDå表:', Id); // éåç¶ææ°ç»ï¼å¤ææ¯å¦æä¸ç¬¦åæ¡ä»¶çç¶æ // for (let i = 0; i < statusList.length; i++) { // const status = statusList[i]; // if (status === 2 || status === 3 || status === 4) { // this.$message.error('æ§è¡ä¸ä»»å¡æ æ³åæ¶'); // return; // } // } // æ¾ç¤ºç¡®è®¤æ¡ï¼è®©ç¨æ·ç¡®è®¤æ¯å¦æ§è¡æä½ this.$confirm('ç¡®å®è¦æå¨å®æéä¸ç' + selectRow.map(item => item.taskNum) + 'ä»»å¡å·åï¼', 'æä½ç¡®è®¤', { this.$confirm('ç¡®å®è¦æå¨å®æéä¸ç' + selectRow.taskNum + 'ä»»å¡å·åï¼', 'æä½ç¡®è®¤', { confirmButtonText: 'ç¡®å®', cancelButtonText: 'åæ¶', type: 'warning' // è¦åç±»åï¼æ¾ç¤ºé»è²å¾æ }).then(() => { // ç¨æ·ç¹å»"ç¡®å®"åæ§è¡çé»è¾ http.post('api/Task/CompletedManually', Id).then(res => { if (res && res.status) { this.$message.success(res.message || 'æå¨å®æä»»å¡æåï¼'); } else { this.$message.error(res.message || 'æå¨å®æä»»å¡å¤±è´¥ï¼'); } }).catch(() => { this.$message.error('请æ±å¤±è´¥ï¼è¯·ç¨åéè¯'); }); var CompletionType = 1; http.post(`api/Task/CompletedManually?id=${selectRow.taskId}`).then(res => { if (res && res.status) { this.$message.success(res.message || 'æå¨å®æä»»å¡æåï¼'); this.search(); } else { this.$message.error(res.message || 'æå¨å®æä»»å¡å¤±è´¥ï¼'); } }).catch(() => { this.$message.error('请æ±å¤±è´¥ï¼è¯·ç¨åéè¯'); }); }).catch(() => { // ç¨æ·ç¹å»"åæ¶"åæ§è¡çé»è¾ï¼éå¸¸æ¯æç¤ºåæ¶æä½ï¼ this.$message.info('已忶æå¨å®æä»»å¡'); @@ -82,7 +73,7 @@ console.log('éä¸çæ°æ®è¡:', rows); if (rows.length === 0 || rows.length > 1) { return this.$message.warning('è¯·éæ©æå°ä¸æ¡æ°æ®'); return this.$message.warning('è¯·éæ©ä¸æ¡æ°æ®'); } if (rows.length === 1) { let selectRow = rows; @@ -102,6 +93,7 @@ ).then(res => { if (res && res.status) { this.$message.success(res.message || '忶任塿åï¼'); this.search(); } else { this.$message.error(res.message || 'åæ¶ä»»å¡å¤±è´¥ï¼'); } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -89,6 +89,7 @@ data: [], placeholder: "è¯·éæ©ä»»å¡ç¶æ" }, { title: "èµ·å§å°å", required: true, @@ -234,7 +235,7 @@ type: "int", width: 90, align: "left", bind: { key: "agvStationEnum", data: [] }, bind: { key: "taskType", data: [] }, }, { field: "taskState", @@ -243,6 +244,13 @@ width: 150, align: "left", bind: { key: "taskState", data: [] }, },{ field: "rgvTaskType", title: "RGVæ§è¡ç±»å", type: "int", width: 120, align: "left", bind: { key: "rgvtaskTypeEnum", data: [] }, }, { field: "sourceAddress", ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2Binary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.suoBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAWCS_BasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs
@@ -84,8 +84,8 @@ RGV_InMothercarExecuting = 260, /// <summary> /// ä»»å¡å®æï¼æ¯è½¦ç§»å¨å®æï¼ /// </summary> /// ä»»å¡å®æ /// </summary>ï¼æ¯è½¦ç§»å¨å®æï¼ [Description("ä»»å¡å®æ")] RGV_InMothercarFinish = 290, ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -35,5 +35,9 @@ WebResponseContent GetDetailDatas(int taskNum); void AddTaskExecuteDetail(List<int> taskNums, string description = ""); string GetEnumDescription(int taskNum); string GetEnumDescription2(int taskNum); } } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -109,7 +109,7 @@ /// </summary> /// <param name="taskNum">ä»»å¡id</param> /// <returns></returns> WebResponseContent UpdateTaskStatus(int taskNum); WebResponseContent UpdateTaskStatus(int taskNum, int Completetype); /// <summary> @@ -180,7 +180,7 @@ /// </summary> /// <param name="ids"></param> /// <returns></returns> WebResponseContent CompletedManually(int id); WebResponseContent CompletedManually(int id,int CompletionType); /// <summary> /// 人工æå¨åæ¶ä»»å¡ ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAWCS_ITaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/ref/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/refint/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -54,11 +54,11 @@ public string PalletCode { get; set; } /// <summary> /// åºåå· /// RGVæ§è¡è®¾å¤ /// </summary> [ImporterHeader(Name = "åºåå·")] [ExporterHeader(DisplayName = "åºåå·")] [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "åºåå·")] [ImporterHeader(Name = "RGVæ§è¡è®¾å¤")] [ExporterHeader(DisplayName = "RGVæ§è¡è®¾å¤")] [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "RGVæ§è¡è®¾å¤")] public string Roadway { get; set; } /// <summary> ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_TaskExecuteDetail.cs
@@ -56,8 +56,8 @@ /// <summary> /// ä»»å¡ç¶æ /// </summary> [ImporterHeader(Name = "主é®")] [ExporterHeader(DisplayName = "主é®")] [ImporterHeader(Name = "ä»»å¡ç¶æ")] [ExporterHeader(DisplayName = "ä»»å¡ç¶æ")] [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡ç¶æ")] public int TaskState { get; set; } @@ -108,5 +108,38 @@ [ExporterHeader(DisplayName = "夿³¨")] [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] public string Remark { get; set; } /// <summary> /// ç¶ææè¿° /// </summary> [ImporterHeader(Name = "ç¶ææè¿°")] [ExporterHeader(DisplayName = "ç¶ææè¿°")] [SugarColumn(IsNullable = true, Length = 150, ColumnDescription = "ç¶ææè¿°")] public string TaskStateremark { get; set; } /// <summary> /// æ§è¡çRGV /// </summary> [ImporterHeader(Name = "æ§è¡çRGV")] [ExporterHeader(DisplayName = "æ§è¡çRGV")] [SugarColumn(IsNullable = true, Length = 150, ColumnDescription = "æ§è¡çRGV")] public string Roadway { get; set; } /// <summary> /// rgvä»»å¡ç±»å /// </summary> [ImporterHeader(Name = "rgvä»»å¡ç±»å")] [ExporterHeader(DisplayName = "rgvä»»å¡ç±»å")] [SugarColumn(IsNullable = true, ColumnDescription = "rgvä»»å¡ç±»å")] public int RGVTaskType { get; set; } /// <summary> /// ä»»å¡ç±»åæè¿° /// </summary> [ImporterHeader(Name = "ä»»å¡ç±»åæè¿°")] [ExporterHeader(DisplayName = "ä»»å¡ç±»åæè¿°")] [SugarColumn(IsNullable = true, Length = 150, ColumnDescription = "ä»»å¡ç±»åæè¿°")] public string RGVTaskTyperemark { get; set; } } } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/ref/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/refint/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs
@@ -321,6 +321,30 @@ result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; } break; case "rgvtaskTypeEnum": { List<object> data = new List<object>(); Type type = typeof(RGVTaskTypeEnum); List<int> enums = Enum.GetValues(typeof(RGVTaskTypeEnum)).Cast<int>().ToList(); int index = 0; foreach (var item in enums) { FieldInfo? fieldInfo = typeof(RGVTaskTypeEnum).GetField(((RGVTaskTypeEnum)item).ToString()); DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); if (description != null) { data.Add(new { key = item.ToString(), value = description.Description }); } else { data.Add(new { key = item.ToString(), value = item.ToString() }); } index++; } result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; } break; case "inOutType": { List<object> data = new List<object>(); ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs
@@ -49,10 +49,9 @@ /// <param name="ids"></param> /// <returns></returns> [HttpPost,HttpGet, Route("CompletedManually")] public WebResponseContent CompletedManually([FromBody] int[] id) public WebResponseContent CompletedManually(int id) { int taskid = id[0]; return Service.CompletedManually(taskid); return Service.CompletedManually(id, 1); } /// <summary> ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Log/ÈÎÎñ½ÓÊÕ/2025-09-22/½ÓÊÕÀ¼½£Ï·¢ÈÎÎñ250922.txt
@@ -33,3 +33,43 @@ "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 11:01:22.157 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":43,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 11:01:26.399 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":233,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 15:08:59.571 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":233,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 15:25:45.981 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":233,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 15:50:48.869 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":43,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 15:54:54.166 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":43,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 16:15:06.994 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":43,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 16:18:57.114 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":43,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -6,7 +6,7 @@ "Microsoft.AspNetCore": "Warning" } }, "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType,agvStationEnum,agvareaEnum", "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType,agvStationEnum,agvareaEnum,rgvtaskTypeEnum", "urlLanJianWCSAPI": "http://26.39.153.105:8080/WcsApi/", //å °åIPå°åï¼åç»å¾ æ´æ¹ "LanJianStkRunStatus": "StkRunStatus", //å °åå åæºè¿è¡ç¶ææ¥å£ "LanJiantaskResult": "taskResult", //å °åä»»å¡å馿¥å£ ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Server.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_SystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_SystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Tasks.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/WIDESEAWCS_Tasks.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/bin/Debug/net6.0/appsettings.json
@@ -6,7 +6,7 @@ "Microsoft.AspNetCore": "Warning" } }, "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType,agvStationEnum,agvareaEnum", "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType,agvStationEnum,agvareaEnum,rgvtaskTypeEnum", "urlLanJianWCSAPI": "http://26.39.153.105:8080/WcsApi/", //å °åIPå°åï¼åç»å¾ æ´æ¹ "LanJianStkRunStatus": "StkRunStatus", //å °åå åæºè¿è¡ç¶ææ¥å£ "LanJiantaskResult": "taskResult", //å °åä»»å¡å馿¥å£ ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAWCS_Server.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ref/WIDESEAWCS_Server.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/refint/WIDESEAWCS_Server.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/bin/Debug/net6.0/WIDESEAWCS_SystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAWCS_SystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskExecuteDetailService.cs
@@ -46,32 +46,33 @@ public void AddTaskExecuteDetail(int taskId, string description = "") { try { bool isNormal = true; Dt_Task task = _taskRepository.QueryFirst(x => x.TaskId == taskId); if (task == null) return; int taskNum = task.TaskNum; int taskState = task.TaskState; bool isNormal = true; Dt_Task task = _taskRepository.QueryFirst(x => x.TaskId == taskId); if (task == null) return; int taskNum = task.TaskNum; int taskState = task.TaskState; int TaskStateremark = task.RGVTaskType; //æ°å¢RGvä»»å¡ç±»å Dt_TaskExecuteDetail taskExecuteDetail = new() { IsManual = App.User.UserId > 0, IsNormal = isNormal, TaskNum = taskNum, TaskId = taskId, TaskState = taskState, Description = description, CurrentAddress = task.CurrentAddress, NextAddress = task.NextAddress, }; BaseDal.AddData(taskExecuteDetail); } catch (Exception ex) { string getstastr = GetEnumDescription(taskState); string getrgvtasktyperema = GetEnumDescription2(TaskStateremark); } Dt_TaskExecuteDetail taskExecuteDetail = new() { IsManual = App.User.UserId > 0, IsNormal = isNormal, TaskNum = taskNum, TaskId = taskId, TaskState = taskState, Description = description, CurrentAddress = task.CurrentAddress, NextAddress = task.NextAddress, Roadway = task.Roadway, //æ°å¢æ§è¡è®¾å¤ RGVTaskType = TaskStateremark, TaskStateremark = getstastr, RGVTaskTyperemark = getrgvtasktyperema }; BaseDal.AddData(taskExecuteDetail); } public void AddTaskExecuteDetail(List<int> taskNums, string description = "") @@ -202,8 +203,9 @@ active = steps.IndexOf(TaskState) + 1; } content = WebResponseContent.Instance.OK(data: new { active, list }); string curradd = task.CurrentAddress; string nextadd = task.NextAddress; content = WebResponseContent.Instance.OK(data: new { active, list,curradd, nextadd }); } catch (Exception ex) { @@ -256,5 +258,48 @@ } return content; } /// <summary> /// ä»»å¡ç±»åæä¸¾ /// </summary> public string GetEnumDescription(int enumValue) { var enumType = typeof(TaskInStatusEnum); var field = enumType.GetFields() .FirstOrDefault(f => f.FieldType == enumType && (int)f.GetValue(null) == enumValue); if (field != null) { var descriptionAttribute = field.GetCustomAttributes(typeof(DescriptionAttribute), false) .FirstOrDefault() as DescriptionAttribute; return descriptionAttribute?.Description ?? field.Name; } return string.Empty; } public string GetEnumDescription2(int enumValue) { var enumType = typeof(RGVTaskTypeEnum); var field = enumType.GetFields() .FirstOrDefault(f => f.FieldType == enumType && (int)f.GetValue(null) == enumValue); if (field != null) { var descriptionAttribute = field.GetCustomAttributes(typeof(DescriptionAttribute), false) .FirstOrDefault() as DescriptionAttribute; return descriptionAttribute?.Description ?? field.Name; } return string.Empty; } } } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -256,8 +256,6 @@ } task.RGVTaskType = RGvtype; bool updatesta = BaseDal.UpdateData(task); string Meesgt = $"ç®æ å°åï¼{task.CurrentAddress},ä»»å¡ç±»åï¼{rwlx}ï¼ä¿®æ¹ç¶æï¼{updatesta}"; _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, Meesgt); content = WebResponseContent.Instance.OK(); } @@ -294,7 +292,7 @@ task.ExceptionMessage = message; task.ModifyDate = DateTime.Now; BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, task.ExceptionMessage); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, "æ´æ°ä»»å¡å¼å¸¸ï¼"+task.ExceptionMessage); content = WebResponseContent.Instance.OK(); } catch (Exception ex) @@ -352,7 +350,14 @@ task.Modifier = "System"; BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, App.User.UserId > 0 ? $"人工æå¨å°ä»»å¡ç¶æä»ã{oldState}ã跳转å°ã{task.TaskState}ã" : $"ç³»ç»èªå¨æµç¨ï¼ä»»å¡ç¶æä»ã{oldState}ã转å°ã{task.TaskState}ã"); string oldstaterem = _taskExecuteDetailService.GetEnumDescription(oldState); //åä¸ä¸ªç¶æ string afterstaterem = _taskExecuteDetailService.GetEnumDescription(task.TaskState); //åä¸ä¸ªç¶æ string rgvtyperem = _taskExecuteDetailService.GetEnumDescription2(task.RGVTaskType); //åä¸ä¸ªç¶æ _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, App.User.UserId > 0 ? $"人工æå¨å°ä»»å¡ç¶æä»ã{oldstaterem}ã跳转å°ã{afterstaterem}ã" : $"ç³»ç»èªå¨æµç¨ï¼ä»»å¡ç¶æä»ã{oldstaterem}ã转å°ã{afterstaterem}ã"); content = WebResponseContent.Instance.OK(); } @@ -402,7 +407,9 @@ BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工æ¢å¤æèµ·ä»»å¡,æ¢å¤æèµ·æ¶ä»»å¡ç¶æã{task.TaskState}ã"); string afterstaterem = _taskExecuteDetailService.GetEnumDescription(task.TaskState); //åä¸ä¸ªç¶æ _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工æ¢å¤æèµ·ä»»å¡,æ¢å¤æèµ·æ¶ä»»å¡ç¶æã{afterstaterem}ã"); content = WebResponseContent.Instance.OK(); } @@ -427,7 +434,20 @@ if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); int oldState = task.TaskState; Dt_TaskExecuteDetail taskExecuteDetail = _taskExecuteDetailRepository.QueryFirst(x => x.TaskId == task.TaskId && x.TaskState < task.TaskState && x.TaskState > 0, new Dictionary<string, OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), OrderByType.Desc } }); Dt_TaskExecuteDetail taskExecuteDetail = null; if (task.CurrentAddress == "1061") { taskExecuteDetail = _taskExecuteDetailRepository.QueryFirst(x => x.TaskId == task.TaskId && x.TaskState > task.TaskState && x.TaskState > 0, new Dictionary<string, OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), OrderByType.Desc } }); } else { taskExecuteDetail = _taskExecuteDetailRepository.QueryFirst(x => x.TaskId == task.TaskId && x.TaskState < task.TaskState && x.TaskState > 0, new Dictionary<string, OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), OrderByType.Desc } }); } if (taskExecuteDetail != null) { task.TaskState = taskExecuteDetail.TaskState; @@ -443,7 +463,13 @@ BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工å°ä»»å¡ç¶æä»ã{oldState}ãåæ»å°ã{task.TaskState}ã"); string oldstaterem = _taskExecuteDetailService.GetEnumDescription(oldState); //åä¸ä¸ªç¶æ string afterstaterem = _taskExecuteDetailService.GetEnumDescription(task.TaskState); //åä¸ä¸ªç¶æ string rgvtyperem = _taskExecuteDetailService.GetEnumDescription2(task.RGVTaskType); //åä¸ä¸ªç¶æ _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工æå¨å°ä»»å¡ç¶æä»ã{oldstaterem}ãåå½å°ã{afterstaterem}ã"); content = WebResponseContent.Instance.OK(); } @@ -515,7 +541,7 @@ /// </summary> /// <param name="taskNum">ä»»å¡ç¼å·</param> /// <returns>è¿åå¤çç»æ</returns> public WebResponseContent UpdateTaskStatus(int taskNum) public WebResponseContent UpdateTaskStatus(int taskNum, int Completetype) { WebResponseContent content = new WebResponseContent(); @@ -543,10 +569,19 @@ task.ExceptionMessage = string.Empty; BaseDal.UpdateData(task); _taskExecuteDetailService.AddTaskExecuteDetail( task.TaskId, $"èªå¨ä»»å¡ç¶æä»ã{oldState}ãè¿å ¥å°ã{task.TaskState}ã" ); string oldstaterem = _taskExecuteDetailService.GetEnumDescription(oldState); //åä¸ä¸ªç¶æ string afterstaterem = _taskExecuteDetailService.GetEnumDescription(task.TaskState); //åä¸ä¸ªç¶æ string rgvtyperem = _taskExecuteDetailService.GetEnumDescription2(task.RGVTaskType); //åä¸ä¸ªç¶æ _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, App.User.UserId > 0 ? $"人工æå¨å°ä»»å¡ç¶æä»ã{oldstaterem}ã跳转å°ã{afterstaterem}ã" : $"ç³»ç»èªå¨æµç¨ï¼ä»»å¡ç¶æä»ã{oldstaterem}ã转å°ã{afterstaterem}ã"); if (task.TaskState == (int)TaskInStatusEnum.RGV_InMothercarFinish && Completetype==2) //å ¥åºä»»å¡å®æ { CompletedManually(task.TaskId, Completetype); } return WebResponseContent.Instance.OK(); } @@ -1075,7 +1110,13 @@ /// <param name="ids"></param> /// <returns></returns> /// <exception cref="NotImplementedException"></exception> public WebResponseContent CompletedManually(int id) /// <summary> /// 人工æå¨å®æ /// </summary> /// <param name="ids"></param> /// <returns></returns> /// <exception cref="NotImplementedException"></exception> public WebResponseContent CompletedManually(int id, int CompletionType) { var db = BaseDal.Db as SqlSugarClient; @@ -1087,6 +1128,8 @@ Dt_Task dt_task = BaseDal.QueryData().Where(x => x.TaskId == id).FirstOrDefault(); if (dt_task == null) return WebResponseContent.Instance.Error($"æªæ¥è¯¢å°ä»»å¡"); string Remark = CompletionType == 1 ? "人工æå¨å®æ" : "èªå¨å®æ"; var res = _task_HtyService.AddData(new Dt_Task_hty { @@ -1101,38 +1144,33 @@ NextAddress = dt_task.NextAddress, WMSId = dt_task.WMSId, Dispatchertime = dt_task.Dispatchertime, Remark = "人工æå¨å®æ", Remark = Remark, Creater = App.User.UserName, CreateDate = DateTime.Now, RGVTaskType = dt_task.RGVTaskType, RGVCurrentexecution = dt_task.RGVCurrentexecution }); int oldState = dt_task.TaskState; _taskExecuteDetailService.AddTaskExecuteDetail( dt_task.TaskId, $"èªå¨ä»»å¡ç¶æä»ã{oldState}ãè¿å ¥å°ã{dt_task.TaskState}ã" ); if (res.Status == false) { db.Ado.RollbackTran(); return WebResponseContent.Instance.Error("æå¨å®æå¤±è´¥ï¼"); return WebResponseContent.Instance.Error($"{Remark}失败ï¼"); } var deletetask = BaseDal.DeleteData(dt_task); if (deletetask == false) { if (deletetask == false) { db.Ado.RollbackTran(); return WebResponseContent.Instance.Error("å é¤ä»»å¡å¤±è´¥æææä½åæ»ï¼"); return WebResponseContent.Instance.Error("å é¤ä»»å¡å¤±è´¥æææä½åæ»ï¼"); } db.Ado.CommitTran(); return WebResponseContent.Instance.OK("æå¨å®ææåï¼"); return WebResponseContent.Instance.OK($"{Remark}æåï¼"); } catch (Exception ex) { db.Ado.RollbackTran(); return WebResponseContent.Instance.Error("æå¨å®æå¤±è´¥ï¼"); return WebResponseContent.Instance.Error("ä»»å¡å®æå¤±è´¥ï¼"); } } @@ -1186,11 +1224,11 @@ db.Ado.RollbackTran(); return WebResponseContent.Instance.Error("åæ¶ä»»å¡å¤±è´¥ï¼"); } int oldState = dt_task.TaskState; /*int oldState = dt_task.TaskState; _taskExecuteDetailService.AddTaskExecuteDetail( dt_task.TaskId, $"èªå¨ä»»å¡ç¶æä»ã{oldState}ãè¿å ¥å°ã{dt_Task_Hty.TaskState}ã" ); );*/ bool deletetask = BaseDal.DeleteData(dt_task); if (!deletetask) { @@ -1258,8 +1296,10 @@ case (int)TaskOutStatusEnum.RGV_OutReleaseExecuting: //åºåºç¶æ //è°å宿æ¥å£ responseContent = UpdateTaskStatus(task.TaskNum); responseContent = UpdateTaskStatus(task.TaskNum, 1); break; case (int)TaskInStatusEnum.RGV_InMothercarFinish: return WebResponseContent.Instance.Error("ä»»å¡å·²"); default: return WebResponseContent.Instance.Error("ä»»å¡ç¶æéè¯¯ï¼æ§è¡ä¸ä¸æ¥å¤±è´¥"); } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAWCS_TaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/ref/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/refint/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SpeStackerCraneJob/SpeStackerCraneJob.cs
@@ -69,7 +69,7 @@ //读å设å¤å®æä¿¡æ¯ if (getStackerObject.StaclerkJobJobStatusValue == RgvJobCraneStatus.Completed && getStackerObject.CurrentRgvtaskid != 0) { _taskService.UpdateTaskStatus(getStackerObject.CurrentRgvtaskid); _taskService.UpdateTaskStatus(getStackerObject.CurrentRgvtaskid,2); } @@ -302,8 +302,6 @@ { RgvCraneTaskCommand standardCommands = ConvertMotherCarTaskCommand(RGVAdders); bool sendFlag = SendCommand2(standardCommands, ChildPosiDeviceCode); _taskExecuteDetailService.AddTaskExecuteDetail(taskid, $"ç³»ç»èªå¨æµç¨ï¼æ§è¡æ¯è½¦ç§»å¨ä»»å¡ï¼æ¯è½¦ç¼å·ï¼{ChildPosiDeviceCode}ï¼ç§»å¨å°åï¼{RGVAdders}ï¼æ¯å¦ä¸åæåï¼{sendFlag}"); return sendFlag; } ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_BasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_BasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_DTO.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_DTO.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ISystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ISystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_ITaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_Model.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_Model.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_SystemRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_SystemServices.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_SystemServices.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_TaskInfoService.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_Tasks.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/bin/Debug/net6.0/WIDESEAWCS_Tasks.pdbBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.csproj.AssemblyReference.cacheBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.dllBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAWCS_Tasks.pdbBinary files differ