|
|
|
@ -1092,11 +1092,11 @@ WHERE
|
|
|
|
|
bp.product_desc_en productDescEn,
|
|
|
|
|
bp.mvgr5_nm batchMax,
|
|
|
|
|
bpa.pallet_num palletNum,
|
|
|
|
|
concat(mb.length,'*',mb.width,'*',mb.height) spec,
|
|
|
|
|
concat(bp.length,'*',bp.width,'*',bp.height) spec,
|
|
|
|
|
bp.product_group_name productGroupName,
|
|
|
|
|
bp.umrez unity,
|
|
|
|
|
bp.mvgr5 standarNo,
|
|
|
|
|
bp.box_type boxType,bpa.pack_type packType,
|
|
|
|
|
bpa.pack_type packType,
|
|
|
|
|
bpa.cpk_type cpkType, dict.dict_label cpkTypeName
|
|
|
|
|
from (select DISTINCT product_code from pro_order_workorder where parent_order = '0' and del_flag = '0'
|
|
|
|
|
and status in('w2','w3')
|
|
|
|
@ -1105,7 +1105,6 @@ WHERE
|
|
|
|
|
) pow
|
|
|
|
|
left join base_product bp on pow.product_code = bp.product_code
|
|
|
|
|
left join base_product_attached bpa on concat('0000000',bpa.product_code) = bp.product_code
|
|
|
|
|
left join mes_box mb on mb.box_type = bp.box_type
|
|
|
|
|
left join lanju_op_cloud.dbo.sys_dict_data dict on dict.dict_value = bpa.cpk_type and dict.dict_type= 'qms_category'
|
|
|
|
|
where bp.del_flag = '0'
|
|
|
|
|
and (bp.product_code like '00000001%' or bp.product_code like '00000002%' or bp.product_code like '00000003%'
|
|
|
|
|