This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user