Przeglądaj źródła

提交数据信息

lvhao 1 dzień temu
rodzic
commit
914bee4426
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      core/CoreApp/controllers/Whlabel.php

+ 2 - 2
core/CoreApp/controllers/Whlabel.php

@@ -4662,14 +4662,14 @@ class Whlabel extends Start_Controller
 		foreach ($list as $key => $value) {
 		foreach ($list as $key => $value) {
 			$time = time();
 			$time = time();
 			if ($value['0'] == "") {
 			if ($value['0'] == "") {
-				$ed[] = ['msg'=>'第'.($key+1). '行-仓库未填写!'] ;
+				$ed[] = ['msg'=>'第'.($key+2). '行-仓库未填写!'] ;
 				$j++;
 				$j++;
 				continue;
 				continue;
 			}
 			}
 		
 		
 			$warehouse = $this->warehouse->get_title($value['0']);
 			$warehouse = $this->warehouse->get_title($value['0']);
 			if(empty($warehouse)){
 			if(empty($warehouse)){
-				$ed[] = ['msg'=>'第'.($key+1). '行-仓库名错误!'] ;
+				$ed[] = ['msg'=>'第'.($key+2). '行-仓库名错误!'] ;
 				$j++;
 				$j++;
 				continue;
 				continue;
 			}
 			}