Commit 03c57b98 by hcy001

自动报价

parent 1e5c688c
Showing with 1 additions and 1 deletions
......@@ -494,7 +494,6 @@ class QuoteModel extends Model
#拼接批量插入明细
foreach ($input as $k => &$v) {
$v["is_auto"] = 1; #todo 2021.5.4 增加自动报价标识
if ($classArr !== false) {
$classInfo = @$classArr[strtoupper($v["goods_name"]) . "#" . strtoupper($v["brand_name"])];
......@@ -530,6 +529,7 @@ class QuoteModel extends Model
'create_name' => "系统",
]);
} else {
$v["is_auto"] = 1; #todo 2021.5.4 增加自动报价标识
$v["quote_sn"] = createSn($QuoteModel, 'quote_sn', 'B');
$v["create_time"] = time();
$v["update_time"] = time();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment