@@ -394,6 +394,7 @@
<template slot-scope="scope">
<el-input
v-model="scope.row.realDirectTransferQty"
+ :disabled="!scope.row.isDirectTransfer"
size="small"
type="number"
@mousewheel.native.prevent