Added labor type and part types to dropdowns on line upsert modal. BOD-412
This commit is contained in:
@@ -691,6 +691,10 @@
|
||||
"act_price": "Actual Price",
|
||||
"db_price": "Database Price",
|
||||
"lbr_types": {
|
||||
"LA1": "LA1",
|
||||
"LA2": "LA2",
|
||||
"LA3": "LA3",
|
||||
"LA4": "LA4",
|
||||
"LAA": "Aluminum",
|
||||
"LAB": "Body",
|
||||
"LAD": "Diagnostic",
|
||||
@@ -699,7 +703,8 @@
|
||||
"LAG": "Glass",
|
||||
"LAM": "Mechanical",
|
||||
"LAR": "Refinish",
|
||||
"LAS": "Structural"
|
||||
"LAS": "Structural",
|
||||
"LAU": "User Defined"
|
||||
},
|
||||
"line_desc": "Line Desc.",
|
||||
"line_ind": "S#",
|
||||
@@ -719,10 +724,12 @@
|
||||
"CCF": "CC Refuel",
|
||||
"CCM": "CC Mileage",
|
||||
"PAA": "Aftermarket",
|
||||
"PAC": "Rechromed",
|
||||
"PAE": "Existing",
|
||||
"PAL": "LKQ",
|
||||
"PAM": "Remanufactured",
|
||||
"PAN": "New/OEM",
|
||||
"PAR": "Recored",
|
||||
"PAS": "Sublet",
|
||||
"PASL": "Sublet"
|
||||
},
|
||||
|
||||
@@ -691,6 +691,10 @@
|
||||
"act_price": "Precio actual",
|
||||
"db_price": "Precio de base de datos",
|
||||
"lbr_types": {
|
||||
"LA1": "",
|
||||
"LA2": "",
|
||||
"LA3": "",
|
||||
"LA4": "",
|
||||
"LAA": "",
|
||||
"LAB": "",
|
||||
"LAD": "",
|
||||
@@ -699,7 +703,8 @@
|
||||
"LAG": "",
|
||||
"LAM": "",
|
||||
"LAR": "",
|
||||
"LAS": ""
|
||||
"LAS": "",
|
||||
"LAU": ""
|
||||
},
|
||||
"line_desc": "Descripción de línea",
|
||||
"line_ind": "S#",
|
||||
@@ -719,10 +724,12 @@
|
||||
"CCF": "",
|
||||
"CCM": "",
|
||||
"PAA": "",
|
||||
"PAC": "",
|
||||
"PAE": "",
|
||||
"PAL": "",
|
||||
"PAM": "",
|
||||
"PAN": "",
|
||||
"PAR": "",
|
||||
"PAS": "",
|
||||
"PASL": ""
|
||||
},
|
||||
|
||||
@@ -691,6 +691,10 @@
|
||||
"act_price": "Prix actuel",
|
||||
"db_price": "Prix de la base de données",
|
||||
"lbr_types": {
|
||||
"LA1": "",
|
||||
"LA2": "",
|
||||
"LA3": "",
|
||||
"LA4": "",
|
||||
"LAA": "",
|
||||
"LAB": "",
|
||||
"LAD": "",
|
||||
@@ -699,7 +703,8 @@
|
||||
"LAG": "",
|
||||
"LAM": "",
|
||||
"LAR": "",
|
||||
"LAS": ""
|
||||
"LAS": "",
|
||||
"LAU": ""
|
||||
},
|
||||
"line_desc": "Description de la ligne",
|
||||
"line_ind": "S#",
|
||||
@@ -719,10 +724,12 @@
|
||||
"CCF": "",
|
||||
"CCM": "",
|
||||
"PAA": "",
|
||||
"PAC": "",
|
||||
"PAE": "",
|
||||
"PAL": "",
|
||||
"PAM": "",
|
||||
"PAN": "",
|
||||
"PAR": "",
|
||||
"PAS": "",
|
||||
"PASL": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user