瀏覽代碼

修改导入url

Qukatie 1 月之前
父節點
當前提交
01c2da42dc
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;