| | |
| | | |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle="true" class="" name="PSF_Fabantaoshu" value_ppwaerid="<%#Container.ItemIndex + 1%>"> |
| | | <option value=""></option> |
| | | <option value="2">2</option> |
| | | <option value="3">3</option> |
| | | <option value="4">4</option> |
| | | <option value="5">5</option> |
| | | </select> |
| | | <div class="xialap" > |
| | | <input type="text" class=" w40px int " name="PSF_Fabantaoshu" value_ppwaerid="<%#Container.ItemIndex + 1%>" value="<%#Eval("PSF_Fabantaoshu")%>" /> |
| | | <div class="xialapb" > |
| | | |
| | | <div class="xialapr">2</div> |
| | | <div class="xialapr">3</div> |
| | | <div class="xialapr">4</div> |
| | | <div class="xialapr">5</div> |
| | | </div> |
| | | </div> |
| | | </td> |
| | | |
| | | </tr> |
| | |
| | | <td class="ali03 w70px"> |
| | | 印刷数量: |
| | | </td> |
| | | <td class=" w120px"> |
| | | <input type="text" id="txtOrderNum" class=" w120px int" min="0" runat="server" /> |
| | | <td class=" w40px"> |
| | | <input type="text" id="txtOrderNum" class=" w40px int" min="0" runat="server" /> |
| | | </td> |
| | | |
| | | <td class="ali03 w70px " > |
| | |
| | | $("select[name='PSF_PressesDesk']").last().attr("value_selspec", value_id + 1); |
| | | $("select[name='PSF_PrintedColorPositive']").last().attr("value_selspec", value_id + 1); |
| | | $("select[name='PSF_Typesetting']").last().attr("value_ppwaerid", value_id + 1); |
| | | $("select[name='PSF_Fabantaoshu']").last().attr("value_ppwaerid", value_id + 1); |
| | | $("input[name='PSF_Fabantaoshu']").last().attr("value_ppwaerid", value_id + 1); |
| | | $("input[name='PSF_OpenWidth']").last().attr("value_ppwaerid", value_id + 1); |
| | | $("input[name='PSF_OpenWidthName']").last().attr("value_ppwaerid", value_id + 1); |
| | | $("input[name='PSF_OpenLength']").last().attr("value_ppwaerid", value_id + 1); |
| | |
| | | $("tr[name='PSF_PrintedPaperTdtrtr'][value_selspec='" + value_SelWaerId + "']").show(); |
| | | $("select[name='PSF_Typesettinghide'][value_ppwaerid='" + value_SelWaerId + "']").hide(); |
| | | |
| | | if ($(this).val().indexOf('补单') >= 0) { |
| | | $("input[name='PSF_OpenWidth'][value_ppwaerid='" + value_SelWaerId + "']").val(""); |
| | | $("input[name='PSF_OpenLength'][value_ppwaerid='" + value_SelWaerId + "']").val(""); |
| | | } |
| | | |
| | | } |
| | | else if ($(this).val().indexOf('与其他订单合版') >= 0) { |
| | | |
| | |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_PrintedColorRear']").val($(vv).attr("value_hide_psf_printedcolorrear")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_Typesetting']").val($(vv).attr("value_hide_psf_typesetting")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_Typesettinghide']").val($(vv).attr("value_hide_psf_typesetting")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_Fabantaoshu']").val($(vv).attr("value_hide_psf_fabantaoshu")); |
| | | //$(vv).parent().parent().parent().parent().parent().find("select[name='PSF_Fabantaoshu']").val($(vv).attr("value_hide_psf_fabantaoshu")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_PaperSource']").val($(vv).attr("value_hide_psf_papersource")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='PSF_OpenSpecifications']").val($(vv).attr("value_hide_psf_openspecifications")); |
| | | $(vv).parent().parent().parent().parent().parent().find("select[name='selPaperName']").val($(vv).attr("value_hide_psf_selPaperName")); |