lilei 2 年之前
父節點
當前提交
dfa63281a0
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 1 1
      public/version.json
  2. 4 2
      src/views/inventoryManagement/inventoryWarning/importGuideModal.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1675411073059
+  "version": 1675412041483
 }

+ 4 - 2
src/views/inventoryManagement/inventoryWarning/importGuideModal.vue

@@ -16,8 +16,9 @@
           </div>
           <ul>
             <li>1)导入的Excel文件中必须包含名称为“产品编码”、"在途数(个)”、“最大库存数(个)”、“最小库存数(个)”的列,且名称必须相同,其他列可自定义,不影响数据导入</li>
+            <li><a-icon type="download" /><a :href="templUrl">下载导入模板</a></li>
           </ul>
-          <a-button type="link" icon="download" style="padding: 0 0 0 23px;" @click="handleExport">下载导入模板</a-button>
+          <!-- <a-button type="link" icon="download" style="padding: 0 0 0 23px;" @click="handleExport">下载导入模板</a-button> -->
         </div>
         <div class="explain-item">
           <div class="explain-tit">
@@ -84,7 +85,8 @@ export default {
       paramsData: null,
       uploadParams: {
         savePathType: 'local'
-      }
+      },
+      templUrl: location.host + '/templ/库存预警产品导入模板.xlsx'
     }
   },
   methods: {