|
|
@@ -719,7 +719,7 @@
|
|
|
<el-form-item
|
|
|
:prop="'datasource.' + scope.$index + '.quoteWay'"
|
|
|
:rules="{
|
|
|
- required: true,
|
|
|
+ required: false,
|
|
|
message: '请选择报价方式',
|
|
|
trigger: 'change'
|
|
|
}">
|
|
|
@@ -745,7 +745,7 @@
|
|
|
<el-form-item
|
|
|
:prop="'datasource.' + scope.$index + '.discountRatio'"
|
|
|
:rules="{
|
|
|
- required: isDiscount == 1 ? true : false,
|
|
|
+ required: false,
|
|
|
message: '请输入折让比例',
|
|
|
trigger: 'change'
|
|
|
}"
|
|
|
@@ -1318,7 +1318,7 @@
|
|
|
prop: 'quoteWay',
|
|
|
label: '报价方式',
|
|
|
slot: 'quoteWay',
|
|
|
- headerSlot: 'headerQuoteWay',
|
|
|
+ // headerSlot: 'headerQuoteWay',
|
|
|
align: 'center'
|
|
|
},
|
|
|
];
|
|
|
@@ -1525,7 +1525,7 @@
|
|
|
align: 'center',
|
|
|
isNone: !this.isDiscount,
|
|
|
slot: 'discountRatio',
|
|
|
- headerSlot: 'headerDiscountRatio'
|
|
|
+ // headerSlot: 'headerDiscountRatio'
|
|
|
},
|
|
|
{
|
|
|
width: 160,
|