|
@@ -65,7 +65,7 @@
|
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
|
<!-- 平均公斤单价 -->
|
|
|
- <a-form-model-item label="平均公斤单价" prop="averagePrice" v-if="nowType=='export'&&$hasPermissions('B_salesDetail_costPrice')&&$hasPermissions('B_salesDetail_salesPrice')">
|
|
|
+ <a-form-model-item label="平均公斤单价" prop="averagePrice" v-if="nowType=='export'&&$hasPermissions('B_salesDetail_avgprice')">
|
|
|
<a-radio-group v-model="form.averagePrice">
|
|
|
<a-radio :value="1">导出</a-radio>
|
|
|
<a-radio :value="0">不导出</a-radio>
|