This commit is contained in:
2021-07-08 23:10:59 +00:00
parent 34ce13f295
commit 698b9c36d8
2 changed files with 6 additions and 28 deletions

View File

@@ -427,29 +427,6 @@ CURRENTLY DOING:
TODO 2 (all 2's): V7 features on wo I haven't coded yet
Unit
warranty display static info to show with Unit entry / edit form
Implement as a popup dialog triggered by a button that fetches the history info from the server on demand
The on demand part is required as this needs to do a heavy query to find info and it needs to be clear by convention that this is the *current* state of the unit
not the state at point of wo creation which was previously handled in v7 by not showing the data for a service completed or closed workorder
"UnitUINotWarrantiedDisplay": "Unit is not warrantied",
"UnitUIWarrantiedDisplay": "Unit is warrantied until {0}\r\n\r\nWarranty terms:\r\n=-=-=-=-=-=-=-=-\r\n{1}",
"UnitUIWarrantyExpiredDisplay": "Unit's warranty expired {0}",
"UnitUnitHasOwnAddress": "Unit Has Own Address",
"UnitWorkOrderLastServicedID": "WorkOrder Last Serviced",
"LastServiceDate": "Last closed service date",
"LastWorkOrder": "Last closed service workorder",
Unit's warranty expired Wednesday, July 1, 2009
--------------
Last closed service date: -
Last closed service workorder: - //<--sb clickable
Purchased Date: 2005-06-01 12:00 AM
Receipt Number: 46543545
Part
Generate unit from selected part (already a v7 feature, didn't even realize)
UPC select by UPC (just confirm this)
@@ -1270,6 +1247,7 @@ BUILD 114
- WorkOrderItemScheduledUser convert to labor implemented (was v7 feature)
- workorderitemlabor "Append tasks" implemented (new feature, customer requested)
- WorkorderItemUnit Unit warranty and recent workorder info widget added (was v7 feature)
- Additional *Viz fields requested for workorder added:
workorderitempart - part name in addition to part number - added as "PartNameViz"
Workorder header - Customer scheduled user alert notes - added as "CustomerTechNotesViz"

View File

@@ -94,13 +94,13 @@
xl="3"
>
<v-text-field
v-model="obj.uPC"
v-model="obj.upc"
:readonly="formState.readOnly"
:label="$ay.t('PartUPC')"
ref="uPC"
data-cy="uPC"
:error-messages="form().serverErrors(this, 'uPC')"
@input="fieldValueChanged('uPC')"
ref="upc"
data-cy="upc"
:error-messages="form().serverErrors(this, 'upc')"
@input="fieldValueChanged('upc')"
></v-text-field>
</v-col>