doctor-admin-components 1.0.14-beta.20 → 1.0.14-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -211,8 +211,7 @@
|
|
|
211
211
|
v-model="scope2.row.packageGrossWeight"
|
|
212
212
|
placeholder="请输入毛重"
|
|
213
213
|
size="mini"
|
|
214
|
-
|
|
215
|
-
@input="limitDecimalPlaces(index, scope1.$index, scope2.$index, scope2.row, 'packageGrossWeight')"
|
|
214
|
+
v-decimal="3"
|
|
216
215
|
></el-input>
|
|
217
216
|
</el-form-item>
|
|
218
217
|
</template>
|
|
@@ -230,8 +229,7 @@
|
|
|
230
229
|
v-model="scope2.row.packageTareWeight"
|
|
231
230
|
placeholder="请输入皮重"
|
|
232
231
|
size="mini"
|
|
233
|
-
|
|
234
|
-
@input="limitDecimalPlaces(index, scope1.$index, scope2.$index, scope2.row, 'packageTareWeight')"
|
|
232
|
+
v-decimal="3"
|
|
235
233
|
></el-input>
|
|
236
234
|
</el-form-item>
|
|
237
235
|
</template>
|
|
@@ -249,8 +247,7 @@
|
|
|
249
247
|
v-model="scope2.row.packageNetWeight"
|
|
250
248
|
placeholder="请输入净重"
|
|
251
249
|
size="mini"
|
|
252
|
-
|
|
253
|
-
@input="limitDecimalPlaces(index, scope1.$index, scope2.$index, scope2.row, 'packageNetWeight')"
|
|
250
|
+
v-decimal="3"
|
|
254
251
|
></el-input>
|
|
255
252
|
</el-form-item>
|
|
256
253
|
</template>
|