浏览代码

修改bug

chenrui 1 年之前
父节点
当前提交
c230088c1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchasingManagement/purchaseOrderNew/edit.vue

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

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