commit
This commit is contained in:
+3
-2
@@ -142,9 +142,10 @@ public class ActivityReimbursementMineController {
|
||||
@RequiresPermissions("sys.jf.reimbursement.mine")
|
||||
@Aop(TransAop.READ_COMMITTED)
|
||||
public Object doDelete(String id) {
|
||||
activityBxService.update(Chain.make("reimbursement_state_id", null)
|
||||
/*activityBxService.update(Chain.make("reimbursement_state_id", null)
|
||||
.add("reimbursement_apply_time", null).add("reimbursement_state_id",null),
|
||||
Cnd.where("id", "=", id));
|
||||
Cnd.where("id", "=", id));*/
|
||||
activityBxService.delete(id);
|
||||
ReimbursementToHandler.DELETE_PROCESS_AND_TASK.exec(id,null);
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -70,19 +70,19 @@ layout("/layouts/platform.html"){
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<!--<el-col :span="12">
|
||||
<el-col :span="12">
|
||||
<div style="padding: 4px 0 20px 0">
|
||||
<el-button type="primary" size="small" @click="doExportActivityApply">
|
||||
<!--<el-button type="primary" size="small" @click="doExportActivityApply">
|
||||
导出活动申请方案表
|
||||
</el-button>
|
||||
<el-button type="primary" size="small" style="margin-left: 10px"
|
||||
@click="doExportReimbursementVoucher">导出报销凭证
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
<el-button type="primary" size="small" style="margin-left: 10px"
|
||||
@click="doExportActivitySignUpUser">导出活动参加人员
|
||||
</el-button>
|
||||
</div>
|
||||
</el-col>-->
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row :gutter="20" v-if="formData.activity_id != null && formData.activity_id !== ''">
|
||||
|
||||
Reference in New Issue
Block a user