ソースを参照

1、项目信息登记表单完成

fuwb 4 ヶ月 前
コミット
ad835ce0b6

+ 1 - 1
zjugis-module-business/zjugis-module-business-biz/src/main/java/com/zjugis/module/business/flow/projectinfo/entity/ProjectInfo.java

@@ -118,7 +118,7 @@ public class ProjectInfo extends BaseEntity {
     /**
      * 是否完结
      */
-    private Integer isCompleted;
+    private String isCompleted;
 
     /**
      * 项目进度

+ 2 - 2
zjugis-module-business/zjugis-module-business-biz/src/main/java/com/zjugis/module/business/flow/projectinfo/service/impl/ProjectInfoServiceImpl.java

@@ -57,9 +57,9 @@ public class ProjectInfoServiceImpl implements IProjectInfoService {
                 entity = new ProjectInfo();
                 entity.setInstanceId(flowInstanceId);
                 entity.setProjectNumber(flowInstance.getCode());
-                entity.setSigningDate(LocalDateTime.now());
+                entity.setRegistrationDate(LocalDateTime.now());
                 entity.setCreateTime(LocalDateTime.now());
-                entity.setIsCompleted(0);
+                entity.setIsCompleted("否");
                 entity.setIsvalid(1);
                 CommonResult<AdminUserRespDTO> result = adminUserApi.getUser(userId);
                 if (result.isSuccess()) {

+ 18 - 1
zjugis-module-business/zjugis-module-business-biz/src/main/resources/templates/ProjectInfo/index.ftl

@@ -107,7 +107,7 @@ styles=[ '/flow/css/formCommon.css','/OwCommon/OwCommon.css' ]>
                                 <div class="form-label">委托采购单位:</div>
                             </td>
                             <td clospan="3">
-                                <div class="z-form-group">
+                                <div class="form-group">
                                     <div class="form-item">
                                         <div class="z-comp-input" name="createReqVO$entrustedPurchasingUnit">
                                             <input type="text" value="${formEntity.entrustedPurchasingUnit!}">
@@ -329,6 +329,23 @@ styles=[ '/flow/css/formCommon.css','/OwCommon/OwCommon.css' ]>
                     </button>
                   </div>
                 </div>
+                <div class="qjsjxx-box">
+                  <table class="form-table-info">
+                    <tr style="height: 37px;">
+                      <td style="width: 4%;"></td>
+                      <td style="width: 12%;">比例</td>
+                      <td style="width: 12%;">应付金额</td>
+                      <td style="width: 12%;">支付金额</td>
+                      <td style="width: 12%;">支付时间</td>
+                      <td style="width: 12%;">预算编号</td>
+                      <td style="width: 12%;">发票金额</td>
+                      <td style="width: 12%;">开票日期</td>
+                      <td style="width: 12%;">支付编码</td>
+                    </tr>
+                    <tbody class="tbody tbodyQjsq">
+                    </tbody>
+                  </table>
+                </div>
             </div>
 
             <#if WORKFLOW.OPINION! !="">