This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-02-21 10:14:30 +08:00
parent 8c30fb32ec
commit a71b4dd1c9

View File

@@ -218,15 +218,17 @@
SELECT SELECT
ivt.*, ivt.*,
sub.sap_pcsn, sub.sap_pcsn,
sub.sale_order_name,
sub.customer_name, sub.customer_name,
sub.customer_description, sub.customer_description,
sub.date_of_production,
sub.width,
sub.thickness,
sub.mass_per_unit_area, sub.mass_per_unit_area,
sub.package_box_sn,
sub.quanlity_in_box,
sub.net_weight, sub.net_weight,
sub.length, sub.length,
sub.sale_order_name, sub.package_box_sn,
sub.box_weight, sub.quanlity_in_box,
sub.is_un_plan_production, sub.is_un_plan_production,
sub.un_plan_product_property1, sub.un_plan_product_property1,
sub.un_plan_product_property2, sub.un_plan_product_property2,
@@ -236,6 +238,7 @@
sub.isRePrintPackageBoxLabel, sub.isRePrintPackageBoxLabel,
sub.width_standard, sub.width_standard,
sub.thickness_request, 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 '纸管' 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_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, 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,