From 24112d26079c0010f0baff217d9ddcd9dfb595b4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期日, 05 十一月 2023 17:31:05 +0800
Subject: [PATCH] 11
---
src/views/project/fund/performancedetails/index.vue | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/src/views/project/fund/performancedetails/index.vue b/src/views/project/fund/performancedetails/index.vue
index f50f441..5cddef8 100644
--- a/src/views/project/fund/performancedetails/index.vue
+++ b/src/views/project/fund/performancedetails/index.vue
@@ -118,14 +118,16 @@
</div></el-col
>
</el-row>
- <el-row v-if="userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'">
+ <el-row
+ v-if="userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'"
+ >
<el-col :span="3"
><div style="margin-bottom: 15px;">
<el-button
type="success"
icon="el-icon-edit-outline"
@click="Manualcalculationfn"
- >璁$畻鏄庣粏</el-button
+ >璁$畻涓◣</el-button
>
</div></el-col
>
@@ -245,6 +247,16 @@
: "鐐瑰嚮閫夋嫨"
}}</el-button
>
+ </template>
+ </el-table-column>
+ <el-table-column
+ prop="idcardno"
+ align="center"
+ label="韬唤璇佸彿"
+ width="200"
+ >
+ <template slot-scope="scope">
+ <el-input v-model="scope.row.idcardno" placeholder="韬唤璇佸彿" />
</template>
</el-table-column>
@@ -1170,6 +1182,14 @@
);
return;
}
+ if (tempDetail.idcardno == null) {
+ this.$modal.msgWarning(
+ "鏈嶅姟椤圭洰琛ㄤ腑锛岀" +
+ (k + 1).toString() +
+ "琛岀殑韬唤璇佹湭瀹屽杽锛岃鍏堝~鍐欒韩浠借瘉鍚庡啀鎻愪氦淇濆瓨锛�"
+ );
+ return;
+ }
if (this.businessType == "1") {
if (tempDetail.servicesscope == null) {
@@ -1778,6 +1798,10 @@
},
// 纭褰曞叆
BatchentryFn() {
+ console.log(this.rbDetails[0]);
+ if (!this.rbDetails[0].applytype) {
+ this.rbDetails = [];
+ }
this.checkedCities.forEach(item => {
let rowData = {
orderno: null,
--
Gitblit v1.9.3