wugg 2 years ago
parent
commit
e1212b6f80
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/command/NowReportHandle.php

+ 3 - 3
app/command/NowReportHandle.php

@@ -1067,10 +1067,10 @@ class NowReportHandle extends Command
 					d.remark '商品备注',
 					d.remark '商品备注',
 					d.addtime '反馈时间',
 					d.addtime '反馈时间',
 					d.creater '反馈人',
 					d.creater '反馈人',
-					d.spuCode '反馈商品编码',
+					d.bidNo '反馈商品编码',
 					d.status '反馈商品状态',
 					d.status '反馈商品状态',
 					d.good_name '反馈商品名称',
 					d.good_name '反馈商品名称',
-					d.sale_price*a.num '竞价单总额',
+					d.sale_price*a.num '反馈单总额',
 					d.cat_id '反馈商品分类',
 					d.cat_id '反馈商品分类',
 					d.unit_id '反馈商品单位',
 					d.unit_id '反馈商品单位',
 					d.tax '反馈商品税点',
 					d.tax '反馈商品税点',
@@ -1105,7 +1105,7 @@ class NowReportHandle extends Command
 		$value["议价状态"]=$arr[$value["议价状态"]]??"";
 		$value["议价状态"]=$arr[$value["议价状态"]]??"";
 		$value['单位']=Db::name("unit")->where("id",$value['单位'])->value("unit",'');
 		$value['单位']=Db::name("unit")->where("id",$value['单位'])->value("unit",'');
 		$value['议价原因']=Db::name("result_info")->where("id",$value['议价原因'])->value("result_desc",'');
 		$value['议价原因']=Db::name("result_info")->where("id",$value['议价原因'])->value("result_desc",'');
-		 $value['客户名称']=Db::name("customer_info")->where("companyNo",$value['客户名称'])->value("companyName",'');
+		$value['客户名称']=Db::name("customer_info")->where("companyNo",$value['客户名称'])->value("companyName",'');
     		yield $value;
     		yield $value;
     	}
     	}
     }
     }