diff --git a/src/views/emis/EmisBaseTools/CountryPicker.vue b/src/views/emis/EmisBaseTools/CountryPicker.vue index 2078fb8e..842f7127 100644 --- a/src/views/emis/EmisBaseTools/CountryPicker.vue +++ b/src/views/emis/EmisBaseTools/CountryPicker.vue @@ -8,6 +8,7 @@ :remote-method="remoteDebounce" v-model="svalue" :placeholder="placeholder" + auto-complete="new-password" @blur="onBlur" @change="onChange" @@ -49,7 +50,7 @@ value(newVal,oldVal) { // 逻辑 有初始值先查询初值 // if(this.value!=null){ - + this.svalue=this.value; this.queryData(null,this.svalue); // } diff --git a/src/views/emis/emisTmsScanRecord/signAndRecord.vue b/src/views/emis/emisTmsScanRecord/signAndRecord.vue index c8bb4ca5..7366063e 100644 --- a/src/views/emis/emisTmsScanRecord/signAndRecord.vue +++ b/src/views/emis/emisTmsScanRecord/signAndRecord.vue @@ -5,6 +5,9 @@ + + {{ $t('派件员') }} + @@ -552,6 +555,10 @@ export default { this.$message.error("请先选择签收人"); return; } + if(!this.form.dispatchManCode){ + this.$message.error("请先选择派件员"); + return; + } if(this.dataMap[this.form.billCode]){ this.$message.error("重复扫描"); this.playNoticeTone(1); diff --git a/src/views/emis/emisUser/editForm.vue b/src/views/emis/emisUser/editForm.vue index 32393078..aab1b7d6 100644 --- a/src/views/emis/emisUser/editForm.vue +++ b/src/views/emis/emisUser/editForm.vue @@ -17,7 +17,7 @@ - + @@ -33,7 +33,14 @@ - + @@ -344,6 +351,39 @@ export default { }); } }, + changAttr(e, type) { + if (type === 'focus') { + if (e) { + e.stopPropagation(); + e.preventDefault(); + } + setTimeout(() => { + this.readonly = false; + }, 100); + } else { + if (e) { + e.stopPropagation(); + } + this.readonly = true; + } + }, + clickEvt() { + if (this.$refs.password) { + // this.$refs.password.$refs.input.onmousedown = (evt) => { + // if (evt) { + // evt.preventDefault(); + // evt.stopPropagation(); + // } + // if (this.ruleForm.password === '' || this.readonly) { + // this.$refs.password.$refs.input.blur(); + // setTimeout(() => { + // this.$refs.password.$refs.input.focus(); + // }, 0); + // } + // return false; + // }; + } + }, // 取消按钮 cancel() { this.reset(); @@ -467,4 +507,8 @@ export default { font-size: 12px!important; font-weight: bold!important; } + + .no-autofill-pwd{ + -webkit-text-security: disc !important; + } diff --git a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue index f95967be..897ddab0 100644 --- a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue +++ b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue @@ -12,16 +12,6 @@ - - - - - - - - - - @@ -30,6 +20,17 @@ + + + + + + + + + + + @@ -38,6 +39,7 @@ @@ -142,8 +144,8 @@ -