|
|
@@ -1368,7 +1368,7 @@ export default {
|
|
|
this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/order/import-item-name";
|
|
|
this.templateUrl = "/api/blade-sales-part/order/export-item-name";
|
|
|
} else if (name == "code") {
|
|
|
- this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/tire/center/warehouse/plan/import-item-code";
|
|
|
+ this.findObject(this.excelOption.column, "excelFile").action = "/api/blade-sales-part/tire/center/warehouse/plan/import-item-code/" + this.form.storageId;
|
|
|
this.templateUrl = "/api/blade-sales-part/tire/center/warehouse/plan/exportPlanTemplate";
|
|
|
}
|
|
|
this.excelBox = true;
|