Accept Merge Request #195: (feature/hant -> develop)
Merge Request: 修复问题 Created By: @todayswind Accepted By: @todayswind URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/195?initial=true
This commit is contained in:
commit
e6d7c7dbd4
|
|
@ -305,7 +305,7 @@ class Order extends Backend
|
||||||
if (!in_array($sources[$params['source']]['pid'],[3,8])&& empty($params['customer'])){
|
if (!in_array($sources[$params['source']]['pid'],[3,8])&& empty($params['customer'])){
|
||||||
$this->error('请输入客户名称');
|
$this->error('请输入客户名称');
|
||||||
}
|
}
|
||||||
$params['source_shop'] = $sources[$params['source']]['pid'] ?? null;
|
$params['source_shop'] = $sources[$params['source']]['title'] ?? null;
|
||||||
|
|
||||||
|
|
||||||
$itemIds = explode(',', $params['item_id'] ?? '');
|
$itemIds = explode(',', $params['item_id'] ?? '');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user