| | |
| | | $("select[name='PSF_Typesettinghide'][value_ppwaerid='" + value_SelWaerId + "']").hide(); |
| | | $(".lbCTPCount[value_ppwaerid='" + value_SelWaerId + "']").show(); |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").show(); |
| | | $("input[name='PSF_OpenWidthName'][value_ppwaerid='" + value_SelWaerId + "']").val("755"); |
| | | $("input[name='PSF_OpenWidthName'][value_ppwaerid='" + value_SelWaerId + "']").val("870"); |
| | | } |
| | | else if ($(this).val().indexOf('轮转') >= 0) { |
| | | $("select[name='PSF_PrintedColorPositive'][value_selspec='" + value_SelWaerId + "']").val("单色"); |
| | |
| | | $("select[name='PSF_Typesettinghide'][value_ppwaerid='" + value_SelWaerId + "']").hide(); |
| | | $(".lbCTPCount[value_ppwaerid='" + value_SelWaerId + "']").show(); |
| | | $("input[name='CTPCount'][value_ppwaerid='" + value_SelWaerId + "']").show(); |
| | | $("input[name='PSF_OpenWidthName'][value_ppwaerid='" + value_SelWaerId + "']").val("755"); |
| | | $("input[name='PSF_OpenWidthName'][value_ppwaerid='" + value_SelWaerId + "']").val("870"); |
| | | } |
| | | else if ($(vv).val().indexOf('轮转') >= 0) { |
| | | |