| | |
| | | </el-table-column> |
| | | <el-table-column prop="totalAmount" label="鎶ヤ环閲戦" width="120"> |
| | | <template #default="scope"> |
| | | 楼{{ scope.row.totalAmount.toFixed(3) }} |
| | | 楼{{ scope.row.totalAmount.toFixed(4) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="鎿嶄綔" width="200" fixed="right" align="center"> |
| | |
| | | <el-table-column prop="unitPrice" label="鍗曚环"> |
| | | <template #default="scope"> |
| | | <el-form-item :prop="`products.${scope.$index}.unitPrice`" class="product-table-form-item"> |
| | | <el-input-number v-model="scope.row.unitPrice" :min="0" :precision="3" style="width: 100%" /> |
| | | <el-input-number v-model="scope.row.unitPrice" :min="0" :precision="4" style="width: 100%" /> |
| | | </el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <!-- <el-tag :type="getStatusType(currentQuotation.status)">{{ currentQuotation.status }}</el-tag>--> |
| | | <!-- </el-descriptions-item>--> |
| | | <el-descriptions-item label="鎶ヤ环鎬婚" :span="2"> |
| | | <span style="font-size: 18px; color: #e6a23c; font-weight: bold;">楼{{ currentQuotation.totalAmount?.toFixed(3) }}</span> |
| | | <span style="font-size: 18px; color: #e6a23c; font-weight: bold;">楼{{ currentQuotation.totalAmount?.toFixed(4) }}</span> |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | |
| | |
| | | <el-table-column prop="unit" label="鍗曚綅" /> |
| | | <el-table-column prop="unitPrice" label="鍗曚环"> |
| | | <template #default="scope"> |
| | | 楼{{ scope.row.unitPrice.toFixed(3) }} |
| | | 楼{{ scope.row.unitPrice.toFixed(4) }} |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |