Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
c230088c1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/purchasingManagement/purchaseOrderNew/edit.vue

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/edit.vue

@@ -270,7 +270,7 @@ export default {
   },
   computed: {
     isDealerUp () {
-      return this.detail && this.detail.purchaseTargetType == 'DEALER_UP'
+      return this.detail && (this.detail.purchaseTargetType == 'DEALER_UP' || this.detail.purchaseTargetType == 'DEALER_SUPPLIER')
     },
     chooseColumns () {
       const _this = this