调整
This commit is contained in:
@@ -463,9 +463,11 @@
|
||||
this.getList(data, this.mallList[this.loadMallIndex].mallId, this.mallList[this.loadMallIndex].mallName, 1)
|
||||
} else {
|
||||
this.isLoading = false
|
||||
this.isDlgLoading = false
|
||||
Message.success("所有店铺备货单已加载完成")
|
||||
}
|
||||
} else {
|
||||
this.isLoading = false
|
||||
this.isDlgLoading = false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<el-table-column slot="options" label="操作" width="80px" v-if="!isBegin" show-overflow-tooltip align="center" fixed="right">
|
||||
<template slot-scope="{ row }">
|
||||
<div class="table-options">
|
||||
<el-button type="text" @click="remove(row.subPurchaseOrderSn)">移除</el-button>
|
||||
<el-button type="text" @click="remove(row.subPurchaseOrderBasicVO.subPurchaseOrderSn)">移除</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -331,9 +331,11 @@
|
||||
this.getList(data, this.mallList[this.loadMallIndex].mallId, this.mallList[this.loadMallIndex].mallName, 1)
|
||||
} else {
|
||||
this.isLoading = false
|
||||
this.isDlgLoading = false
|
||||
Message.success("所有店铺备货单已加载完成")
|
||||
}
|
||||
} else {
|
||||
this.isLoading = false
|
||||
this.isDlgLoading = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user