|
@@ -71,6 +71,7 @@
|
|
style="margin-left: 5px"
|
|
style="margin-left: 5px"
|
|
class="button-warning"
|
|
class="button-warning"
|
|
@click="openGuideModal=true"
|
|
@click="openGuideModal=true"
|
|
|
|
+ v-if="$hasPermissions('B_inventoryWarningProductImport')"
|
|
id="inventoryWarningList-import-btn">导入产品</a-button>
|
|
id="inventoryWarningList-import-btn">导入产品</a-button>
|
|
<span style="margin-left: 5px" v-if="$hasPermissions('B_inventoryWarningBatchSave')">
|
|
<span style="margin-left: 5px" v-if="$hasPermissions('B_inventoryWarningBatchSave')">
|
|
<template v-if="rowSelectionInfo&&rowSelectionInfo.selectedRowKeys.length>0">{{ `已选 ${rowSelectionInfo.selectedRowKeys.length} 项` }}</template>
|
|
<template v-if="rowSelectionInfo&&rowSelectionInfo.selectedRowKeys.length>0">{{ `已选 ${rowSelectionInfo.selectedRowKeys.length} 项` }}</template>
|
|
@@ -178,7 +179,7 @@ import ProductType from '../../common/productType.js'
|
|
import ProductBrand from '../../common/productBrand.js'
|
|
import ProductBrand from '../../common/productBrand.js'
|
|
import importGuideModal from './importGuideModal.vue'
|
|
import importGuideModal from './importGuideModal.vue'
|
|
export default {
|
|
export default {
|
|
- name: 'InventoryWarning',
|
|
|
|
|
|
+ name: 'InventoryWarningList',
|
|
components: { STable, VSelect, ProductType, ProductBrand, importGuideModal },
|
|
components: { STable, VSelect, ProductType, ProductBrand, importGuideModal },
|
|
mixins: [commonMixin],
|
|
mixins: [commonMixin],
|
|
data () {
|
|
data () {
|