Commit ec4e716d authored by 耿迪迪's avatar 耿迪迪
parents 55090f06 d4d2cb93
...@@ -110,6 +110,9 @@ public class TBorrowingApplyForController extends BaseController ...@@ -110,6 +110,9 @@ public class TBorrowingApplyForController extends BaseController
@PutMapping @PutMapping
public int edit(@RequestBody TBorrowingApplyFor tBorrowingApplyFor) public int edit(@RequestBody TBorrowingApplyFor tBorrowingApplyFor)
{ {
tBorrowingApplyFor.setApprovalTime(new Date());
SysUser user = tokenService.getLoginUser(ServletUtils.getRequest()).getUser();
tBorrowingApplyFor.setApprovedUserId(user.getUserId());
if (tBorrowingApplyFor.getApprovalStatus()==3){ if (tBorrowingApplyFor.getApprovalStatus()==3){
//修改借支申请表状态 //修改借支申请表状态
tBorrowingApplyForService.updateTBorrowingApplyFor(tBorrowingApplyFor); tBorrowingApplyForService.updateTBorrowingApplyFor(tBorrowingApplyFor);
...@@ -117,8 +120,6 @@ public class TBorrowingApplyForController extends BaseController ...@@ -117,8 +120,6 @@ public class TBorrowingApplyForController extends BaseController
} }
/**查询部门余额是否足够*/ /**查询部门余额是否足够*/
int isSufficient = tBorrowingApplyForService.selectTacc(tBorrowingApplyFor); int isSufficient = tBorrowingApplyForService.selectTacc(tBorrowingApplyFor);
SysUser user = tokenService.getLoginUser(ServletUtils.getRequest()).getUser();
tBorrowingApplyFor.setApprovedUserId(user.getUserId());
//0部门余额不足 1余额足够 //0部门余额不足 1余额足够
if (isSufficient!=0){ if (isSufficient!=0){
tBorrowingApplyFor.setApprovalTime(new Date()); tBorrowingApplyFor.setApprovalTime(new Date());
......
...@@ -201,12 +201,12 @@ ...@@ -201,12 +201,12 @@
</el-form-item> </el-form-item>
<el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl"> <!-- <el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl">-->
<div style="height: 60px;width: 100px;margin-top: 5px"> <!-- <div style="height: 60px;width: 100px;margin-top: 5px">-->
<img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <!-- <img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/>-->
<img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <!-- <img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/>-->
</div> <!-- </div>-->
</el-form-item> <!-- </el-form-item>-->
<el-form-item v-if="form.borrowing ==null" label="附件" prop="attachmentUrl"> <el-form-item v-if="form.borrowing ==null" label="附件" prop="attachmentUrl">
<FileUpload <FileUpload
...@@ -403,8 +403,8 @@ ...@@ -403,8 +403,8 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl"> <el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl">
<div style="height: 60px;width: 100px;margin-top: 5px"> <div style="height: 60px;width: 100px;margin-top: 5px">
<img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%" src="@/assets/images/wenjian.png"/>
<img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%" src="@/assets/images/wenjian.png"/>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -446,6 +446,9 @@ ...@@ -446,6 +446,9 @@
<el-col :span="8"> <el-col :span="8">
<el-form-item label="申请时间">{{form.registrationDate}}</el-form-item> <el-form-item label="申请时间">{{form.registrationDate}}</el-form-item>
</el-col> </el-col>
<el-col :span="8">
<el-form-item label="审批时间">{{form.approvalTime}}</el-form-item>
</el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item label="小写合计">{{form.totalFigures}}</el-form-item> <el-form-item label="小写合计">{{form.totalFigures}}</el-form-item>
</el-col> </el-col>
...@@ -475,8 +478,8 @@ ...@@ -475,8 +478,8 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl"> <el-form-item v-if="form.attachmentUrl !=null" label="附件" prop="attachmentUrl">
<div style="height: 60px;width: 100px;margin-top: 5px"> <div style="height: 60px;width: 100px;margin-top: 5px">
<img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <img @click="godown(form.attachmentUrl)" v-if="ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%" src="@/assets/images/wenjian.png"/>
<img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%"/> <img @click="godown(form.attachmentUrl)" v-if="!ispictrue(form.attachmentUrl)" style="width: 100%;height: 100%" src="@/assets/images/wenjian.png"/>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -673,6 +676,7 @@ export default { ...@@ -673,6 +676,7 @@ export default {
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.fileList = [];
this.transactorList=[]; this.transactorList=[];
this.reset(); this.reset();
this.inser = true; this.inser = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment