|
@@ -496,6 +496,24 @@ const PurchaseTabColumns =[
|
|
|
isSummary:true,
|
|
|
},
|
|
|
{
|
|
|
+ key: "goodsAllocationName",
|
|
|
+ title: "货位",
|
|
|
+ inputType: "PopoverSelect",
|
|
|
+ valueKey: "id",
|
|
|
+ referName: "ALLOCATION_PARAM",
|
|
|
+ dataMapping: {
|
|
|
+ goodsAllocation: 'id',
|
|
|
+ goodsAllocationName: 'name',
|
|
|
+
|
|
|
+ },
|
|
|
+ isShow:true,
|
|
|
+ queryParams: (params) => ({
|
|
|
+ stordocId: params.warehouse,
|
|
|
+ pkOrg: params.puOrg,
|
|
|
+ }),
|
|
|
+ width: 180,
|
|
|
+ },
|
|
|
+ {
|
|
|
key: "isGift",
|
|
|
title: "赠品",
|
|
|
inputType: "Checkbox",
|
|
@@ -607,24 +625,7 @@ const PurchaseTabColumns =[
|
|
|
width: 180,
|
|
|
isSummary:true,
|
|
|
},
|
|
|
- {
|
|
|
- key: "goodsAllocationName",
|
|
|
- title: "货位",
|
|
|
- inputType: "PopoverSelect",
|
|
|
- valueKey: "id",
|
|
|
- referName: "ALLOCATION_PARAM",
|
|
|
- dataMapping: {
|
|
|
- goodsAllocation: 'id',
|
|
|
- goodsAllocationName: 'name',
|
|
|
-
|
|
|
- },
|
|
|
- isShow:true,
|
|
|
- queryParams: (params) => ({
|
|
|
- stordocId: params.warehouse,
|
|
|
- pkOrg: params.puOrg,
|
|
|
- }),
|
|
|
- width: 180,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
key: "closeReason",
|
|
|
title: "行关闭/打开原因",
|
|
@@ -1298,6 +1299,24 @@ const CauseTabColumns =[
|
|
|
isSummary:true,
|
|
|
},
|
|
|
{
|
|
|
+ key: "goodsAllocationName",
|
|
|
+ title: "货位",
|
|
|
+ inputType: "PopoverSelect",
|
|
|
+ valueKey: "id",
|
|
|
+ referName: "ALLOCATION_PARAM",
|
|
|
+ dataMapping: {
|
|
|
+ goodsAllocation: 'id',
|
|
|
+ goodsAllocationName: 'name',
|
|
|
+
|
|
|
+ },
|
|
|
+ isShow:true,
|
|
|
+ queryParams: (params) => ({
|
|
|
+ stordocId: params.warehouse,
|
|
|
+ pkOrg: params.puOrg,
|
|
|
+ }),
|
|
|
+ width: 180,
|
|
|
+ },
|
|
|
+ {
|
|
|
key: "ntaxnetprice",
|
|
|
title: "含税净价",
|
|
|
inputType: "Input",
|
|
@@ -1413,24 +1432,7 @@ const CauseTabColumns =[
|
|
|
{ key: "discountRule", title: "折扣规则编码", inputType: "Input", width: 180 },
|
|
|
{ key: "demandCode", title: "采购需求单号", inputType: "Input", width: 180 },
|
|
|
{ key: "remark", title: "备注", inputType: "Input", width: 200 },
|
|
|
- {
|
|
|
- key: "goodsAllocationName",
|
|
|
- title: "货位",
|
|
|
- inputType: "PopoverSelect",
|
|
|
- valueKey: "id",
|
|
|
- referName: "ALLOCATION_PARAM",
|
|
|
- dataMapping: {
|
|
|
- goodsAllocation: 'id',
|
|
|
- goodsAllocationName: 'name',
|
|
|
-
|
|
|
- },
|
|
|
- isShow:true,
|
|
|
- queryParams: (params) => ({
|
|
|
- stordocId: params.warehouse,
|
|
|
- pkOrg: params.puOrg,
|
|
|
- }),
|
|
|
- width: 180,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
key: "closeReason",
|
|
|
title: "关闭原因",
|