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