lvhao 2 weeks ago
parent
commit
d191d071f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -7463,7 +7463,7 @@ class Whlabel extends Start_Controller
 				$rows_c[$key]['time'] = $value['outk'];
 				$rows_c[$key]['outk'] = '出库';
 				if ($value['cktype'] == 1) {
-					$rows_c[$key]['cktype'] =  ($value['warehouse'] == 5)?'美国销售调货出库':'销售出库';
+					$rows_c[$key]['cktype'] = '销售出库';
 				} else if ($value['cktype'] == 2) {
 					$rows_c[$key]['cktype'] = '美国销售调货出库';
 				} else if ($value['cktype'] == 3) {