修改订单管理优惠金额计算,修复订单退款时客座费部分退款问题

This commit is contained in:
2024-11-20 18:25:37 +08:00
parent d9cf881b62
commit 9969251050
4 changed files with 180 additions and 85 deletions

View File

@@ -2054,6 +2054,9 @@ export default {
if (this.order.status == "finish") {
return;
}
if(!this.table.tableId&&(this.order.list.length<=0&&this.order.old.list.length<=0)){
return ;
}
$setUser({
tableId: this.table.tableId,
masterId: this.masterId,
@@ -4510,6 +4513,13 @@ input[type="number"]::-webkit-outer-spin-button {
font-size: 20px;
font-weight: 600;
}
::v-deep input[aria-hidden="true"] {
display: none !important;
}
::v-deep .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
box-shadow: none !important;
}
::v-deep .categorys .el-tag--plain.el-tag--info {
border: 1px solid #dcdfe6;