This commit is contained in:
2021-04-09 20:57:55 +00:00
parent c9b6b2f87d
commit 8d84b0e679

View File

@@ -143,7 +143,7 @@ export default {
let o = this.value.items[this.activeWoItemIndex].scheduledUsers[
this.activeItemIndex
];
console.log("scheduserdelete", o);
if (o.id != 0) {
//it's a previously saved item so it needs to be removed at the server too
this.$emit("graph-item-deleted", {
@@ -190,18 +190,6 @@ export default {
computed: {
headerList: function() {
/*
public long? UserId { get; set; }
public decimal EstimatedQuantity { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? StopDate { get; set; }
public long? ServiceRateId { get; set; }
IN ORDER: start, stop, quantity, user, rate
If the column is a text, left-align it
If the column is a number or number + unit, (or date) right-align it (like excel)
*/