|
|
@ -108,13 +108,13 @@ |
|
|
|
|
|
|
|
<view class="item" v-for="(v,k) in formData.plantPurchaseSubList" :key="k"> |
|
|
|
<view class="info"> |
|
|
|
<text>{{v.goodsName}}</text> |
|
|
|
<text :data-unit="v.goodsSpecification">{{v.detailedType}}</text> |
|
|
|
<text>{{v.detailedParentName}}</text> |
|
|
|
<text :data-unit="v.goodsSpecification">{{v.goodsName}}</text> |
|
|
|
<text class="plant-shanchu" @click="formData.plantPurchaseSubList.splice(k,1)">删除</text> |
|
|
|
</view> |
|
|
|
<view class="company"> |
|
|
|
<text style="--c:#707070;flex-shrink: 0;">{{v.supplier}}</text> |
|
|
|
<text style="--c:#FBA83C;flex-grow:1;text-align:center;">{{v.detailedParentName}}</text> |
|
|
|
<text style="--c:#FBA83C;flex-grow:1;text-align:center;">{{v.detailedType}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-empty v-if="formData.plantPurchaseSubList.length==0" width="70%" text=' ' icon="/static/noData.png"/> |
|
|
|