fix: 更新“生产单位”为货主
This commit is contained in:
parent
d72be86f3e
commit
03010813c6
@ -2,7 +2,7 @@
|
||||
<view class="container">
|
||||
<MBCard>
|
||||
<uni-forms ref="baseForm" :modelValue="queryParams">
|
||||
<uni-forms-item label="生产单位">
|
||||
<uni-forms-item label="货主">
|
||||
<ProductionUnit v-model="queryParams.companyId" @change="handleQuery"/>
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<view class="info-section">
|
||||
<uni-row class="info-grid">
|
||||
<uni-col class="flex-row">
|
||||
<view class="label">生产单位: </view>
|
||||
<view class="label">货主: </view>
|
||||
<uni-data-select
|
||||
v-model="form.companyId"
|
||||
:localdata="companyOptions"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<MBCard style="border-radius: 0;">
|
||||
<view class="" style="margin-bottom: 10px;">
|
||||
<view class="label">
|
||||
<text>生产单位:</text>
|
||||
<text>货主:</text>
|
||||
<text>{{ companyName }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<view class="info-section">
|
||||
<uni-row class="info-grid">
|
||||
<uni-col class="flex-row">
|
||||
<view class="label">生产单位: </view>
|
||||
<view class="label">货主: </view>
|
||||
<uni-data-select
|
||||
v-model="form.companyId"
|
||||
:localdata="companyOptions"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user