仓储的库存事务和库存记录表字段更新。
This commit is contained in:
parent
ba4f252285
commit
8c21b02706
@ -113,6 +113,8 @@ create table wm_transaction (
|
|||||||
transaction_date datetime comment '事务日期',
|
transaction_date datetime comment '事务日期',
|
||||||
related_transaction_id bigint(20) comment '关联的事务ID',
|
related_transaction_id bigint(20) comment '关联的事务ID',
|
||||||
erp_date datetime comment 'ERP账期',
|
erp_date datetime comment 'ERP账期',
|
||||||
|
workorder_id bigint(20) comment '生产工单ID',
|
||||||
|
workorder_code varchar(64) comment '生产工单编号',
|
||||||
recpt_date datetime comment '接收日期',
|
recpt_date datetime comment '接收日期',
|
||||||
expire_date datetime comment '库存有效期',
|
expire_date datetime comment '库存有效期',
|
||||||
attr1 varchar(64) default null comment '预留字段1',
|
attr1 varchar(64) default null comment '预留字段1',
|
||||||
@ -157,7 +159,6 @@ create table wm_material_stock (
|
|||||||
quantity_onhand double(12,2) comment '在库数量',
|
quantity_onhand double(12,2) comment '在库数量',
|
||||||
workorder_id bigint(20) comment '生产工单ID',
|
workorder_id bigint(20) comment '生产工单ID',
|
||||||
workorder_code varchar(64) comment '生产工单编号',
|
workorder_code varchar(64) comment '生产工单编号',
|
||||||
workorder_name varchar(255) comment '生产工单名称',
|
|
||||||
recpt_date datetime comment '入库时间',
|
recpt_date datetime comment '入库时间',
|
||||||
expire_date datetime comment '库存有效期',
|
expire_date datetime comment '库存有效期',
|
||||||
attr1 varchar(64) default null comment '预留字段1',
|
attr1 varchar(64) default null comment '预留字段1',
|
||||||
|
Loading…
Reference in New Issue
Block a user