| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <!-- 少 --> |
| | | <el-col :span="8"> |
| | | <el-form-item label="收款人"> |
| | | <el-col :span="8" v-if="['receivable', 'payable'].includes(type)"> |
| | | <el-form-item :label="type === 'receivable' ? '收款人' : '付款人'"> |
| | | <el-input v-model="formData.payee" /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8" v-if="type == 'payable'"> |
| | | <el-form-item label="收款后待付金额"> |
| | | <el-form-item label="付款后待付金额"> |
| | | <el-input v-model="formData.remainingPendingAmount" disabled class="remaining-input" /> |
| | | </el-form-item> |
| | | </el-col> |