Browse Source

no message

pengyh 1 year ago
parent
commit
065327c67f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/salesPurchasing/mixins/common_form.js

+ 2 - 0
src/views/salesPurchasing/mixins/common_form.js

@@ -147,6 +147,8 @@ export default {
                               if (val) {
                                 goodsPurchaseDetail({ id: val, isQuery: true }).then(res => {
                                   this.joinCode = res.data.joinCode === "CODE"
+								  this.formData.storageId = res.data.storageId
+								  this.formData.storageName = res.data.storageName
                                   this.formData.items = res.data.items.map(item => ({
                                     brandId: item.brandId,
                                     brandName: item.brandName,