sale-client 3.5.109 → 3.5.110
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
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<v-select :options='$parent.$parent.adjustables'
|
|
76
76
|
:value.sync="model.f_adjustable_id"
|
|
77
77
|
close-on-select
|
|
78
|
-
condition="f_adjustable_id = '{}'" placeholder='调压箱'
|
|
78
|
+
condition="u.f_adjustable_id = '{}'" placeholder='调压箱'
|
|
79
79
|
v-model='model.f_adjustable_id'></v-select>
|
|
80
80
|
</div>
|
|
81
81
|
<!--表册片区-->
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
style="width:60%"
|
|
88
88
|
@change="$parent.$parent.sliceChange"
|
|
89
89
|
close-on-select
|
|
90
|
-
condition="f_book_slice_area in {}"></v-select>
|
|
90
|
+
condition="met.f_book_slice_area in {}"></v-select>
|
|
91
91
|
</div>
|
|
92
92
|
<div class="col-sm-3 form-group">
|
|
93
93
|
<label class="font_normal_body">小  区</label>
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
<td style="text-align: center;">{{row.f_user_state}}</td>
|
|
150
150
|
<td style="text-align: center;">{{row.f_meter_classify}}</td>
|
|
151
151
|
<td style="text-align: center;">{{row.f_adjustable_name}}</td>
|
|
152
|
-
|
|
152
|
+
<td style="text-align: center;">{{row.f_book_slice_area}}</td>
|
|
153
153
|
</template>
|
|
154
154
|
</data-grid>
|
|
155
155
|
</criteria-paged>
|