src/views/inventoryManagement/receiptManagement/components/formDiaManual.vue
@@ -54,7 +54,7 @@ <el-input-number :step="1" :min="0" style="width: 100%" v-model="scope.row.inboundNum" @change="() => calculateTotalPrice(scope.row)" /> </template> </el-table-column> <el-table-column label="每件数量/支" prop="boxNum" width="150"> <el-table-column label="每盒数量/支" prop="boxNum" width="150"> <template #default="scope"> <el-input-number :step="1" :min="0" style="width: 100%" v-model="scope.row.boxNum" @change="() => calculateTotalPrice(scope.row)" /> </template>