@@ -436,6 +436,7 @@ class Warehouse extends Start_Controller {
if($v['id'] == '5')//美国仓提档检测是否有货
{
$tmp_cc = (int)$cc[0];
+ //之所以这样写 是为了避免 没有尺寸的代码 造成的字符串加1 这种不可以 如果没有长度 就不会提档 tdxh如果为0 会提示加一档有现货
if($tmp_cc > 0){
$xcc = $this->typeclass->read($cc[0]+1);
if($xcc['classid'] == '14')