diff --git a/src/views/libraryManage/inventory/config.js b/src/views/libraryManage/inventory/config.js index 6a82dad..36d315a 100644 --- a/src/views/libraryManage/inventory/config.js +++ b/src/views/libraryManage/inventory/config.js @@ -354,11 +354,11 @@ export function tableConfig() { prop: "goodName", istrue: true, }, - { - label: "批号", - prop: "batchNo", - istrue: true, - }, + // { + // label: "批号", + // prop: "batchNo", + // istrue: true, + // }, { label: "包装单位", @@ -373,16 +373,16 @@ export function tableConfig() { prop: "packageQty", istrue: true, }, - { - label: "生产厂家", - prop: "factory", - istrue: true, - }, - { - label: "产地", - prop: "waster", - istrue: true, - }, + // { + // label: "生产厂家", + // prop: "factory", + // istrue: true, + // }, + // { + // label: "产地", + // prop: "waster", + // istrue: true, + // }, // { // label: "件数", // prop: "caseQty", @@ -393,32 +393,32 @@ export function tableConfig() { // prop: "pieceQty", // istrue: true, // }, - // { - // label: "数量", - // prop: "qty", - // istrue: true, - // }, - { - label: "实盘件数", - prop: "invCase", - istrue: true, - type: "slot", - slotName: "invCase", - }, - { - label: "实盘零散数", - prop: "invPiece", - istrue: true, - type: "slot", - slotName: "invPiece", - }, { - label: "实盘数量", - prop: "invQty", + label: "数量", + prop: "quantity", istrue: true, - type: "slot", - slotName: "invPiece", }, + // { + // label: "实盘件数", + // prop: "invCase", + // istrue: true, + // type: "slot", + // slotName: "invCase", + // }, + // { + // label: "实盘零散数", + // prop: "invPiece", + // istrue: true, + // type: "slot", + // slotName: "invPiece", + // }, + // { + // label: "实盘数量", + // prop: "invQty", + // istrue: true, + // type: "slot", + // slotName: "invPiece", + // }, ], rulesBlindPlate: { invCase: [ @@ -530,11 +530,11 @@ export function tableConfig() { // prop: "waster", // istrue: true, // }, - { - label: "件数", - prop: "caseQty", - istrue: true, - }, + // { + // label: "件数", + // prop: "caseQty", + // istrue: true, + // }, // { // label: "零散数", // prop: "pieceQty", @@ -545,11 +545,11 @@ export function tableConfig() { prop: "quantity", istrue: true, }, - { - label: "实盘件数", - prop: "invCase", - istrue: true, - }, + // { + // label: "实盘件数", + // prop: "invCase", + // istrue: true, + // }, // { // label: "实盘零散数", // prop: "invPiece", @@ -649,36 +649,36 @@ export function tableConfig() { prop: "waster", istrue: true, }, - { - label: "件数", - prop: "caseQty", - istrue: true, - }, - { - label: "零散数", - prop: "pieceQty", - istrue: true, - }, + // { + // label: "件数", + // prop: "caseQty", + // istrue: true, + // }, + // { + // label: "零散数", + // prop: "pieceQty", + // istrue: true, + // }, { label: "数量", - prop: "qty", - istrue: true, - }, - { - label: "实盘件数", - prop: "invCase", - istrue: true, - }, - { - label: "实盘零散数", - prop: "invPiece", - istrue: true, - }, - { - label: "实盘数量", - prop: "invQty", + prop: "quantity", istrue: true, }, + // { + // label: "实盘件数", + // prop: "invCase", + // istrue: true, + // }, + // { + // label: "实盘零散数", + // prop: "invPiece", + // istrue: true, + // }, + // { + // label: "实盘数量", + // prop: "invQty", + // istrue: true, + // }, ], }; }