|
@@ -358,7 +358,7 @@ class Out
|
|
|
'num' => $v['num'],
|
|
|
);
|
|
|
|
|
|
- if ($type == 2) {
|
|
|
+ if ($info['type'] == 2) {
|
|
|
unset($d['price']);
|
|
|
}
|
|
|
$body[] = $d;
|
|
@@ -370,7 +370,7 @@ class Out
|
|
|
|
|
|
if ($body) {
|
|
|
|
|
|
- if ($type == 2) {
|
|
|
+ if ($info['type'] == 2) {
|
|
|
unset($body_total['price']);
|
|
|
}
|
|
|
$result['出库商品清单'] = array
|
|
@@ -541,7 +541,7 @@ class Out
|
|
|
}
|
|
|
|
|
|
$show = Dever::input('show', 1);
|
|
|
- if ($show == 2) {
|
|
|
+ if ($type == 2) {
|
|
|
unset($header[4]);
|
|
|
unset($header[6]);
|
|
|
}
|