add:采购单据打印

opt:采购单转发中鼎优化
This commit is contained in:
zhaoyf
2026-06-17 09:23:03 +08:00
parent 34a6c03720
commit 7b962b0bfa
11 changed files with 136 additions and 3 deletions

View File

@@ -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`;