Pārlūkot izejas kodu

Merge branch 'master' of http://oa.sccehui.com:6101/cmc-coding/cmc-oa

lamphua 2 nedēļas atpakaļ
vecāks
revīzija
17aeaa0f48

+ 4
- 4
oa-ui/src/views/flowable/form/business/contractForm.vue Parādīt failu

@@ -2,7 +2,7 @@
2 2
  * @Author: ysh
3 3
  * @Date: 2024-05-10 15:31:57
4 4
  * @LastEditors: Please set LastEditors
5
- * @LastEditTime: 2025-05-28 14:47:35
5
+ * @LastEditTime: 2025-08-15 09:38:15
6 6
 -->
7 7
 <template>
8 8
   <div class="app-container">
@@ -127,8 +127,8 @@
127 127
           <p class="mb20 mt20"></p>
128 128
 
129 129
           <!-- 表2:合同回款计划  -->
130
-          <payment-table ref="paymentRef" :contractId="taskForm.formId" :amount="form.amount"
131
-            :taskName="taskName" @update:paymentList="updatePaymentList"></payment-table>
130
+          <payment-table ref="paymentRef" :contractId="taskForm.formId" :amount="form.amount" :taskName="taskName"
131
+            @update:paymentList="updatePaymentList"></payment-table>
132 132
 
133 133
           <el-form-item label="合同备注" prop="remark">
134 134
             <el-input v-model="form.remark" :autosize="{ minRows: 4 }" type="textarea" placeholder="请输入合同备注"
@@ -937,7 +937,7 @@ export default {
937 937
             for (let projectId of this.projectContractForm.projectIds) {
938 938
               await addProjectContract({ projectId: projectId, contractId: this.form.contractId });
939 939
             }
940
-            this.initForm();
940
+            this.formTotal = 1
941 941
           } else {
942 942
             this.$message.error("新增失败,请确认合同编码是否唯一");
943 943
           }

+ 2
- 2
oa-ui/src/views/flowable/form/business/subContract.vue Parādīt failu

@@ -2,7 +2,7 @@
2 2
  * @Author: ysh
3 3
  * @Date: 2024-05-10 15:31:57
4 4
  * @LastEditors: Please set LastEditors
5
- * @LastEditTime: 2025-01-15 11:27:31
5
+ * @LastEditTime: 2025-08-15 09:49:17
6 6
 -->
7 7
 <template>
8 8
   <div class="app-container">
@@ -856,7 +856,7 @@ export default {
856 856
           this.$modal.msgSuccess("表单新增成功");
857 857
           this.open = false;
858 858
           this.getList();
859
-          this.initForm();
859
+          this.formTotal = 1;
860 860
         });
861 861
         const subContractId = this.form.subContractId;
862 862
         this.chooseProjectList.forEach(item => {

Notiek ielāde…
Atcelt
Saglabāt