|
@@ -6446,10 +6446,10 @@ class Fullorder extends Start_Controller {
|
|
echo json_encode(array('msg'=>'已合并的订单无法使用此拆分功能','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'已合并的订单无法使用此拆分功能','success'=>false));exit;
|
|
}
|
|
}
|
|
$cfnum = explode('-',trim($number,'-'));
|
|
$cfnum = explode('-',trim($number,'-'));
|
|
- if((count($cfnum) > 3 && stripos($number,'-PF-') === false))
|
|
|
|
- {
|
|
|
|
- echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
|
|
|
|
- }
|
|
|
|
|
|
+ // if((count($cfnum) > 3 && stripos($number,'-PF-') === false))
|
|
|
|
+ // {
|
|
|
|
+ // echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
|
|
|
|
+ // }
|
|
if(count($cfnum) > 4 && stripos($number,'-PF-') !== false)
|
|
if(count($cfnum) > 4 && stripos($number,'-PF-') !== false)
|
|
{
|
|
{
|
|
echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
|