|
@@ -849,6 +849,19 @@ const CauseColumns =[
|
|
|
require: true,
|
|
|
isShow:true,
|
|
|
},
|
|
|
+ {
|
|
|
+ key: "customerName",
|
|
|
+ title: "收货客户",
|
|
|
+ inputType: "PopoverSelect",
|
|
|
+ valueKey: "id",
|
|
|
+ referName: "CUSTOMER_PARAM",
|
|
|
+ width: 180,
|
|
|
+ dataMapping:{
|
|
|
+ customer:'id',
|
|
|
+ customerName:'name',
|
|
|
+ },
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
{ key: "isBack", title: "退货", inputType: "Input", inputType: "Checkbox", isShow:true,},
|
|
|
{ key: "freezeCause", title: "冻结原因", inputType: "Checkbox", isShow:true, },
|
|
|
{
|