feat: 增加金额相关四个字段

This commit is contained in:
砂糖
2025-08-12 15:46:40 +08:00
parent 41be099458
commit 32bc76b2cb
4 changed files with 34 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-select filterable v-model="_customerId" remote remote-method="remoteSearchCustomer" :loading="customerLoading" placeholder="请选择客户">
<el-select filterable v-model="_customerId" remote :remote-method="remoteSearchCustomer" :loading="customerLoading" placeholder="请选择客户">
<el-option v-for="item in customerList" :key="item.customerId" :label="item.name" :value="item.customerId" />
</el-select>
</template>