fix: Bug #420 检验申请单项目列表显示售价/单位 | Bug #422 检查申请单项目列表显示单价/单位 | Bug #425 检查申请申请单号显示自动生成

This commit is contained in:
2026-04-23 21:33:55 +08:00
parent 988c17cd30
commit 278676957e
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
<el-row :gutter="12">
<el-col :span="8">
<el-form-item label="申请单号" prop="applyNo">
<el-input v-model="form.applyNo" readonly />
<el-input v-model="form.applyNo" readonly placeholder="自动生成" />
</el-form-item>
</el-col>
<el-col :span="8">
@@ -312,7 +312,7 @@
>
{{ item.name }}
</el-checkbox>
<span class="item-price">¥{{ item.price }}</span>
<span class="item-price">¥{{ item.price }}/{{ item.unit || "次" }}</span>
</div>
</el-collapse-item>
</el-collapse>