新装电表参数问题

This commit is contained in:
2025-11-04 17:14:04 +08:00
parent 5573c78b23
commit c5a8bdfd81
3 changed files with 65 additions and 16 deletions

View File

@@ -25,8 +25,17 @@
text="{{meterName}}"
bind:search="onMeterFocus"
required="{{true}}"
wx:if="{{selfManagement === 0}}"
/>
<searchSelectWrapper
label="SN"
placeholder="请输入sn"
text="{{sn}}"
type="input"
bind:changeText="changeSn"
required="{{true}}"
wx:if="{{selfManagement === 1}}"
/>
<searchSelectWrapper
label="选择建筑"
placeholder="请选择建筑"
@@ -78,19 +87,19 @@
<searchSelectWrapper
label="采集器A"
placeholder="请选择采集器绑定(选填)"
text="{{collectionA}}"
text="{{collectionAName}}"
bind:search="onBindCollectionA"
/>
<searchSelectWrapper
label="采集器B"
placeholder="请选择采集器绑定(选填)"
text="{{collectionB}}"
text="{{collectionBName}}"
bind:search="onBindCollectionB"
/>
<searchSelectWrapper
label="采集器C"
placeholder="请选择采集器绑定(选填)"
text="{{collectionC}}"
text="{{collectionCName}}"
bind:search="onBindCollectionC"
/>
<searchSelectWrapper