linwenxin 4 meses atrás
pai
commit
9e36e84f16

+ 2 - 1
src/views/salesPurchasing/merchandisePurchaseReturn/index.vue

@@ -140,7 +140,8 @@ export default {
         codeInfoList: [],
         storageId: '',
         storageName: '',
-        planItems: []
+        planItems: [],
+        isPlan: ''
       },
       activeName: 'goodsInfo',
       goods_material_id: '',

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

@@ -169,6 +169,7 @@ export default {
                                   this.joinCode = res.data.joinCode === 'CODE'
                                   this.formData.storageId = res.data.storageId
                                   this.formData.storageName = res.data.storageName
+                                  this.formData.isPlan = res.data.isPlan
                                   this.getWarehouseList(1)
                                   this.formData.items = res.data.items.map(item => ({
                                     brandId: item.brandId,