3 小时以前 | huanghongfeng | ![]() |
10 小时以前 | huanghongfeng | ![]() |
´úÂë¹ÜÀí/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> @@ -105,6 +110,7 @@ <script> import VolBox from "@/components/basic/VolBox.vue"; export default { components: { VolBox }, data() { @@ -130,7 +136,7 @@ } else { this.getDetailDatas(); } this.$emit("parentCall", ($vue) => { var previousButton = $vue.buttons.find((x) => x.value == "Previous"); this.previousShow = previousButton != null; @@ -150,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() { @@ -162,6 +172,7 @@ .then((x) => { if (!x.status) return this.$message.error(x.message); this.tableData = x.data; }); }, previous() { @@ -175,6 +186,7 @@ if (!x.status) return this.$message.error(x.message); this.$message.success("æä½æå"); this.getSteps(); this.getDetailDatas(); }); }, recovery(){ @@ -188,12 +200,13 @@ if (!x.status) return this.$message.error(x.message); this.$message.success("æä½æå"); this.getSteps(); this.getDetailDatas(); }); }, next() { this.http .post( "/api/Task/UpdateTaskStatusToNext?taskNum=" + this.row.taskNum, "/api/Task/NextStepeXecuted?taskNum=" + this.row.taskNum, {}, true ) @@ -201,6 +214,7 @@ if (!x.status) return this.$message.error(x.message); this.$message.success("æä½æå"); this.getSteps(); this.getDetailDatas(); }); }, switchView() { @@ -212,6 +226,17 @@ this.height = "200px"; } }, getPageData(){ this.http .post( "/api/Task/getPageData", {}, true ) .then((x) => { console.log('è¿è¡å·æ°') }); }, tableRowClassName({ row, rowIndex }) { if (!row.isNormal) { return "error-row"; ´úÂë¹ÜÀí/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 || 'åæ¶ä»»å¡å¤±è´¥ï¼'); } @@ -157,6 +149,7 @@ }, click: (row) => { this.$refs.gridBody.open(row); } }); this.maxBtnLength = 11; ´úÂë¹ÜÀí/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/ProjectEvaluation/wideseawcs_server.metadata.v7.binBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/.vs/ProjectEvaluation/wideseawcs_server.projects.v7.binBinary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/DesignTimeBuild/.dtbcache.v2Binary files differ
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/.futdcache.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
@@ -82,6 +82,13 @@ /// <returns></returns> WebResponseContent UpdateTaskStatusToNext([NotNull] Dt_Task task); /// <summary> /// æå¨å°ä»»å¡ç¶æä¿®æ¹ä¸ºä¸ä¸ä¸ªç¶æ /// </summary> /// <param name="task"></param> /// <returns></returns> WebResponseContent NextStepeXecuted(int taskNum); /// <summary> /// æ¢å¤æèµ·ä»»å¡ @@ -102,7 +109,7 @@ /// </summary> /// <param name="taskNum">ä»»å¡id</param> /// <returns></returns> WebResponseContent UpdateTaskStatus(int taskNum); WebResponseContent UpdateTaskStatus(int taskNum, int Completetype); /// <summary> @@ -173,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
@@ -37,16 +37,21 @@ return Service.RollbackTaskStatusToLast(taskNum); } [HttpPost, HttpGet, Route("NextStepeXecuted")] public WebResponseContent NextStepeXecuted(int taskNum) { return Service.NextStepeXecuted(taskNum); } /// <summary> /// æ¹éæå¨å®æ /// </summary> /// <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-19/ÈÎÎñÖØ¸´250919.txt
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,5 @@ 2025/9/19 15:12:32.457 å¼å¸¸ä»»å¡ "ä»»å¡å·ï¼999éå¤,å °åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" ------------------------------- ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Log/ÈÎÎñ½ÓÊÕ/2025-09-19/½ÓÊÕÀ¼½£Ï·¢ÈÎÎñ250919.txt
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,5 @@ 2025/9/19 15:12:21.859 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- ´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Log/ÈÎÎñ½ÓÊÕ/2025-09-22/½ÓÊÕÀ¼½£Ï·¢ÈÎÎñ250922.txt
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,75 @@ 2025/9/22 9:05:20.259 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 9:10:01.37 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 9:16:44.482 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 9:18:14.699 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 9:22:03.44 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 9:55:03.303 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" ------------------------------- 2025/9/22 10:08:33.849 æå "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"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", //å °åä»»å¡å馿¥å£ @@ -23,7 +23,7 @@ //è¿æ¥å符串 //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", //"ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", "ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=357753;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", "ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", //è·¨å "Cors": { "PolicyName": "CorsIpAccess", //çç¥åç§° ´úÂë¹ÜÀí/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 = "") @@ -173,7 +174,7 @@ } else if (!int.TryParse(Enum.Parse<TaskInboundTypeEnum>(TaskType.ToString()).ToString(), out result)) { steps = Enum.GetValues(typeof(TaskInStatusEnum)).Cast<int>().ToList(); steps = Enum.GetValues(typeof(TaskInStatusEnum)).Cast<int>().Where(x => x <= (int)TaskInStatusEnum.InPending).ToList(); foreach (var item in steps) { object obj; @@ -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
@@ -60,6 +60,7 @@ using WIDESEAWCS_QuartzJob.Repository; using WIDESEAWCS_QuartzJob.Service; using static Microsoft.IO.RecyclableMemoryStreamManager; using static System.Net.Mime.MediaTypeNames; namespace WIDESEAWCS_TaskInfoService { @@ -149,11 +150,14 @@ dt_Task.SourceAddress = item.startAddress; dt_Task.TargetAddress = item.endAddress; dt_Task.CurrentAddress = item.startAddress; dt_Task.NextAddress = "0"; //ç®åææ dt_Task.NextAddress = "1021"; //ç®åææ dt_Task.Grade = item.priority; dt_Task.WMSId = 0; //ç®åææ BaseDal.AddData(dt_Task); content.code = 0; int taskidt= BaseDal.QueryFirst(x=>x.TaskNum== dt_Task.TaskNum).TaskId; _taskExecuteDetailService.AddTaskExecuteDetail(taskidt, $"ç³»ç»èªå¨æµç¨ï¼å建任å¡"); } else if (item.type == 2) //åºåº { @@ -195,6 +199,8 @@ dt_Task.WMSId = 0; //ç®åææ BaseDal.AddData(dt_Task); content.code = 0; _taskExecuteDetailService.AddTaskExecuteDetail(dt_Task.TaskId,$"ç³»ç»èªå¨æµç¨ï¼å建任å¡"); } else { @@ -250,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(); } @@ -288,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) @@ -346,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(); } @@ -396,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(); } @@ -421,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; @@ -437,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(); } @@ -509,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(); @@ -537,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(); } @@ -614,20 +655,42 @@ private void HandleInboundZichemove(Dt_Task task) { var route = _routerRepository.QueryFirst(x => x.IsEnd == true && x.ChildPosi == task.NextAddress && x.InOutType == 1 ); try { Dt_Router dt_Router = null; task.TaskState = (int)TaskInStatusEnum.RGV_InZichemoveFinish; if (task.TargetAddress == "4" || task.TargetAddress == "3") { dt_Router = _routerRepository.QueryFirst(x => x.StartPosi == task.NextAddress && x.InOutType == 1); if (task.CurrentAddress != "1061") task.TaskState = (int)TaskInStatusEnum.RGV_InReleaseFinish; if (route == null) throw new InvalidOperationException("æªæ¾å°å¯¹åºçç»æè·¯ç±"); } else { dt_Router = _routerRepository.QueryFirst(x => x.IsEnd == true && x.ChildPosi == task.NextAddress && x.InOutType == 1); } task.TaskState = (int)TaskInStatusEnum.RGV_InZichemoveFinish; task.RGVTaskType = (int)RGVTaskTypeEnum.TravelingOnly; task.CurrentAddress = route.StartPosi; task.NextAddress = route.NextPosi; task.Roadway = route.ChildPosiDeviceCode; if (dt_Router == null) throw new InvalidOperationException("æªæ¾å°å¯¹åºçç»æè·¯ç±"); task.RGVTaskType = (int)RGVTaskTypeEnum.PickingUp; task.CurrentAddress = dt_Router.StartPosi; task.NextAddress = dt_Router.NextPosi; task.Roadway = dt_Router.ChildPosiDeviceCode; } catch (Exception ex) { throw; } } #endregion @@ -1047,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; @@ -1059,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 { @@ -1073,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("ä»»å¡å®æå¤±è´¥ï¼"); } } @@ -1124,7 +1190,7 @@ Dt_Task dt_task = BaseDal.QueryData().Where(x => x.TaskId == id).FirstOrDefault(); if (dt_task == null) return WebResponseContent.Instance.Error($"æªæ¥è¯¢å°ä»»å¡"); //if (dt_task.TaskState > (int)TaskInStatusEnum.RGV_InNew || dt_task.TaskState > (int)TaskOutStatusEnum.OutNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å è®¸åæ¶"); if (dt_task.TaskType >= 200 && dt_task.TaskType <= 203) /*if (dt_task.TaskType >= 200 && dt_task.TaskType <= 203) { if (dt_task.TaskState > (int)TaskInStatusEnum.RGV_InNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å è®¸åæ¶"); } @@ -1132,7 +1198,7 @@ { if (dt_task.TaskState > (int)TaskOutStatusEnum.OutNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å è®¸åæ¶"); } }*/ Dt_Task_hty dt_Task_Hty = new Dt_Task_hty { @@ -1158,14 +1224,14 @@ 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}ã" ); );*/ var deletetask = BaseDal.DeleteData(dt_task); if (deletetask == false) { bool deletetask = BaseDal.DeleteData(dt_task); if (!deletetask) { db.Ado.RollbackTran(); return WebResponseContent.Instance.Error("å é¤ä»»å¡å¤±è´¥æææä½åæ»ï¼"); } @@ -1178,5 +1244,67 @@ return WebResponseContent.Instance.Error("åæ¶ä»»å¡å¤±è´¥ï¼"); } } /// <summary> /// ä»»å¡ä¸ä¸æ¥æ§è¡ /// </summary> /// <param name="sCErrorStatus"></param> /// <returns></returns> public WebResponseContent NextStepeXecuted(int taskid) { WebResponseContent responseContent = new WebResponseContent(); Dt_Task task = BaseDal.QueryData().Where(x => x.TaskNum == taskid).FirstOrDefault(); if (task == null) return WebResponseContent.Instance.Error($"æªæ¥è¯¢å°ä»»å¡"); switch (task.TaskState) { //å ¥åºç¶æ case (int)TaskInStatusEnum.RGV_InNew: case (int)TaskInStatusEnum.RGV_InPickupFinish: case (int)TaskInStatusEnum.RGV_InReleaseFinish: case (int)TaskInStatusEnum.RGV_InZicheFinish: case (int)TaskInStatusEnum.RGV_InZicheReleaseFinish: case (int)TaskInStatusEnum.RGV_InZichemoveFinish: //å ¥åºç¶æ //åºåºç¶æ case (int)TaskOutStatusEnum.OutNew: case (int)TaskOutStatusEnum.RGV_OutMothercarFinish: case (int)TaskOutStatusEnum.RGV_OutZicheFinish: case (int)TaskOutStatusEnum.RGV_OutZicheReleaseFinish: case (int)TaskOutStatusEnum.RGV_OutPickupFinish: //åºåºç¶æ //è°åä¸åçæ¥å£ responseContent = UpdateTaskStatusToNext(task); break; //å ¥åºç¶æ case (int)TaskInStatusEnum.RGV_InPickupExecuting: case (int)TaskInStatusEnum.RGV_InReleaseExecuting: case (int)TaskInStatusEnum.RGV_InZicheExecuting: case (int)TaskInStatusEnum.RGV_InZicheReleaseExecuting: case (int)TaskInStatusEnum.RGV_InZichemoveExecuting: case (int)TaskInStatusEnum.RGV_InMothercarExecuting: //å ¥åºç¶æ //åºåºç¶æ case (int)TaskOutStatusEnum.RGV_OutMothercarExecuting: case (int)TaskOutStatusEnum.RGV_OutZicheExecuting: case (int)TaskOutStatusEnum.RGV_OutZicheReleaseExecuting: case (int)TaskOutStatusEnum.RGV_OutPickupExecuting: case (int)TaskOutStatusEnum.RGV_OutReleaseExecuting: //åºåºç¶æ //è°å宿æ¥å£ responseContent = UpdateTaskStatus(task.TaskNum, 1); break; case (int)TaskInStatusEnum.RGV_InMothercarFinish: return WebResponseContent.Instance.Error("ä»»å¡å·²"); default: return WebResponseContent.Instance.Error("ä»»å¡ç¶æéè¯¯ï¼æ§è¡ä¸ä¸æ¥å¤±è´¥"); } // å建并èµå¼ return responseContent; } } } ´úÂë¹ÜÀí/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