|
|
@@ -22,7 +22,7 @@
|
|
|
</view>
|
|
|
<!-- 分类和花材图片 -->
|
|
|
<view class="all-item-area">
|
|
|
- <rightGoods v-if="currentProperty == 0" :customId.sync="customId" :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId"> </rightGoods>
|
|
|
+ <rightGoods v-if="currentProperty == 0" :customId.sync="customId" :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId" :changeFlower="changeFlower"> </rightGoods>
|
|
|
<rightItem v-else :customId.sync="customId" :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId"> </rightItem>
|
|
|
</view>
|
|
|
<!-- 按钮操作 -->
|
|
|
@@ -63,7 +63,8 @@ export default {
|
|
|
customId:0,
|
|
|
currentJobType:'bill',
|
|
|
currentJobId:0,
|
|
|
- hasChooseCustomer:true
|
|
|
+ hasChooseCustomer:true,
|
|
|
+ changeFlower:2
|
|
|
}
|
|
|
},
|
|
|
computed: {
|