This commit is contained in:
@@ -1094,7 +1094,13 @@ export default {
|
||||
}
|
||||
return null;
|
||||
},
|
||||
updatePartCost(item) {
|
||||
async updatePartCost(item) {
|
||||
let dialogResult = await window.$gz.dialog.confirmGeneric(
|
||||
"Update part cost from received cost?"
|
||||
);
|
||||
if (dialogResult == false) {
|
||||
return;
|
||||
}
|
||||
console.log("STUB: UPDATE PART COST", item);
|
||||
},
|
||||
canSave: function() {
|
||||
|
||||
Reference in New Issue
Block a user