sale-client 4.2.125 → 4.2.127
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
|
@@ -33,14 +33,7 @@
|
|
|
33
33
|
v-validate:f_using_base_old='{required: true, dctest: [-1, ">" ] }'
|
|
34
34
|
@blur="pregasChange()">
|
|
35
35
|
</div>
|
|
36
|
-
|
|
37
|
-
:class="[$v.f_meter_base_new.required || $v.f_meter_base_new.dctest ? 'has-error' : 'has-success']">
|
|
38
|
-
<label for="f_meter_base_new" class=" font_normal_body">清零后档案底数</label>
|
|
39
|
-
<input class="input_search" style="width:60%" type="number"
|
|
40
|
-
v-model="model.f_meter_base_new"
|
|
41
|
-
placeholder="请输入清零后档案底数"
|
|
42
|
-
v-validate:f_meter_base_new='{required: true, dctest: [-1, ">" ] }'>
|
|
43
|
-
</div>
|
|
36
|
+
|
|
44
37
|
<div class="row auto" v-if="changeType == 'gasToGas'">
|
|
45
38
|
<!-- 气量转气量 -->
|
|
46
39
|
<div class="col-sm-4 form-group"
|
|
@@ -429,7 +422,6 @@ export default {
|
|
|
429
422
|
// 旧表底数
|
|
430
423
|
f_ladder_sync: '同步',
|
|
431
424
|
f_using_base_old: '',
|
|
432
|
-
f_meter_base_new: '',
|
|
433
425
|
// 换表补气量
|
|
434
426
|
f_remanent_gas: 0,
|
|
435
427
|
// 换表补气单价
|