goods checkinfo add buy_price
This commit is contained in:
@@ -579,6 +579,8 @@ class Goods extends HD_Controller
|
||||
$msg = '请选择入库时间';
|
||||
} else if (!$info['company_id']) {
|
||||
$msg = '请选择公司归属';
|
||||
} else if (!$info['buy_price'] || $info['buy_price'] <= 0.0) {
|
||||
$msg = '请输入采购成本';
|
||||
} else {
|
||||
$code = SYS_CODE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user