Browse Source

修改导入url

Qukatie 1 month ago
parent
commit
01c2da42dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

+ 2 - 2
src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

@@ -1258,10 +1258,10 @@ export default {
         return;
       }
       if (name == "名称") {
-        this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/order/import-item-name/" + this.form.storageId;
+        this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/tire/center/warehouse/stockDesc/import-item-name/" + this.form.storageId;
         this.templateUrl = "/api/blade-sales-part/tire/center/warehouse/stockDesc/exportStockNameTemplate";
       } else if (name == "code") {
-        this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/order/import-item-code/" + this.form.storageId;
+        this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/tire/center/warehouse/stockDesc/import-item-code/" + this.form.storageId;
         this.templateUrl = "/api/blade-sales-part/tire/center/warehouse/stockDesc/exportStockTemplate";
       }
       this.excelBox = true;