@ -228,6 +228,7 @@ export default {
//分两种 一种已存在 一种未存在
let item = this.componentTables[(val)]
const foundTab = this.findTabByName(item.name)
if (foundTab) {
// 如果找到了,执行一些操作
@ -1,5 +1,5 @@
<template>
<!--<div>-->
<div>
<!-- <div style="display: flex; justify-content: space-between; align-items: center;" v-if="isLinkDisabled">-->
<!-- <div style="margin-left: auto;">-->
<!-- <span-->
@ -590,8 +590,8 @@ export default {
this.orderFormData.deptCode = tempData.deptCode
this.orderFormData.invCode = tempData.invCode
this.scanCode = "";
this.corpOrderIdDisabled = false;
this.result = ""
// this.corpOrderIdDisabled = false;
this.refreshCodesPanel()
},
//获取用户仓库列表
@ -1479,6 +1479,7 @@ export default {
}
});
this.focusInput()
//选入草稿单据
chooseDraftOrder() {
@ -348,7 +348,7 @@ export default {
this.loading = true;
this.filterQuery.workPlaceCode = this.workPlaceCode
this.filterQuery.busType = this.busType
this.filterQuery.fromCorp = this.fromCorp
// this.filterQuery.fromCorp = this.fromCorp
orderPage(this.filterQuery).then(res => {
this.loading = false