fix: 代客下单可选套餐确定无法点击,优惠价格计算

This commit is contained in:
2025-03-11 11:30:02 +08:00
parent 8bec7f1f6c
commit 4e956987d5
8 changed files with 258 additions and 105 deletions

View File

@@ -6,7 +6,7 @@
:model="queryForm"
:rules="queryRules"
label-position="left"
label-width="80px"
label-width="100px"
>
<el-row>
<el-form-item label="类型">
@@ -37,7 +37,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="入库时间" prop="inOutDate">
<el-form-item label="入库时间" prop="inOutDate">
<el-date-picker
v-model="queryForm.inOutDate"
type="date"