add sales order generation functionality
This commit is contained in:
parent
796b835c08
commit
9c9050c558
13 changed files with 289 additions and 143 deletions
|
|
@ -2,16 +2,6 @@
|
|||
<div class="form-section">
|
||||
<h3>Address Information</h3>
|
||||
<div class="form-grid">
|
||||
<div class="form-field full-width">
|
||||
<label for="address-title"> Address Title <span class="required">*</span> </label>
|
||||
<InputText
|
||||
id="address-title"
|
||||
v-model="localFormData.addressTitle"
|
||||
:disabled="isSubmitting || isEditMode"
|
||||
placeholder="e.g., Home, Office, Site A"
|
||||
class="w-full"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-field full-width">
|
||||
<label for="address-line1"> Address Line 1 <span class="required">*</span> </label>
|
||||
<InputText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue