Kaynağa Gözat

修改整体统计中合同统计按日期范围选择

余思翰 6 ay önce
ebeveyn
işleme
3082995f8b

+ 2
- 1
oa-ui/src/views/flowable/form/work/declareForm.vue Dosyayı Görüntüle

2
  * @Author: ysh
2
  * @Author: ysh
3
  * @Date: 2024-08-16 09:16:36
3
  * @Date: 2024-08-16 09:16:36
4
  * @LastEditors: Please set LastEditors
4
  * @LastEditors: Please set LastEditors
5
- * @LastEditTime: 2024-10-21 16:10:50
5
+ * @LastEditTime: 2025-02-17 14:11:13
6
 -->
6
 -->
7
 <template>
7
 <template>
8
   <div>
8
   <div>
253
               this.form.formId = this.taskForm.formId;
253
               this.form.formId = this.taskForm.formId;
254
               addDeclare(this.form);
254
               addDeclare(this.form);
255
             }
255
             }
256
+            console.log(this.taskForm);
256
             const params = { taskId: this.taskForm.taskId };
257
             const params = { taskId: this.taskForm.taskId };
257
             getNextFlowNode(params).then(() => {
258
             getNextFlowNode(params).then(() => {
258
               this.handleComplete(this.taskForm);
259
               this.handleComplete(this.taskForm);

+ 448
- 328
oa-ui/src/views/statistics/components/contractStatistics.vue
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 4
- 4
oa-ui/src/views/statistics/components/topHead.vue Dosyayı Görüntüle

226
         this.getProjectYearSub(this.year);
226
         this.getProjectYearSub(this.year);
227
       }
227
       }
228
       if (Object.keys(this.cDatas).length !== 0) {
228
       if (Object.keys(this.cDatas).length !== 0) {
229
-        this.contractAmount = this.cDatas.amount[0];
230
-        this.contractCwAmount = this.cDatas.cwAmount[0];
231
-        this.contractSource = this.cDatas.source[0];
232
-        this.contractYear = this.cDatas.year[0];
229
+        this.contractAmount = this.cDatas.yearAmount[0];
230
+        this.contractCwAmount = this.cDatas.sourceAmount[0];
231
+        this.contractSource = this.cDatas.sourceCount[0];
232
+        this.contractYear = this.cDatas.yearCount[0];
233
         this.getContractYearSub(this.contractYear);
233
         this.getContractYearSub(this.contractYear);
234
       }
234
       }
235
       if (Object.keys(this.dDatas).length !== 0) {
235
       if (Object.keys(this.dDatas).length !== 0) {

Loading…
İptal
Kaydet