|
|
@ -489,9 +489,6 @@ export default {
|
|
|
|
this.formData.corpOrderId = this.formData.corpOrderId.trim();
|
|
|
|
this.formData.corpOrderId = this.formData.corpOrderId.trim();
|
|
|
|
this.actionEnable = true;
|
|
|
|
this.actionEnable = true;
|
|
|
|
if (event == null) {
|
|
|
|
if (event == null) {
|
|
|
|
var inputer = document.getElementById("inputer");
|
|
|
|
|
|
|
|
this.formData.code = inputer.innerText.replace("\r", "");
|
|
|
|
|
|
|
|
inputer.focus();
|
|
|
|
|
|
|
|
} else event.target.select();
|
|
|
|
} else event.target.select();
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
if (this.$isBlank(this.formData.action)) {
|
|
|
|
if (this.$isBlank(this.formData.action)) {
|
|
|
@ -511,6 +508,7 @@ export default {
|
|
|
|
this.formData.corpOrderId = parseTime(date, '{y}{m}{d}{h}{i}{s}') + Math.ceil(Math.random() * 89 + 10);
|
|
|
|
this.formData.corpOrderId = parseTime(date, '{y}{m}{d}{h}{i}{s}') + Math.ceil(Math.random() * 89 + 10);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.formData.code = this.formData.code.trim();
|
|
|
|
this.formData.code = this.formData.code.trim();
|
|
|
|
|
|
|
|
console.log(this.formData.code);
|
|
|
|
if (this.$isBlank(this.formData.code)) return;
|
|
|
|
if (this.$isBlank(this.formData.code)) return;
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
|
|
|
|