zhuyiyi 9 달 전
부모
커밋
c3b3a3a8e5
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      Web/EDelivery/DeliveredList.aspx
  2. 1 1
      Web/EDelivery/PddDelivered.aspx
  3. 1 1
      Web/EDelivery/PddDelivering.aspx
  4. 1 1
      Web/EDelivery/WaitingDelivery.aspx

+ 1 - 1
Web/EDelivery/DeliveredList.aspx

@@ -68,7 +68,7 @@
             <tr>
                 <td class="td1">物流公司</td>
                 <td class="td2" colspan="3">
-                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="code" required="true" allowinput="true" valuefromselect="true" url="../data/companies.txt" />
+                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="cpCode" onvaluechanged="onBillComChanged" url="../handler/sync.ashx?t=get_sel_mail" />
                 </td>
             </tr>
             <tr>

+ 1 - 1
Web/EDelivery/PddDelivered.aspx

@@ -68,7 +68,7 @@
             <tr>
                 <td class="td1">物流公司</td>
                 <td class="td2" colspan="3">
-                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="code" required="true" allowinput="true" valuefromselect="true" url="../data/companies.txt" />
+                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="cpCode" onvaluechanged="onBillComChanged" url="../handler/sync.ashx?t=get_sel_mail" />
                 </td>
             </tr>
             <tr>

+ 1 - 1
Web/EDelivery/PddDelivering.aspx

@@ -80,7 +80,7 @@
             <tr>
                 <td class="td1">物流公司</td>
                 <td class="td2" colspan="3">
-                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="code" required="true" allowinput="true" valuefromselect="true" url="../data/companies.txt" />
+                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="cpCode" onvaluechanged="onBillComChanged" url="../handler/sync.ashx?t=get_sel_mail" />
                 </td>
             </tr>
             <tr>

+ 1 - 1
Web/EDelivery/WaitingDelivery.aspx

@@ -80,7 +80,7 @@
             <tr>
                 <td class="td1">物流公司</td>
                 <td class="td2" colspan="3">
-                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="code" required="true" allowinput="true" valuefromselect="true" url="../data/companies.txt" />
+                    <input id="txtComName" class="mini-combobox" style="width: 80%;" textfield="name" valuefield="cpCode" onvaluechanged="onBillComChanged" url="../handler/sync.ashx?t=get_sel_mail" />
                 </td>
             </tr>
             <tr>