Browse Source

森语-事故处理单-U8开票日期

jbb 2 năm trước cách đây
mục cha
commit
fc3f5fb202
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/oa/modules/IncidentTicketModal.vue

+ 2 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -576,7 +576,8 @@
           if(addData=='yes'){
             var obj = this.formState
             obj.createTime = ''
-            obj.incidentTicketChildrenList =  this.incidentTicketChildrenTable.dataSource 
+            obj.incidentTicketChildrenList =  this.incidentTicketChildrenTable.dataSource
+            obj.invoicingDate = moment(this.formState.invoicingDate).add (1,'days')
                 putAction('/oa/incidentTicket/edit', obj).then((res) => {
                    if(res.success){
                       this.$message.success('编辑成功')