|
@@ -542,7 +542,7 @@
|
|
|
<el-input
|
|
|
:readonly="title == '详情'"
|
|
|
class="inpt"
|
|
|
- v-model="scope.row.contractQty"
|
|
|
+ v-model.number="scope.row.contractQty"
|
|
|
size="mini"
|
|
|
clearable
|
|
|
></el-input>
|
|
@@ -560,7 +560,7 @@
|
|
|
<el-input
|
|
|
:readonly="title == '详情'"
|
|
|
class="inpt"
|
|
|
- v-model="scope.row.contractPrice"
|
|
|
+ v-model.number="scope.row.contractPrice"
|
|
|
size="mini"
|
|
|
clearable
|
|
|
></el-input>
|
|
@@ -600,7 +600,7 @@
|
|
|
<el-input
|
|
|
:readonly="title == '详情'"
|
|
|
class="inpt"
|
|
|
- v-model="scope.row.dataQty"
|
|
|
+ v-model.number="scope.row.dataQty"
|
|
|
size="mini"
|
|
|
clearable
|
|
|
></el-input>
|