|
@@ -522,6 +522,7 @@ class PurchaseOrderController extends BaseController
|
|
|
if (!empty($bookSn)) {
|
|
if (!empty($bookSn)) {
|
|
|
//如果是预订,直接转成待入库状态
|
|
//如果是预订,直接转成待入库状态
|
|
|
$inType = PurchaseOrderClass::IN_TYPE_LATER;
|
|
$inType = PurchaseOrderClass::IN_TYPE_LATER;
|
|
|
|
|
+ $post['inType'] = $inType;
|
|
|
}
|
|
}
|
|
|
$post['bookSn'] = $bookSn;
|
|
$post['bookSn'] = $bookSn;
|
|
|
|
|
|