From b73e8ff174893fc1b551a59d85fcc8cced4efa8a Mon Sep 17 00:00:00 2001 From: zhangzq Date: Wed, 17 Jun 2026 13:22:57 +0800 Subject: [PATCH] =?UTF-8?q?add:=E7=94=9F=E4=BA=A7=E4=B8=8B=E6=96=99?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pda/pda/src/views/ProductGroup.vue | 408 +++++++++++++++++++++++++++++ sql/zyf.sql | 2 + 2 files changed, 410 insertions(+) create mode 100644 pda/pda/src/views/ProductGroup.vue diff --git a/pda/pda/src/views/ProductGroup.vue b/pda/pda/src/views/ProductGroup.vue new file mode 100644 index 0000000..0edde15 --- /dev/null +++ b/pda/pda/src/views/ProductGroup.vue @@ -0,0 +1,408 @@ + + + + + diff --git a/sql/zyf.sql b/sql/zyf.sql index 92216c8..69127c8 100644 --- a/sql/zyf.sql +++ b/sql/zyf.sql @@ -34,3 +34,5 @@ CREATE TABLE IF NOT EXISTS `st_ivt_purchasedtl` ( `instock_qty` DECIMAL(18,6) DEFAULT 0 COMMENT '已入库数量' )COMMENT='采购入库单分录信息表'; +ALTER TABLE `wms_nlwq`.`st_ivt_purchasemst` + ADD COLUMN `forwardZD` tinyint(1) NULL DEFAULT 0 COMMENT '0否 1是' AFTER `audit_msg`; \ No newline at end of file