lilei 1 рік тому
батько
коміт
f0f520d4b3

BIN
public/templ/收货产品(良品)模板.xlsx → public/templ/收货产品(其它)模板.xlsx


BIN
public/templ/销售退货(良品)产品明细模板.xlsx → public/templ/销售退货(其它)产品明细模板.xlsx


+ 1 - 1
src/views/salesReturnManagement/receiveCheck/importGuideModal.vue

@@ -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')
       }
     }
   }

+ 1 - 1
src/views/salesReturnManagement/salesReturn/importGuideModal.vue

@@ -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')
       }
     }
   }