|
|
@@ -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;
|