From b51cfdec1dde066a1afbec0fa816347031ca6d25 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期三, 23 七月 2025 14:32:56 +0800
Subject: [PATCH] 前端

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationimg.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationimg.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationimg.vue"
index 6bd71da..a6f4b0a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationimg.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationimg.vue"
@@ -1048,7 +1048,7 @@
     //鏅�氳揣鍗婅嚜鍔ㄥ嚭搴�
     if (ji.value == 1) {
       //鍒ゆ柇鍒�
-      if (lie.value != 38) {
+      if (lie.value < 37) {
         //data.value.R_ZXJ_isWork == true &&
         if (R_ZXJ_TCMode.value == true && R_HC_isReadyWork.value == true) {
           axios
@@ -1078,7 +1078,7 @@
       //鍓旈櫎璐у崐鑷姩鍑哄簱
     } else if (ji1.value == 1) {
       //鍒ゆ柇鍒�
-      if (lie.value == 38) {
+      if (lie.value >= 37) {
         //鍒ゆ柇淇″彿////////////////////////////////////////////////////////////////////////////////
         if (R_TC_isready.value == true) {
           axios.post("api/Task/tichuchuku/?wei=" + wei.value, {}).then(x => {
@@ -1132,7 +1132,7 @@
 const kr = () => {
   let t = document.getElementById("zxj");
   if (ji.value == 1 && wei.value != "") {
-    if (lie.value == 38) {
+    if (lie.value >= 37) {
       //鍒ゆ柇淇″彿////////////////////////////////////////////////////////////////////////////////
       if (R_ZXJ_TC_isready.value == true && R_TCMode_TC.value == true) {
         axios.post("api/Task/tichuruku/?wei=" + wei.value, {}).then(x => {

--
Gitblit v1.9.3