From 58a6f8f7989360ba3a284f010227f8c0382dd438 Mon Sep 17 00:00:00 2001
From: "271556543@qq.com" <271556543@qq.com>
Date: Mon, 5 Sep 2022 14:24:17 +0800
Subject: [PATCH] 2022.9.5
---
.../contract/components/detailContract.vue | 4 +-
src/views/contract/contractList.vue | 823 +++++++++---------
.../components/examineRegistration.vue | 3 +-
3 files changed, 432 insertions(+), 398 deletions(-)
diff --git a/src/views/contract/components/detailContract.vue b/src/views/contract/components/detailContract.vue
index eef8f80..11e54bf 100644
--- a/src/views/contract/components/detailContract.vue
+++ b/src/views/contract/components/detailContract.vue
@@ -68,7 +68,9 @@
@@ -60,82 +61,100 @@
预算金额
+ placeholder="最小金额"
+ style="width: 100px;"/>
-
+ placeholder="最大金额"
+ style="width: 100px;"/>
状态
-
-
-
-
-
+
+
+
+
- deleteContract(row.id)" @cellClick="showPaymentPlan" :cell-style="cellStyle" :show-summary="true" :summary-method="summary">
+ deleteContract(row.id)" @editor="">
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
deleteContract(scope.row.id)">
删除
+ type="error">删除
+
-
+
-
+
@@ -149,15 +168,16 @@
-
-
+
+
@@ -167,7 +187,7 @@
*项目类型
-
+
@@ -179,7 +199,7 @@
*采购形式
-
+
@@ -191,7 +211,7 @@
*采购类型
-
+
@@ -203,7 +223,7 @@
*合同预算价
-
+
@@ -213,8 +233,8 @@
*资金渠道
-
-
+
+
@@ -238,7 +258,7 @@
-
diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue
index a799865..2f25986 100644
--- a/src/views/finance/components/examineRegistration.vue
+++ b/src/views/finance/components/examineRegistration.vue
@@ -379,7 +379,7 @@ export default {
act_money:this.paymentRegistrationForm.actMoney,
status:1,
money_way_id:this.paymentRegistrationForm.moneyWay.toString(),
- contract_plan_links:this.paymentRegistrationForm.plan
+ contract_plan_act_links:this.paymentRegistrationForm.plan
}).then(res=>{
this.$emit('refresh')
this.isShow = false
@@ -409,6 +409,7 @@ export default {
if(sel){
this.paymentRegistrationForm.plan = sel.map(item => {
return {
+ contract_id:this.paymentRegistrationForm.id,
plan_id:item.id,
use_money:item.use_money,
new_money:item.money