|
@@ -45,7 +45,7 @@ export default {
|
|
isRole: !!~['auxiliaryMaterialsStorage'].indexOf(this?.$route?.name),
|
|
isRole: !!~['auxiliaryMaterialsStorage'].indexOf(this?.$route?.name),
|
|
name: '导入模板',
|
|
name: '导入模板',
|
|
render: () => {
|
|
render: () => {
|
|
- return this.importButton(websitPurchaseInImport, '导入模板')
|
|
|
|
|
|
+ return this.importButton(websitPurchaseInImport, '导入模板', { goodsType: this.storageType })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
],
|
|
@@ -74,7 +74,7 @@ export default {
|
|
isRole: !!~['partsStorage'].indexOf(this?.$route?.name),
|
|
isRole: !!~['partsStorage'].indexOf(this?.$route?.name),
|
|
name: '导入模板',
|
|
name: '导入模板',
|
|
render: () => {
|
|
render: () => {
|
|
- return this.importButton(websitPurchaseRetImport, '导入模板')
|
|
|
|
|
|
+ return this.importButton(websitPurchaseRetImport, '导入模板', { goodsType: this.storageType })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
],
|