From 930b59141a73c615abe5a940dafd1dfa8f494779 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Mon, 15 Apr 2024 16:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=B7=AE=E5=BC=82=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E9=83=A8=E5=88=86=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/libraryManage/inventory/config.js | 148 ++++++++++---------- 1 file changed, 74 insertions(+), 74 deletions(-) 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, + // }, ], }; }