|
@@ -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) {
|