Update ordest700-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html
This commit is contained in:
parent
55b3347987
commit
bcf1d6411a
@ -1083,24 +1083,26 @@
|
|||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
|
|
||||||
|
<th class="left" style="width:125px;">product</th>
|
||||||
|
|
||||||
<th class="left" style="width:125px;">description</th>
|
<th class="left" style="width:125px;">description</th>
|
||||||
|
|
||||||
|
|
||||||
|
<th class="left" style="width:125px;">unit_price</th>
|
||||||
|
|
||||||
|
<th class="left" style="width:125px;">quantity</th>
|
||||||
<th class="left" style="width:125px;">total</th>
|
<th class="left" style="width:125px;">total</th>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<th class="left" style="width:125px;">product</th>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<th class="left" style="width:125px;">quantity</th>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<th class="left" style="width:125px;">unit_price</th>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1111,28 +1113,29 @@
|
|||||||
<tr *ngFor="let item of order_summarycontrols; let i=index" [formGroupName]="i">
|
<tr *ngFor="let item of order_summarycontrols; let i=index" [formGroupName]="i">
|
||||||
|
|
||||||
|
|
||||||
|
<td class="left"> <input type="text" formControlName="product" placeholder="Enter product" style="width:180px"
|
||||||
|
class="clr-input"> </td>
|
||||||
<td class="left"> <input type="text" formControlName="description" placeholder="Enter description" style="width:180px"
|
<td class="left"> <input type="text" formControlName="description" placeholder="Enter description" style="width:180px"
|
||||||
class="clr-input"> </td>
|
class="clr-input"> </td>
|
||||||
|
|
||||||
|
<td class="left"> <input type="text" formControlName="unit_price" placeholder="Enter unit_price" style="width:180px"
|
||||||
|
class="clr-input"> </td>
|
||||||
|
|
||||||
|
|
||||||
|
<td class="left"> <input type="text" formControlName="quantity" placeholder="Enter quantity" style="width:180px"
|
||||||
|
class="clr-input"> </td>
|
||||||
<td class="left"> <input type="text" formControlName="total" placeholder="Enter total" style="width:180px"
|
<td class="left"> <input type="text" formControlName="total" placeholder="Enter total" style="width:180px"
|
||||||
class="clr-input"> </td>
|
class="clr-input"> </td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<td class="left"> <input type="text" formControlName="product" placeholder="Enter product" style="width:180px"
|
|
||||||
class="clr-input"> </td>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<td class="left"> <input type="text" formControlName="quantity" placeholder="Enter quantity" style="width:180px"
|
|
||||||
class="clr-input"> </td>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<td class="left"> <input type="text" formControlName="unit_price" placeholder="Enter unit_price" style="width:180px"
|
|
||||||
class="clr-input"> </td>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user