|
|
@ -469,7 +469,7 @@ export default { |
|
|
|
dialogSignVisible: false, |
|
|
|
passForm: { |
|
|
|
password: '', |
|
|
|
signDate: new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate() |
|
|
|
signDate: this.formatter.dateFormat('YYYY-MM-dd') |
|
|
|
}, |
|
|
|
isBatchSign: false, // 标记是否为批量签名 |
|
|
|
listCopy: [], |
|
|
@ -1048,11 +1048,6 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
qianming() { |
|
|
|
// 锅炉制造科室人员发送报告不输入签名密码 |
|
|
|
if (this.$store.getters.departmentId === 74) { |
|
|
|
this.sign() |
|
|
|
return |
|
|
|
} |
|
|
|
this.api({ |
|
|
|
url: '/user/validationPwd', |
|
|
|
method: 'post', |
|
|
|