|
@ -3220,7 +3220,7 @@ export const CountPlan = [ |
|
|
{ label: "库位组", prop: "locationGroup" }, |
|
|
{ label: "库位组", prop: "locationGroup" }, |
|
|
{ label: "库区", prop: "locationArea" }, |
|
|
{ label: "库区", prop: "locationArea" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "ERP库位", prop: "locationErpCode" }, |
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
{ label: "初盘时间", prop: "firstCountTime",type: "dateTime" }, |
|
|
{ label: "初盘时间", prop: "firstCountTime",type: "dateTime" }, |
|
|
{ label: "初盘描述", prop: "firstCountDescription" }, |
|
|
{ label: "初盘描述", prop: "firstCountDescription" }, |
|
|
{ label: "初盘操作员", prop: "firstCountOperator" }, |
|
|
{ label: "初盘操作员", prop: "firstCountOperator" }, |
|
@ -3274,7 +3274,7 @@ export const CountJob = [ |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "ERP库位", prop: "locationErpCode" }, |
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
{ label: "盘点时间", prop: 'countTime', type: "dateTime" }, |
|
|
{ label: "盘点时间", prop: 'countTime', type: "dateTime" }, |
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
{ label: "盘点操作员", prop: "countOperator" }, |
|
|
{ label: "盘点操作员", prop: "countOperator" }, |
|
@ -3315,7 +3315,7 @@ export const CountNote = [ |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "ERP库位", prop: "locationErpCode" }, |
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
{ label: "初盘时间", prop: "firstCountTime" ,type: "dateTime" }, |
|
|
{ label: "初盘时间", prop: "firstCountTime" ,type: "dateTime" }, |
|
|
{ label: "初盘描述", prop: "firstCountDescription" }, |
|
|
{ label: "初盘描述", prop: "firstCountDescription" }, |
|
|
{ label: "初盘操作员", prop: "firstCountOperator" }, |
|
|
{ label: "初盘操作员", prop: "firstCountOperator" }, |
|
@ -3369,7 +3369,7 @@ export const CountPlanAdjust = [ |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "ERP库位", prop: "locationErpCode" }, |
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "原因代码", prop: "reasonCode", }, |
|
|
{ label: "原因代码", prop: "reasonCode", }, |
|
|
{ label: "原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
|
{ label: "原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
@ -3409,7 +3409,7 @@ export const CountPlanAdjust = [ |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库位组", prop: 'locationGroup' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "ERP库位", prop: "locationErpCode" }, |
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
{ label: "调整原因代码", prop: "reasonCode" }, |
|
|
{ label: "调整原因代码", prop: "reasonCode" }, |
|
|
{ label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
|
{ label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
|