24282 9 mesiacov pred
rodič
commit
fd90960674

+ 1 - 10
src/views/WDLY/outInBound/waitOutBound/index.vue

@@ -1375,20 +1375,11 @@ const beforeUploadFn = () => {
     let obj = submitData.value[key];
     if (!obj.deliveryTime) {
       ElMessage({
-        message: `订单号为${key}的相关数据未填完整`,
+        message: `订单号【${key}】预计送达时间不能为空!`,
         type: "info",
       });
       return false;
     }
-    // for (const sonKey in obj) {
-    //   if (!obj[sonKey]) {
-    //     ElMessage({
-    //       message: `订单号为${key}的相关数据未填完整`,
-    //       type: "info",
-    //     });
-    //     return false;
-    //   }
-    // }
   }
   importData.value.outInfo = JSON.stringify(submitData.value);
   // importData.value.outInfo = submitData.value;