|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin-left: auto;">
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="giveUp()" :loading="submitLoading"
|
|
|
|
|
style="margin-right: 8px;border-radius: 5%;" :disabled="this.detailList.length == 0"
|
|
|
|
|
style="margin-right: 8px;border-radius: 5%;" :disabled="parentCode || this.detailList.length == 0"
|
|
|
|
|
>清空
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
|
|
|
|
@ -352,7 +352,7 @@
|
|
|
|
|
},
|
|
|
|
|
popCloseDialog() {
|
|
|
|
|
this.popDialogVisible = false;
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( this.bhxjsl === this.syxjsl){
|
|
|
|
|
this.$confirm("该层级已录入完成, 是否关闭?", "提示", {
|
|
|
|
@ -367,7 +367,7 @@
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
},
|
|
|
|
|
//添加条码
|
|
|
|
|
addCode() {
|
|
|
|
|