优化
This commit is contained in:
@@ -218,15 +218,17 @@
|
||||
SELECT
|
||||
ivt.*,
|
||||
sub.sap_pcsn,
|
||||
sub.sale_order_name,
|
||||
sub.customer_name,
|
||||
sub.customer_description,
|
||||
sub.date_of_production,
|
||||
sub.width,
|
||||
sub.thickness,
|
||||
sub.mass_per_unit_area,
|
||||
sub.package_box_sn,
|
||||
sub.quanlity_in_box,
|
||||
sub.net_weight,
|
||||
sub.length,
|
||||
sub.sale_order_name,
|
||||
sub.box_weight,
|
||||
sub.package_box_sn,
|
||||
sub.quanlity_in_box,
|
||||
sub.is_un_plan_production,
|
||||
sub.un_plan_product_property1,
|
||||
sub.un_plan_product_property2,
|
||||
@@ -236,6 +238,7 @@
|
||||
sub.isRePrintPackageBoxLabel,
|
||||
sub.width_standard,
|
||||
sub.thickness_request,
|
||||
sub.box_weight,
|
||||
case when plan.paper_tube_or_FRP = '1' then '纸管' when plan.paper_tube_or_FRP = '2' then 'FRP管' end AS paper_type,
|
||||
case when plan.paper_tube_or_FRP = '1' then plan.paper_tube_material when plan.paper_tube_or_FRP = '2' then plan.FRP_material end AS paper_code,
|
||||
case when plan.paper_tube_or_FRP = '1' then plan.paper_tube_description when plan.paper_tube_or_FRP = '2' then plan.FRP_description end AS paper_name,
|
||||
|
||||
Reference in New Issue
Block a user