|
@@ -10,7 +10,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 成品 -->
|
|
<!-- 成品 -->
|
|
|
<view class="all-item-area">
|
|
<view class="all-item-area">
|
|
|
- <rightGoods :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId" :changeCheckStock="checkStock"></rightGoods>
|
|
|
|
|
|
|
+ <rightGoods :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId" :changeCheckStock="checkStock" :changeFlower="flower"></rightGoods>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 按钮操作 -->
|
|
<!-- 按钮操作 -->
|
|
|
<view class="open-box">
|
|
<view class="open-box">
|
|
@@ -46,7 +46,8 @@ export default {
|
|
|
currentJobType:'selectMake',
|
|
currentJobType:'selectMake',
|
|
|
currentJobId:0,
|
|
currentJobId:0,
|
|
|
chooseCustomer:false,
|
|
chooseCustomer:false,
|
|
|
- checkStock:false
|
|
|
|
|
|
|
+ checkStock:false,
|
|
|
|
|
+ flower:1
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|