| | |
| | | |
| | | $("select[name='PSF_Typesetting']").live("change", function () { |
| | | var value_SelWaerId = $(this).attr("value_ppwaerid"); |
| | | if ($("select[name='PSF_PressesDesk'][value_selspec='" + value_SelWaerId + "']").val().indexOf('六开') >= 0 || $("select[name='PSF_PressesDesk'][value_selspec='" + value_SelWaerId + "']").val().indexOf('黑白') >= 0) { |
| | | if ($("select[name='PSF_PressesDesk'][value_selspec='" + value_SelWaerId + "']").val().indexOf('六开') >= 0 ) { |
| | | if ($("select[name='PSF_Typesetting'][value_ppwaerid='" + value_SelWaerId + "']").val() == "扣版" || $("select[name='PSF_PrintedColorPositive'][value_selspec='" + value_SelWaerId + "']").val() == "双色") { |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").val("2"); |
| | | } else { |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").val("1"); |
| | | } |
| | | } |
| | | |
| | | |
| | | if ( $("select[name='PSF_PressesDesk'][value_selspec='" + value_SelWaerId + "']").val().indexOf('黑白') >= 0) { |
| | | if ($("select[name='PSF_Typesetting'][value_ppwaerid='" + value_SelWaerId + "']").val() == "扣版") { |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").val("2"); |
| | | } else { |
| | |
| | | |
| | | }); |
| | | |
| | | |
| | | |
| | | |
| | | $("select[name='PSF_PrintedColorPositive']").live("change", function () { |
| | | var value_SelWaerId = $(this).attr("value_selspec"); |
| | | if ($("select[name='PSF_PressesDesk'][value_selspec='" + value_SelWaerId + "']").val().indexOf('六开') >= 0) { |
| | | if ($("select[name='PSF_Typesetting'][value_ppwaerid='" + value_SelWaerId + "']").val() == "扣版" || $("select[name='PSF_PrintedColorPositive'][value_selspec='" + value_SelWaerId + "']").val() == "双色") { |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").val("2"); |
| | | } else { |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").val("1"); |
| | | } |
| | | } |
| | | |
| | | |
| | | }); |
| | | |
| | | |
| | | |
| | | $("select[name='PSF_PressesDesk']").live("change", function () { |
| | | var value_SelWaerId = $(this).attr("value_selspec"); |
| | | if ($(this).val().indexOf('六开') >= 0) { |