|
@@ -34,6 +34,7 @@
|
|
:step="1"
|
|
:step="1"
|
|
:precision="0"
|
|
:precision="0"
|
|
:max="99999999"
|
|
:max="99999999"
|
|
|
|
+ style="width:90%;"
|
|
@blur="editProductVal(record,'resultValue')"
|
|
@blur="editProductVal(record,'resultValue')"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
v-model="record.resultValue"
|
|
v-model="record.resultValue"
|
|
@@ -47,6 +48,7 @@
|
|
:step="1"
|
|
:step="1"
|
|
:precision="2"
|
|
:precision="2"
|
|
:max="99999999"
|
|
:max="99999999"
|
|
|
|
+ style="width:90%;"
|
|
@blur="editProductVal(record,'resultValue')"
|
|
@blur="editProductVal(record,'resultValue')"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
v-model="record.resultValue"
|
|
v-model="record.resultValue"
|
|
@@ -59,6 +61,7 @@
|
|
:step="1"
|
|
:step="1"
|
|
:precision="2"
|
|
:precision="2"
|
|
:max="99999999"
|
|
:max="99999999"
|
|
|
|
+ style="width:90%;"
|
|
@blur="editProductVal(record,'conditionValue')"
|
|
@blur="editProductVal(record,'conditionValue')"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
v-model="record.conditionValue"
|
|
v-model="record.conditionValue"
|