CY_ECommercePlatform/CY.WebForm/Pages/business/AgMergerOrderEdit.aspx
@@ -78,9 +78,9 @@
            <th style="text-align: center;">
                修切要求
            </th>
            <th style="text-align: center;">
           <%-- <th style="text-align: center;">
                包装要求
            </th>
            </th>--%>
            <th style="text-align: center;">
                后道及工艺要求
            </th>
@@ -111,14 +111,14 @@
                            <option value="不修切">不修切</option>
                        </select>
                    </td>
                    <td>
                   <%-- <td>
                        <select keepDefaultStyle="true" class=" w70px" name="PO_PackagRequire">
                            <option value="打包">打包</option>
                            <option value="打捆">打捆</option>
                            <option value="装纸箱">装纸箱</option>
                            <option value="不打包">不打包</option>
                        </select>
                    </td>
                    </td>--%>
                    <td>
                        <%--<input type="text" name="PO_Requirement" class=" noJ" style="width: 300px;" value="<%#Eval("PrintDemandAfterWorksDemand") %>" />--%>
                        <input type="text" name="PO_Requirement" class=" noJ" maxlength="500" style="width: 405px;" value="<%#Eval("PrintDemandAfterWorksDemand")%>" />
@@ -152,14 +152,14 @@
                            <option value="不修切" <%#Eval("PO_TrimRequire").ToString()=="不修切"?"selected":""%>>不修切</option>
                        </select>
                    </td>
                    <td>
                  <%--  <td>
                         <select keepDefaultStyle="true" class=" w70px" name="PO_PackagRequire" value="<%#Eval("PO_PackagRequire")%>">
                            <option value="打包" <%#Eval("PO_PackagRequire").ToString()=="打包"?"selected":""%>>打包</option>
                            <option value="打捆" <%#Eval("PO_PackagRequire").ToString()=="打捆"?"selected":""%>>打捆</option>
                            <option value="装纸箱" <%#Eval("PO_PackagRequire").ToString()=="装纸箱"?"selected":""%>>装纸箱</option>
                            <option value="不打包" <%#Eval("PO_PackagRequire").ToString()=="不打包"?"selected":""%>>不打包</option>                     
                        </select>
                    </td>
                    </td>--%>
                    <td>
                        <input type="text" name="PO_Requirement" class=" noJ" style="width: 405px;" value="<%#Eval("PO_RequirementWork").ToString().Replace(",+-+,", ",")%>" />