From ccab7b9cd906c6f788b841650ebdb58feb10c31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Sun, 8 Dec 2024 12:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90agv-pc=E3=80=911208=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/tableColumns/index.js | 34 +++++++++++++-------------- fe/PC/src/utils/tabsDesTions/index.js | 34 +++++++++++++-------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index 8b9f19f81..48ca3f0e8 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -2192,32 +2192,32 @@ export const InventoryBalance = [ // { label: "类型", prop: 'item_typeFromFE', type: "filter", filters: "ItemTypeBasic", showProp:true }, { label: "库存数量", prop: "qty",isNumber:true }, { label: "计量单位", prop: "uom" }, - { label: "标准成本单价", prop: "stdCostPrice" }, - { label: "标准成本金额", prop: "stdCost" }, + // { label: "标准成本单价", prop: "stdCostPrice" }, + // { label: "标准成本金额", prop: "stdCost" }, { label: "批次", prop: "lot" }, { label: "库位代码", prop: "locationCode" }, { label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" }, { label: "箱码", prop: "packingCode" }, { label: _Names.locationErpCode, prop: "locationErpCode" }, - { label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" }, - { label: "创建时间", prop: "creationTime",type: "dateTime" }, - { label: "生产日期", prop: "produceDate" ,type: "dateTime" }, - { label: "入库时间", prop: "putInTime", type: "dateTime" }, - { label: "过期日期", prop: "expireDate" ,type: "dateTime" }, - { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, - { label: "最后盘点时间", prop: "lastCountTime",type: "dateTime" }, - { label: "最后盘点计划单号", prop: "lastCountPlanNumber",width: orderWidth }, + // { label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" }, + // { label: "创建时间", prop: "creationTime",type: "dateTime" }, + // { label: "生产日期", prop: "produceDate" ,type: "dateTime" }, + // { label: "入库时间", prop: "putInTime", type: "dateTime" }, + // { label: "过期日期", prop: "expireDate" ,type: "dateTime" }, + // { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, + // { label: "最后盘点时间", prop: "lastCountTime",type: "dateTime" }, + // { label: "最后盘点计划单号", prop: "lastCountPlanNumber",width: orderWidth }, // { label: "最后盘点标签", prop: "lastCountLabel" }, - { label: "标包数量", prop: "stdPackQty",isNumber:true }, + // { label: "标包数量", prop: "stdPackQty",isNumber:true }, // { label: "库位组", prop: "locationGroup" }, // { label: "库区", prop: "locationArea" }, // { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, // { label: "序号", prop: "serialNumber" }, // { label: "备注", prop: "remark" }, - { label: "到货日期", prop: "arriveDate",type: "dateTime" }, + // { label: "到货日期", prop: "arriveDate",type: "dateTime" }, // { label: "供应商批次", prop: "supplierBatch" }, - { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, - { label: "最后事务编号", prop: 'lastTransNumber' }, + // { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, + // { label: "最后事务编号", prop: 'lastTransNumber' }, ] // 库存余额(解/冻) @@ -2299,9 +2299,9 @@ export const InventoryTransaction = [ { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, // { label: "供应商批次", prop: "supplierBatch" }, { label: "备注", prop: "remark" }, - { label: "生效日期", prop: 'activeDate', type: "dateTime" }, - { label: "创建时间", prop: "creationTime",type: "dateTime" }, - { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, + // { label: "生效日期", prop: 'activeDate', type: "dateTime" }, + // { label: "创建时间", prop: "creationTime",type: "dateTime" }, + // { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, ] // 库存快照 diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index 1e4d0c600..abe0c0dc8 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -1402,29 +1402,29 @@ export const InventoryInitialNote = [ { label: "库存状态", prop: "status",type: "filter", filters: "inventoryStage" }, { label: "箱码", prop: 'packingCode' }, { label: _Names.locationErpCode, prop: "locationErpCode" }, - { label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" }, - { label: "创建时间", prop: "creationTime",type: "dateTime" }, - { label: "生产日期", prop: "produceDate" ,type: "dateTime" }, - { label: "入库时间", prop: "putInTime", type: "dateTime" }, - { label: "过期日期", prop: "expireDate" ,type: "dateTime" }, - { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, - { label: "最后盘点时间", prop: "lastCountTime", type: "dateTime" }, - { label: "最后盘点计划单号", prop: "lastCountPlanNumber" }, + // { label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" }, + // { label: "创建时间", prop: "creationTime",type: "dateTime" }, + // { label: "生产日期", prop: "produceDate" ,type: "dateTime" }, + // { label: "入库时间", prop: "putInTime", type: "dateTime" }, + // { label: "过期日期", prop: "expireDate" ,type: "dateTime" }, + // { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, + // { label: "最后盘点时间", prop: "lastCountTime", type: "dateTime" }, + // { label: "最后盘点计划单号", prop: "lastCountPlanNumber" }, // { label: "最后盘点标签号", prop: "lastCountLabel" }, { label: _Names.itemDesc1, prop: "itemDesc1" }, { label: _Names.itemDesc2, prop: "itemDesc2" }, - { label: "标包数量", prop: 'stdPackQty' }, - { label: "标准成本单价", prop: "stdCostPrice" }, - { label: "标准成本金额", prop: "stdCost" }, + // { label: "标包数量", prop: 'stdPackQty' }, + // { label: "标准成本单价", prop: "stdCostPrice" }, + // { label: "标准成本金额", prop: "stdCost" }, // { label: "供应商批次", prop: 'supplierBatch' }, // { label: "序号", prop: "serialNumber" }, // { label: "备注", prop: 'remark' }, - { label: "最后事务编号", prop: "lastTransNumber" }, - { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, + // { label: "最后事务编号", prop: "lastTransNumber" }, + // { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, // { label: "库区", prop: "locationArea" }, // { label: "库位组", prop: "locationGroup" }, // { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, - { label: "到货时间", prop: "arriveDate",type:"dateTime" }, + // { label: "到货时间", prop: "arriveDate",type:"dateTime" }, ] // 库存余额(解/冻) @@ -1483,9 +1483,9 @@ export const InventoryTransaction = [ { label: "计量单位", prop: "uom" }, { label: "标包数量", prop: 'stdPackQty' }, // { label: "供应商批次", prop: 'supplierBatch' }, - { label: "创建时间", prop: "creationTime",type: "dateTime" }, - { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime"}, - { label: "生效日期", prop: "activeDate",type: "dateTime" }, + // { label: "创建时间", prop: "creationTime",type: "dateTime" }, + // { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime"}, + // { label: "生效日期", prop: "activeDate",type: "dateTime" }, { label: "生产日期", prop: "produceDate",type: "dateTime" }, { label: "到货日期", prop: "arriveDate",type:"dateTime" }, { label: "过期日期", prop: "expireDate",type:"dateTime" },