add:刻字工序

This commit is contained in:
zhangzhiqiang
2023-07-31 18:15:48 +08:00
parent e02421418c
commit fad2c8289f
37 changed files with 671 additions and 545 deletions

View File

@@ -0,0 +1,10 @@
update st_ivt_structattr
set is_used = false,lock_type = false,is_emptyvehicle = false,storagevehicle_code = '',storagevehicle_qty = null,inv_id = null,inv_code = null,inv_type = null
where stor_id='1528627995269533696'and sect_id='1528631043496742912'; -- 更新成品库仓位为禁用状态 --
delete from st_ivt_structivt_cp; -- 库存表 --
delete from st_ivt_iostorinv_cp; -- 出入单主表 --
delete from st_ivt_iostorinvdtl_cp; -- 出入库明细表 --
delete from st_ivt_iostorinvdis_cp; -- 出入库分配表 --
delete from st_ivt_iostorinvdisdtl_cp; -- 出入库分配明细表 --
delete from md_pb_bucketrecord; -- 箱记录表 --
delete from st_ivt_structivtflow_cp; -- 成品库存变动记录表 --