|
@@ -201,7 +201,7 @@
|
|
|
<view>以上花材,您开单价和系统售价不一样,确认提交吗?</view>
|
|
<view>以上花材,您开单价和系统售价不一样,确认提交吗?</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="text-align:center;margin-top:30upx;width:100%;">
|
|
<view style="text-align:center;margin-top:30upx;width:100%;">
|
|
|
- <button class="admin-button-com middle default">返回修改</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com middle default" @click="returnCheck()">返回修改</button>
|
|
|
<button style="margin-left:20upx;" @click="diffPriceConfirm()" class="admin-button-com middle blue">确认提交</button>
|
|
<button style="margin-left:20upx;" @click="diffPriceConfirm()" class="admin-button-com middle blue">确认提交</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -478,6 +478,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
+ returnCheck(){
|
|
|
|
|
+ this.$refs.diffPriceRef.close()
|
|
|
|
|
+ },
|
|
|
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}})
|
|
|
},
|
|
},
|