1.修复采购计划页面无法输入采购数量问题

zhairh
x_z 2 years ago
parent 2517ddc762
commit 5c5bdc629d

@ -62,7 +62,7 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
:disabled=" scope.row.status==2" :disabled="scope.row.status !=2"
@click.native="newDistributionForm(scope.$index, scope.row)" @click.native="newDistributionForm(scope.$index, scope.row)"
>审核 >审核
</el-button </el-button

@ -172,7 +172,7 @@
type='number' type='number'
@change="tableCountChange(scope.row)" @change="tableCountChange(scope.row)"
:disabled="scope.row.index !== selectedIndex" :disabled="scope.row.index !== selectedIndex"
oninput="value=value.replace(/[^d]/g,'')"></el-input> oninput="value=value.replace(/[^\d]/g,'')"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column--> <!-- <el-table-column-->

Loading…
Cancel
Save