diff --git a/src/views/material/basic/bmProject/index.vue b/src/views/material/basic/bmProject/index.vue
index 6f00558c..b89dbe4f 100644
--- a/src/views/material/basic/bmProject/index.vue
+++ b/src/views/material/basic/bmProject/index.vue
@@ -74,6 +74,7 @@
+
@@ -209,33 +210,45 @@
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
item.id == val)
@@ -657,6 +671,7 @@ export default {
this.form.proCenter = current.textcol1
this.form.impUnit = this.impUnitList.find(item => item.label == current.oname)?.value
this.form.proStatus = this.proStatusOpts.find(item => item.label == current.stat)?.value
+ this.form.actualEndDate = current.factEndDt
}
}
}
diff --git a/src/views/material/basic/bmUnit/index.vue b/src/views/material/basic/bmUnit/index.vue
index 9d586dd2..7d7e9f0b 100644
--- a/src/views/material/basic/bmUnit/index.vue
+++ b/src/views/material/basic/bmUnit/index.vue
@@ -47,7 +47,7 @@
>新建
-
+
{
- // 调用 validateNewPassword 校验
- const errorMessage=function(error) {
- if (error) {
- return error.message;
- } else {
- console.log('验证通过');
- }
- };
- validateNewPassword(null, value, errorMessage);
- }
- }).then(({ value }) => {
- confirmPassword(value).then(response => {
- this.$modal.msgSuccess('验证成功')
+ // this.$prompt('请输入密码,鉴别用户', '提示', {
+ // confirmButtonText: '确定',
+ // cancelButtonText: '取消',
+ // closeOnClickModal: false,
+ // inputPattern: /^.{8,16}$/,
+ // inputErrorMessage: '用户密码长度必须介于 8 和 16 之间',
+ // inputValidator: (value) => {
+ // // 调用 validateNewPassword 校验
+ // const errorMessage=function(error) {
+ // if (error) {
+ // return error.message;
+ // } else {
+ // console.log('验证通过');
+ // }
+ // };
+ // validateNewPassword(null, value, errorMessage);
+ // }
+ // }).then(({ value }) => {
+ // confirmPassword(value).then(response => {
+ // this.$modal.msgSuccess('验证成功')
this.handleUpdate(row)
- })
- }).catch(() => {
- })
+ // })
+ // }).catch(() => {
+ // })
},
confirmResetPwd(row){
- this.$prompt('请输入密码,鉴别用户', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- closeOnClickModal: false,
- inputPattern: /^.{8,16}$/,
- inputErrorMessage: '用户密码长度必须介于 8 和 16 之间',
- inputValidator: (value) => {
- // 调用 validateNewPassword 校验
- const errorMessage=function(error) {
- if (error) {
- return error.message;
- } else {
- console.log('验证通过');
- }
- };
- validateNewPassword(null, value, errorMessage);
- }
- }).then(({ value }) => {
- confirmPassword(value).then(response => {
- this.$modal.msgSuccess('验证成功')
+ // this.$prompt('请输入密码,鉴别用户', '提示', {
+ // confirmButtonText: '确定',
+ // cancelButtonText: '取消',
+ // closeOnClickModal: false,
+ // inputPattern: /^.{8,16}$/,
+ // inputErrorMessage: '用户密码长度必须介于 8 和 16 之间',
+ // inputValidator: (value) => {
+ // // 调用 validateNewPassword 校验
+ // const errorMessage=function(error) {
+ // if (error) {
+ // return error.message;
+ // } else {
+ // console.log('验证通过');
+ // }
+ // };
+ // validateNewPassword(null, value, errorMessage);
+ // }
+ // }).then(({ value }) => {
+ // confirmPassword(value).then(response => {
+ // this.$modal.msgSuccess('验证成功')
this.handleResetPwd(row)
- })
- }).catch(() => {
- })
+ // })
+ // }).catch(() => {
+ // })
},
/** 重置密码按钮操作 */
handleResetPwd(row) {