diff --git a/AstuteClient2/src/app/customer/customer.component.css b/AstuteClient2/src/app/customer/customer.component.css index 8b13789..8fe4dc3 100644 --- a/AstuteClient2/src/app/customer/customer.component.css +++ b/AstuteClient2/src/app/customer/customer.component.css @@ -1 +1,11 @@ +::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ + color: lightblue; +} +:-ms-input-placeholder { /* Internet Explorer 10-11 */ + color: lightblue; +} + +::-ms-input-placeholder { /* Microsoft Edge */ + color: lightblue; +} \ No newline at end of file diff --git a/AstuteClient2/src/app/customer/customer.component.html b/AstuteClient2/src/app/customer/customer.component.html index f651ad1..aec027a 100644 --- a/AstuteClient2/src/app/customer/customer.component.html +++ b/AstuteClient2/src/app/customer/customer.component.html @@ -100,7 +100,7 @@
General
+ Customer + | ++ + | ++ | + SO Number* + | ++ + + + + + + | +
+ = 0" class="p-0 m-0 mt-2"> + To, {{customers[customerSelec.value].billToDept}} + + |
+ + | + Invoice Number* + | ++ + | +|
+ = 0" class="p-0 m-0 mt-2"> + {{customers[customerSelec.value].add1}} {{customers[customerSelec.value].add2}} + + |
+ + | + Change Order Num + | ++ + | +|
+ = 0" class="p-0 m-0 mt-2"> + {{customers[customerSelec.value].city}} {{customers[customerSelec.value].state}} {{customers[customerSelec.value].zip}}-{{customers[customerSelec.value].ziplast4}} + + |
+ + | + Payment Status* + | ++ + | +
{{getPerc(fee.value * qty.value, inDet.remainingQty)}}%
+{{getPerc(qty.value, inDet.remainingQty)}}%
Footer
Choose an Invoice First!
{{getPerc(qty.value, inDet.remainingQty)}}%
Footer