@@ -1088,6 +1088,18 @@ const CauseTabColumns =[
key: 'puOrderItemList',
tableColumns: [
{
+ key: "customerName",
+ title: "收货客户",
+ inputType: "PopoverSelect",
+ valueKey: "id",
+ referName: "CUSTOMER_PARAM",
+ width: 180,
+ dataMapping:{
+ customer:'id',
+ customerName:'name',
+ },
+ {
key: "rowNo",
title: "行号",
inputType: "Input",