|
|
@@ -212,6 +212,7 @@ export default {
|
|
|
this.price = res.data.mainPay ? Number(res.data.mainPay) : 0
|
|
|
this.$refs.toPayRef.open('center')
|
|
|
}else{
|
|
|
+ this.removeFromSaveDirect()
|
|
|
//开单完成之后更新花材库存
|
|
|
this.$emit('rightItemRefresh')
|
|
|
uni.showToast({ title: '操作成功', duration: 1000 })
|