|
@@ -626,14 +626,14 @@
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
type="number"
|
|
type="number"
|
|
|
:min="0"
|
|
:min="0"
|
|
|
- :disabled="quoteType === 2"
|
|
|
|
|
|
|
+
|
|
|
@input="handleCountChange(scope.row, scope.$index)"
|
|
@input="handleCountChange(scope.row, scope.$index)"
|
|
|
>
|
|
>
|
|
|
<template slot="append">
|
|
<template slot="append">
|
|
|
<el-select
|
|
<el-select
|
|
|
v-model="scope.row[countObj.unitIdKey]"
|
|
v-model="scope.row[countObj.unitIdKey]"
|
|
|
style="width: 80px"
|
|
style="width: 80px"
|
|
|
- @change="changeCount(scope.row, scope.$index)"
|
|
|
|
|
|
|
+ @change="handleCountChange(scope.row, scope.$index)"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
:label="item.conversionUnit"
|
|
:label="item.conversionUnit"
|