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