@@ -145,7 +145,7 @@ export default {
this.$emit('close')
this.resetSearchForm()
} else {
- this.filePath = location.protocol + '//' + location.host + (this.goodFlag == 1 ? '/templ/收货产品(良品)模板.xlsx' : '/templ/收货产品(不良品)模板.xlsx')
+ this.filePath = location.protocol + '//' + location.host + (this.goodFlag == 1 ? '/templ/收货产品(其它)模板.xlsx' : '/templ/收货产品(不良品)模板.xlsx')
}
@@ -146,7 +146,7 @@ export default {
this.paramsData = null
this.$refs.importUpload.setFileList('')
}else{
- this.filePath = location.protocol + '//' +location.host + (this.goodFlag==1 ? '/templ/销售退货(良品)产品明细模板.xlsx' : '/templ/销售退货(不良品)产品明细模板.xlsx')
+ this.filePath = location.protocol + '//' +location.host + (this.goodFlag==1 ? '/templ/销售退货(其它)产品明细模板.xlsx' : '/templ/销售退货(不良品)产品明细模板.xlsx')