|
@@ -836,6 +836,7 @@ export default {
|
|
|
isOld: this.formData.isReturnOld,
|
|
|
ids: this.oldList.map(o => o.id),
|
|
|
storageStockId: this.formData.storageStockId,
|
|
|
+ storageStockName: this.storageList.find(o => o.storageId == this.formData.storageStockId).storageName,
|
|
|
}).then(res => {
|
|
|
this.$message({ type: 'success', message: `${this.formDialogTitles[this.formDialogType]}成功!` })
|
|
|
cancel('list')
|