|
|
@ -886,20 +886,10 @@ export default {
|
|
|
|
if (data.data && data.data.billNo) {
|
|
|
|
if (data.data && data.data.billNo) {
|
|
|
|
this.orderFormData.billNo = data.data.billNo;
|
|
|
|
this.orderFormData.billNo = data.data.billNo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
// 强制刷新组件
|
|
|
|
this.printMutiCodeResult(data.data.vailCodeResultResponses)
|
|
|
|
this.isCodeAlive = false;
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
this.isBizDetailAlive = false;
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
this.isCodeDetailAlive = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
|
|
|
this.isCodeAlive = true;
|
|
|
|
|
|
|
|
this.isBizDetailAlive = true;
|
|
|
|
|
|
|
|
this.isCodeDetailAlive = true;
|
|
|
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
|
|
|
this.$message.success("上传成功!");
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(data.message);
|
|
|
|
this.$message.error(data.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|