|
@@ -248,15 +248,16 @@
|
|
|
type="view"
|
|
type="view"
|
|
|
></typeList>
|
|
></typeList>
|
|
|
|
|
|
|
|
- <headerTitle
|
|
|
|
|
- title="收款计划"
|
|
|
|
|
- style="margin-top: 30px"
|
|
|
|
|
- ></headerTitle>
|
|
|
|
|
- <PaymentCollectionPlan
|
|
|
|
|
- ref="paymentCollectionPlanRef"
|
|
|
|
|
- menu="sale"
|
|
|
|
|
- type="view"
|
|
|
|
|
- ></PaymentCollectionPlan>
|
|
|
|
|
|
|
+ <div v-if="form.needProduce != 2 && form.needProduce != 4" style="margin-top: 30px">
|
|
|
|
|
+ <headerTitle
|
|
|
|
|
+ title="收款计划"
|
|
|
|
|
+ ></headerTitle>
|
|
|
|
|
+ <PaymentCollectionPlan
|
|
|
|
|
+ ref="paymentCollectionPlanRef"
|
|
|
|
|
+ menu="sale"
|
|
|
|
|
+ type="view"
|
|
|
|
|
+ ></PaymentCollectionPlan>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-show="activeComp == '1'">
|
|
<div v-show="activeComp == '1'">
|
|
|
<bomList :tableList="orderBomList2"></bomList>
|
|
<bomList :tableList="orderBomList2"></bomList>
|