This commit is contained in:
2025-09-16 14:48:07 +08:00
parent 37185f03cd
commit 622b47e677
4 changed files with 160 additions and 39 deletions

View File

@@ -42,7 +42,7 @@
<span class="filter_label">重量</span>
</view>
<view class="zd-col-16">
<input type="number" v-model="qty" class="filter_input">
<NumberInput v-model="qty" />
</view>
<view class="zd-col-2"><span class="filter_unit">KG</span></view>
</view>
@@ -99,12 +99,14 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import NumberInput from '@/components/NumberInput.vue'
// import {queryGroupInfo} from '@/utils/mork2.js'
import {queryGroupInfo, deliveryBox} from '@/utils/getData2.js'
export default {
components: {
NavBar,
SearchBox
SearchBox,
NumberInput
},
data() {
return {