修改抄表路线问题

This commit is contained in:
2025-09-19 16:27:29 +08:00
parent d77af4b78f
commit 9b00bb3561
12 changed files with 79 additions and 53 deletions

View File

@@ -79,7 +79,8 @@ Component({
const { code, message } = await createReading(park, meter, {
overall: `${number}`,
flat: `${number}`,
readAt: time
readAt: time,
source: 1,
})
if (code !== OK) {
alertError(message)

View File

@@ -17,9 +17,9 @@
use-button-slot
title-width="100rpx"
>
<van-button slot="button" size="small" type="info" bind:click="onTimeFocus" wx:if="{{!idProps}}">
<!-- <van-button slot="button" size="small" type="info" bind:click="onTimeFocus" wx:if="{{!idProps}}">
选择
</van-button>
</van-button> -->
</van-field>
<van-field
value="{{ number }}"