Selaa lähdekoodia

1.修改NPD离线Order Detail More Info数据结构。

Pen Li 8 vuotta sitten
vanhempi
commit
52f60eb16f
1 muutettua tiedostoa jossa 31 lisäystä ja 11 poistoa
  1. 31 11
      RedAnt ERP Mobile/iSales-NPD/more_info.html

+ 31 - 11
RedAnt ERP Mobile/iSales-NPD/more_info.html

@@ -6,8 +6,12 @@
 <div style='width:75%;float:left;'>ShipToCompany_or_</div>
 <div style='width:25%;float:left;'>Name:</div>
 <div style='width:75%;float:left;'>ShipToName_or_</div>
-<div style='width:25%;float:left;'>Address:</div>
-<div style='width:75%;float:left;'>ShipToAddress_or_</div>
+<div style='width:25%;float:left;'>Address1:</div>
+<div style='width:75%;float:left;'>ShipToAddress_1_or_</div>
+<div style='width:25%;float:left;'>Address2:</div>
+<div style='width:75%;float:left;'>ShipToAddress_2_or_</div>
+<div style='width:100%;float:left;'>ShipTo_City_State_ZipCode_Country_or</div>
+
 </div>
 </div>
 <div><p><b style='font-size:20px;'>Ship from information</b></p>
@@ -16,8 +20,12 @@
 <div style='width:75%;float:left;'>ShipFromCompany_or_</div>
 <div style='width:25%;float:left;'>Name:</div>
 <div style='width:75%;float:left;'>ShipFromName_or_</div>
-<div style='width:25%;float:left;'>Address:</div>
-<div style='width:75%;float:left;'>ShipFromAddress_or_</div>
+<div style='width:25%;float:left;'>Address1:</div>
+<div style='width:75%;float:left;'>ShipFromAddress_1_or_</div>
+<div style='width:25%;float:left;'>Address2:</div>
+<div style='width:75%;float:left;'>ShipFromAddress_2_or_</div>
+<div style='width:100%;float:left;'>ShipFrom_City_State_ZipCode_Country_or</div>
+
 </div></div>
 <div><p><b style='font-size:20px;'>Freight bill to information</b></p>
 <div style='margin-left:15px;word-wrap:break-word;word-break:break-all;'>
@@ -25,8 +33,12 @@
 <div style='width:75%;float:left;'>FreightBillToCompany_or_</div>
 <div style='width:25%;float:left;'>Name:</div>
 <div style='width:75%;float:left;'>FreightBillToName_or_</div>
-<div style='width:25%;float:left;'>Address:</div>
-<div style='width:75%;float:left;'>FreightBillToAddress_or_</div>
+<div style='width:25%;float:left;'>Address1:</div>
+<div style='width:75%;float:left;'>FreightBillToAddress_1_or_</div>
+<div style='width:25%;float:left;'>Address2:</div>
+<div style='width:75%;float:left;'>FreightBillToAddress_2_or_</div>
+<div style='width:100%;float:left;'>FreightBillTo_City_State_ZipCode_Country_or</div>
+
 </div></div></div> 
 <div id='right-div' style='width:45%;float:left;margin-left:55px;margin-bottom:55px;'>
 <div><p><b style='font-size:20px;'>Merchandise bill to information</b></p>
@@ -35,8 +47,12 @@
 <div style='width:75%;float:left;'>MerchandiseBillToCompany_or_</div>
 <div style='width:25%;float:left;'>Name:</div>
 <div style='width:75%;float:left;'>MerchandiseBillToName_or_</div>
-<div style='width:25%;float:left;'>Address:</div>
-<div style='width:75%;float:left;'>MerchandiseBillToAddress_or_</div>
+<div style='width:25%;float:left;'>Address1:</div>
+<div style='width:75%;float:left;'>MerchandiseBillToAddress_1_or_</div>
+<div style='width:25%;float:left;'>Address2:</div>
+<div style='width:75%;float:left;'>MerchandiseBillToAddress_2_or_</div>
+<div style='width:100%;float:left;'>MerchandiseBillTo_City_State_ZipCode_Country_or</div>
+
 </div></div>
 <div><p><b style='font-size:20px;'>Return to information</b></p>
 <div style='margin-left:15px;word-wrap:break-word;word-break:break-all;'>
@@ -44,7 +60,11 @@
 <div style='width:75%;float:left;'>ReturnToCompany_or_</div>
 <div style='width:25%;float:left;'>Name:</div>
 <div style='width:75%;float:left;'>ReturnToName_or_</div>
-<div style='width:25%;float:left;'>Address:</div>
-<div style='width:75%;float:left;'>ReturnToAddress_or_</div>
+<div style='width:25%;float:left;'>Address1:</div>
+<div style='width:75%;float:left;'>ReturnToAddress_1_or_</div>
+<div style='width:25%;float:left;'>Address2:</div>
+<div style='width:75%;float:left;'>ReturnToAddress_2_or_</div>
+<div style='width:100%;float:left;'>ReturnTo_City_State_ZipCode_Country_or</div>
+
 </div></div></div>
-</body>
+</body>