PC端的简单生产报工
This commit is contained in:
@@ -292,6 +292,7 @@ create table pro_feedback (
|
||||
item_id bigint(20) not null comment '产品物料ID',
|
||||
item_code varchar(64) not null comment '产品物料编码',
|
||||
item_name varchar(255) not null comment '产品物料名称',
|
||||
unit_of_measure varchar(64) comment '单位',
|
||||
specification varchar(500) comment '规格型号',
|
||||
quantity double(14,2) comment '排产数量',
|
||||
quantity_feedback double(14,2) comment '本次报工数量',
|
||||
@@ -302,6 +303,7 @@ create table pro_feedback (
|
||||
feedback_channel varchar(64) comment '报工途径',
|
||||
feedback_time datetime comment '报工时间',
|
||||
record_user varchar(64) comment '记录人',
|
||||
record_nick varchar(64) comment '记录人名称',
|
||||
status varchar(64) default 'PREPARE' comment '状态',
|
||||
remark varchar(500) default '' comment '备注',
|
||||
attr1 varchar(64) default null comment '预留字段1',
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user