生料领料修改

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-11-15 22:11:58 +08:00
parent 4f8d393539
commit 7a21a1ebdd
4 changed files with 107 additions and 35 deletions

View File

@@ -333,6 +333,10 @@ create table wm_issue_header (
workorder_code varchar(64) comment '生产工单编码',
task_id bigint(20) comment '生产任务ID',
task_code varchar(64) comment '生产任务编码',
client_id bigint(20) comment '客户ID',
client_code varchar(64) comment '客户编码',
client_name varchar(255) comment '客户名称',
client_nick varchar(255) comment '客户简称',
warehouse_id bigint(20) comment '仓库ID',
warehouse_code varchar(64) comment '仓库编码',
warehouse_name varchar(255) comment '仓库名称',