diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
index 889b09dc..dcc3ef14 100644
--- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
+++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
@@ -128,7 +128,7 @@
-
-
+
{{ getWorkType(scope.row.workType) }}
@@ -146,7 +146,7 @@
- 修改
删除
@@ -187,15 +187,15 @@
-
+
-
-
@@ -259,8 +259,7 @@
-
-
+
{
- let url = '';
- form.value.identificationCard = form.value.certificatePhoto1 && form.value.certificatePhoto2 && form.value.faceImage ? "yes" : ''
+ let url = '';
if (type == 1) {
- url = form.value.certificatePhoto1;
+ url = form.value.cardImgPos;
if (url) {
url = location.origin + url;
//url="http://62.234.3.186/statics/2025/01/19/4491f170cd1609142f9a6f097cbf681f_20250119000046A004.jpg"
@@ -485,7 +483,7 @@ function doImageUpload(type) {
}
} else if (type == 2) {
/*
- url=form.value.certificatePhoto2;
+ url=form.value.cardImgInv;
if(url){
url=location.origin+url;
//url="https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/a8014c086e061d95103a068779f40ad162d9ca14.jpg"
@@ -725,6 +723,7 @@ function handleAdd() {
form.value.projectName = userStore.currentProName;
form.value.nation = data.nationOpts[0];
form.value.sex = "0";
+ form.value.userPost="";
loading.value=false;
});
}
@@ -754,8 +753,8 @@ function handleUpdate(row) {
obj.bankName = obj.info.bankName;
obj.bankCardNo = obj.info.bankCardNo;
obj.bankOffice = obj.info.bankOffice;
- obj.certificatePhoto1 = obj.info.certificatePhoto1;
- obj.certificatePhoto2 = obj.info.certificatePhoto2;
+ obj.cardImgPos = obj.info.cardImgPos;
+ obj.cardImgInv = obj.info.cardImgInv;
obj.faceImage = obj.userPicture;
obj.educationalType = obj.degreeGrade
obj.userPost=obj.userPost;
@@ -864,8 +863,8 @@ function showEditUser(user) {
form.value.certificateType = user.cardType;
form.value.certificateCode = user.cardCode;
form.value.faceImage = user.userPicture;
- form.value.certificatePhoto1 = user.cardImgPos;
- form.value.certificatePhoto2 = user.cardImgInv;
+ form.value.cardImgPos = user.cardImgPos;
+ form.value.cardImgInv = user.cardImgInv;
form.value.nation = info.nation;
form.value.sex = user.sex;
@@ -888,6 +887,7 @@ function imgUrl(url) {
}
/** 提交按钮 */
function submitForm() {
+ debugger
proxy.$refs["proProjectInfoSubdeptsUsersRef"].validate(valid => {
if (valid) {
let depts = data.subdepts.filter(d => d.id == form.value.subDeptId);
@@ -902,8 +902,8 @@ function submitForm() {
bankName: form.value.bankName,
bankCardNo: form.value.bankCardNo,
bankOffice: form.value.bankOffice,
- certificatePhoto1: form.value.certificatePhoto1,
- certificatePhoto2: form.value.certificatePhoto2
+ cardImgPos: form.value.cardImgPos,
+ cardImgInv: form.value.cardImgInv
};
let postData = {
comId: form.value.comId,
diff --git a/yanzhu-ui-vue3/src/views/trouble/problemmodifyDraft/index.vue b/yanzhu-ui-vue3/src/views/trouble/problemmodifyDraft/index.vue
index a9b970ad..c1fc3303 100644
--- a/yanzhu-ui-vue3/src/views/trouble/problemmodifyDraft/index.vue
+++ b/yanzhu-ui-vue3/src/views/trouble/problemmodifyDraft/index.vue
@@ -404,8 +404,7 @@ getUserTree();
}
}
- .td-select {
- .el-select {
+ .td-select { .el-select {
width: 100%;
}
}