Moss преди 1 година
родител
ревизия
d81a989e30
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/mallManagement/order/sales_return_order_list/index.vue

+ 1 - 0
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -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')