|
@@ -45,6 +45,9 @@
|
|
|
<view class="operate-view" v-else @click="gobackEvent"><text class="iconfont icongouwuche"></text>重选花材</view>
|
|
<view class="operate-view" v-else @click="gobackEvent"><text class="iconfont icongouwuche"></text>重选花材</view>
|
|
|
<view class="describe-view">共{{ selectList.length }}种,合计 ¥<text class="price">{{ allPrice }}</text></view>
|
|
<view class="describe-view">共{{ selectList.length }}种,合计 ¥<text class="price">{{ allPrice }}</text></view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="summary-bar">
|
|
|
|
|
+ <view class="operate-view" v-if="isScanEnv" @click="pageToItemList()"> <text class="iconfont iconzeng"></text>手动添加花材 </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -444,6 +447,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
gobackEvent () {
|
|
gobackEvent () {
|
|
|
this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: this.option.customId}})
|
|
this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: this.option.customId}})
|
|
|
|
|
+ },
|
|
|
|
|
+ pageToItemList() {
|
|
|
|
|
+ this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: this.option.customId}})
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|