From c8e9849cb5f24848df0174c13bfbbff37bb08a5a Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:30 +0800
Subject: [PATCH] 维护
---
src/views/project/donationdetails/index.vue | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index a16ee2b..9b5f0ad 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -174,8 +174,8 @@
>
<el-row style="margin-top: 10px">
<el-col :span="6">
- <el-form-item label="鎹愮尞缂栧彿" prop="donorno">
- <el-input v-model="form.donorno" disabled />
+ <el-form-item label="鎹愮尞缂栧彿" prop="caseNo">
+ <el-input v-model="form.caseNo" disabled />
</el-form-item>
</el-col>
<el-col :span="6">
@@ -1428,7 +1428,7 @@
width="90"
prop="organno"
/> -->
- <el-table-column
+ <!-- <el-table-column
label="鍒嗛厤绯荤粺缂栧彿"
align="center"
width="120"
@@ -1440,7 +1440,7 @@
placeholder="鍒嗛厤绯荤粺缂栧彿"
/>
</template>
- </el-table-column>
+ </el-table-column> -->
<el-table-column
label="鍒嗛厤鎺ユ敹鏃堕棿"
align="center"
@@ -2205,7 +2205,7 @@
width="90"
prop="organno"
/> -->
- <el-table-column
+ <!-- <el-table-column
label="绯荤粺缂栧彿"
align="center"
width="120"
@@ -2217,7 +2217,7 @@
placeholder="绯荤粺缂栧彿"
/>
</template>
- </el-table-column>
+ </el-table-column> -->
<el-table-column
label="绉绘鍖婚櫌"
align="center"
@@ -2716,7 +2716,7 @@
infoid: 736,
drawer: false,
form: {
- donorno: "",
+ caseNo: "",
reporterno: "",
reporterphone: "",
name: "",
@@ -3654,7 +3654,7 @@
data.patientstate = data.patientstate.join(",");
// 鑾峰彇鎹愮尞缂栧彿
getDonationNumber(data).then(res => {
- this.form.donorno = res.msg;
+ this.form.caseNo = res.msg;
this.istb = true;
this.Processvalidation();
});
@@ -3879,7 +3879,7 @@
organno: value,
id: null,
infoid: this.infoid,
- donorno: this.form.donorno,
+ caseNo: this.form.caseNo,
organstate: 1
});
}
@@ -3949,7 +3949,7 @@
organno: value,
id: null,
infoid: this.infoid,
- donorno: this.form.donorno,
+ caseNo: this.form.caseNo,
organstate: "1"
});
}
@@ -4025,7 +4025,7 @@
organno: value,
id: null,
infoid: this.infoid,
- donorno: this.form.donorno,
+ caseNo: this.form.caseNo,
organstate: 1,
transplantstate: 1
});
@@ -4361,9 +4361,7 @@
row.reallocationreason =
"宸查噸鏂板垎閰�,鍘熷垎閰嶄俊鎭�(濮撳悕:" +
row.name +
- "銆佺郴缁熺紪鍙�:" +
- row.caseno +
- "銆佹帴鏀舵椂闂�:" +
+ "銆佹帴鏀舵椂闂�:" +
row.applicanttime +
")";
row.name = null;
--
Gitblit v1.9.3