Browse Source

优化未来工时

master
陈裕财 4 years ago
parent
commit
2a7870f1ac
  1. 4
      src/views/xm/core/xmTaskWorkload/XmTaskWorkloadEdit.vue

4
src/views/xm/core/xmTaskWorkload/XmTaskWorkloadEdit.vue

@ -173,7 +173,7 @@
] ]
}, },
editForm: { editForm: {
userid:'',username:'',ctime:'',taskId:'',cuserid:'',bizDate:'',wstatus:'',remark:'',ttype:'',id:'',sbillId:'',stime:'',sstatus:'',amt:'',samt:'',workload:'',rworkload:''
userid:'',username:'',ctime:'',taskId:'',cuserid:'',bizDate:'',wstatus:'',remark:'',ttype:'',id:'',sbillId:'',stime:'',sstatus:'',amt:'',samt:'',workload:'',rworkload:null
}, },
rwokkload:0, rwokkload:0,
maxTableHeight:300, maxTableHeight:300,
@ -241,7 +241,7 @@
this.editForm.userid=this.userInfo.userid this.editForm.userid=this.userInfo.userid
this.editForm.username=this.userInfo.username this.editForm.username=this.userInfo.username
this.editForm.ubranchId=this.userInfo.branchId this.editForm.ubranchId=this.userInfo.branchId
this.editForm.rworkload="";
this.editForm.rworkload=null;
this.editForm.workloadFillType="1"; this.editForm.workloadFillType="1";
} }
}, },

Loading…
Cancel
Save