username@email.com
4 天以前 e8e3122fdc4844202fb9e05477d47139e47a8aae
CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuAdd.aspx
@@ -51,9 +51,18 @@
  <tr>
                 
                   <td class="ali03">是否申请付款:</td>
                    <td> <select keepdefaultstyle='true' id='selShifoufukuan' runat="server"      class='Sreq'   >
                    <td> <select keepdefaultstyle='true' id='selShifoufukuan' runat="server"      class='Sreq' onchange="changeShifoufukuan();"   >
                        <option value='2'>否</option>
                        <option value='1'>是</option>
                        </select>
                    </td>
                   </tr>
                <tr style="display:none;" id="Fukuanfangshitr">
                   <td class="ali03">付款方式:</td>
                    <td> <select keepdefaultstyle='true' id='selFukuanfangshi' runat="server"      class='Sreq'   >
                        <option value='1'>对公转账</option>
                        <option value='2'>现金支付</option>
                        </select>
                    </td>
                   </tr>
@@ -105,6 +114,15 @@
            });
        }
        function changeShifoufukuan() {
            if ($("#selShifoufukuan").val() == "1") {
                $("#Fukuanfangshitr").show();
            } else {
                $("#Fukuanfangshitr").hide();
            }
        }
        ///新增客户
        function showCustomer() {
            top.Dialog.open({ URL: "/Pages/procurement/SuppliersEdit.aspx?Keyid='0'&&flasss=ddfffff", Title: "新增供应商", Width: 950, Height: 650 });