|
@@ -240,11 +240,7 @@ class Set
|
|
|
}
|
|
|
|
|
|
if ($show == 1) {
|
|
|
- $html .= '<tr>
|
|
|
- <td width="80">'.$name.'对账状态</td>
|
|
|
- <td>'.$this->table(false, array(array($other_status))).'</td>
|
|
|
-
|
|
|
- </tr>';
|
|
|
+
|
|
|
|
|
|
$manage_config = Dever::db('main/manage_config')->find();
|
|
|
$s = 2;
|
|
@@ -256,11 +252,18 @@ class Set
|
|
|
}
|
|
|
if ($s == 1) {
|
|
|
$html .= '<tr>
|
|
|
+ <td width="80">'.$name.'对账状态</td>
|
|
|
+ <td>'.$this->table(false, array(array($other_status))).'</td>
|
|
|
+
|
|
|
+ </tr>';
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ $html .= '<tr>
|
|
|
<td width="100">平台对账状态</td>
|
|
|
<td>'.$this->table(false, array(array($status))).'</td>
|
|
|
|
|
|
</tr>';
|
|
|
- }
|
|
|
|
|
|
} else {
|
|
|
$html .= '<tr>
|